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

  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 96 char *mon_thousands_sep; /**< "" The separator for digit groups preceeding the decimal-point. */ member in struct:lconv
  /bionic/libc/include/
locale.h 79 char* mon_thousands_sep; member in struct:lconv
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
localedef.h 51 const char *mon_thousands_sep; member in struct:__anon13027
  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java 24 String mon_thousands_sep; field in class:POSIX_LCMonetary
116 mon_thousands_sep = doc.getWinningValue("//ldml/numbers/currencies/currency[@type='" + int_curr_symbol
118 if (mon_thousands_sep == null)
119 mon_thousands_sep = doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys
121 if (mon_thousands_sep == null)
122 mon_thousands_sep = doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys + "']/group");
124 mon_thousands_sep = POSIXUtilities.POSIXCharName(mon_thousands_sep);
290 out.println("mon_thousands_sep \"" + mon_thousands_sep + "\"")
    [all...]

Completed in 176 milliseconds