0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【C++Builder】C ランタイムライブラリリファレンス (locale.h)

Last updated at Posted at 2024-03-04

文化圏固有操作 (ロケール) (Locale)

ヘッダ
ファイル
locale.h
規格 ANSI C (C89) / C90
概要 2 つの関数及び 1 つの型を宣言し、幾つかのマクロを定義する。

プラグマ

名前 機能
lconv ロケール情報を持つ構造体

マクロ

名前 機能
LC_ALL LC_??? フラグすべての集合。
LC_COLLATE 文字列比較。strcoll()strxfrm() に影響します。
LC_CTYPE 文字セット。1 バイト文字操作関数に影響します。mbstowcs()mbtowc() には影響しません。
LC_MONETARY 通貨表記。localeconv() による金額の書式設定に影響します。
LC_NUMERIC 小数点表記。金額以外のデータの書式設定の小数点に影響します。これには、printf() 系の関数と、localeconv() から返される情報が含まれます。
LC_TIME 日付・時刻表記。strftime() に影響します。
(NULL) 任意のデータオブジェクトポインタと互換性があるヌルポインタ定数です。

引数付きマクロ

関数

名前 機能
localeconv() 数値形式のためのロケールを問い合わせます。
setlocale() ロケールを選択または問い合わせます。

資料


⇦ インデックスへ


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?