HomeSort by relevance Sort by last modified time
    Searched refs:currency_symbol (Results 1 - 16 of 16) 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:__anon12045
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 50 char *currency_symbol; member in struct:lconv
  /bionic/tests/headers/posix/
locale_h.c 35 STRUCT_MEMBER(struct lconv, char*, currency_symbol);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
locale.h 72 char *currency_symbol; /* Local currency symbol. */ member in struct:lconv
80 /* 1 if currency_symbol precedes a positive value, 0 if succeeds. */
82 /* 1 iff a space separates currency_symbol from a positive value. */
84 /* 1 if currency_symbol precedes a negative value, 0 if succeeds. */
86 /* 1 iff a space separates currency_symbol from a negative value. */
89 0 Parentheses surround the quantity and currency_symbol.
90 1 The sign string precedes the quantity and currency_symbol.
91 2 The sign string follows the quantity and currency_symbol.
92 3 The sign string immediately precedes the currency_symbol.
93 4 The sign string immediately follows the currency_symbol. *
    [all...]
  /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 182 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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp     [all...]

Completed in 116 milliseconds