HomeSort by relevance Sort by last modified time
    Searched defs:currency_symbol (Results 1 - 4 of 4) 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,
  /bionic/libc/include/
locale.h 77 char* currency_symbol; member in struct:lconv
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 49 const char *currency_symbol; member in struct:__anon13027
  /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 + "\"");

Completed in 1178 milliseconds