HomeSort by relevance Sort by last modified time
    Searched defs:int_curr_symbol (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 73 For int_p_sep_by_space and int_n_sep_by_space, the fourth character of int_curr_symbol is
88 char *int_curr_symbol; /**< "" A 4-character string providing the international currency member in struct:lconv
  /bionic/libc/include/
locale.h 76 char* int_curr_symbol; member in struct:lconv
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 48 const char *int_curr_symbol; member in struct:__anon13027
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java 21 String int_curr_symbol; field in class:POSIX_LCMonetary
78 int_curr_symbol = "XXX";
80 int_curr_symbol = currentCI.getCurrency();
83 int_curr_symbol = variant.currency;
86 String symbolPath = "//ldml/numbers/currencies/currency[@type=\"" + int_curr_symbol + "\"]/symbol";
106 mon_decimal_point = doc.getWinningValue("//ldml/numbers/currencies/currency[@type='" + int_curr_symbol
116 mon_thousands_sep = doc.getWinningValue("//ldml/numbers/currencies/currency[@type='" + int_curr_symbol
126 int fracDigits = supp.getCurrencyNumberInfo(int_curr_symbol).getDigits();
286 out.print("int_curr_symbol \"");
287 out.println(POSIXUtilities.POSIXCharName(int_curr_symbol + " ") + "\"")
    [all...]

Completed in 175 milliseconds