Home
last modified time | relevance | path

Searched defs:lconv (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dlocale.h51 struct lconv struct
55 char *decimal_point; /* Decimal point character. */
56 char *thousands_sep; /* Thousands separator. */
62 char *grouping;
68 char *int_curr_symbol;
69 char *currency_symbol; /* Local currency symbol. */
70 char *mon_decimal_point; /* Decimal point character. */
71 char *mon_thousands_sep; /* Thousands separator. */
72 char *mon_grouping; /* Like `grouping' element (above). */
73 char *positive_sign; /* Sign for positive values. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dlocale.h51 struct lconv struct
55 char *decimal_point; /* Decimal point character. */
56 char *thousands_sep; /* Thousands separator. */
62 char *grouping;
68 char *int_curr_symbol;
69 char *currency_symbol; /* Local currency symbol. */
70 char *mon_decimal_point; /* Decimal point character. */
71 char *mon_thousands_sep; /* Thousands separator. */
72 char *mon_grouping; /* Like `grouping' element (above). */
73 char *positive_sign; /* Sign for positive values. */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dlocale.h42 struct lconv struct
44 char *decimal_point;
45 char *thousands_sep;
46 char *grouping;
47 char *int_curr_symbol;
48 char *currency_symbol;
72 struct lconv *_localeconv_r (struct _reent *); argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dlocale.h42 struct lconv struct
44 char *decimal_point;
45 char *thousands_sep;
46 char *grouping;
47 char *int_curr_symbol;
48 char *currency_symbol;
72 struct lconv *_localeconv_r (struct _reent *); argument
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c280 struct lconv *lconv = localeconv(); in get_decimal_point() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp282 struct lconv *lconv = localeconv(); in get_decimal_point() local