HomeSort by relevance Sort by last modified time
    Searched refs:currency_symbol (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 94 char *currency_symbol; /**< "" The local currency symbol for the current locale. */ member in struct:lconv
104 char p_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
106 char p_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
108 char n_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
110 char n_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
116 char int_p_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
118 char int_n_cs_precedes; /**< CHAR_MAX Set to 1 or 0 if the currency_symbol respectively precedes or
120 char int_p_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
122 char int_n_sep_by_space; /**< CHAR_MAX Value specifying the separation between the currency_symbol,
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 49 const char *currency_symbol; member in struct:__anon13027
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
localeconv.c 40 ret.currency_symbol =
41 __UNCONST(_CurrentMonetaryLocale->currency_symbol);
  /bionic/libc/include/
locale.h 77 char* currency_symbol; member in struct:lconv
  /bionic/tests/headers/posix/
locale_h.c 35 STRUCT_MEMBER(struct lconv, char*, currency_symbol);
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java 22 String currency_symbol; field in class:POSIX_LCMonetary
98 currency_symbol = POSIXUtilities.POSIXCharName(numvalue[1]);
103 currency_symbol = POSIXUtilities.POSIXCharName(tmp_currency_symbol);
288 out.println("currency_symbol \"" + currency_symbol + "\"");
  /bionic/libc/bionic/
locale.cpp 95 g_locale.currency_symbol = not_available;
  /bionic/tests/
langinfo_test.cpp 144 EXPECT_STREQ(localeconv()->currency_symbol, nl_langinfo(CRNCYSTR));
locale_test.cpp 28 EXPECT_STREQ("", localeconv()->currency_symbol);
  /external/python/cpython3/Modules/
_localemodule.c 135 || !locale_is_ascii(lc->currency_symbol)
185 RESULT_STRING(currency_symbol);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 245 RESULT_STRING(currency_symbol);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 245 RESULT_STRING(currency_symbol);
  /external/python/cpython2/Modules/
_localemodule.c 246 RESULT_STRING(currency_symbol);
  /external/libcxx/src/
locale.cpp     [all...]

Completed in 691 milliseconds