Searched refs:thousands (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/data/rbnf/ |
D | ga.txt | 29 "1,000: <%%thousands<[, >>];\n" 47 "1,000: <%%thousands<[ >%%cardwithnumber>];\n" 79 // rules to give thousands value 80 "%%thousands:\n" 110 "11>: is <%%thousands<;\n" 111 "20: is =%%thousands=;\n" 112 "21: =%%thousands=;\n" 113 "30: is =%%thousands=;\n" 114 "31: =%%thousands=;\n" 115 "40: is =%%thousands=;\n" [all …]
|
D | en.txt | 21 // * eighty-nine" and commas are inserted between the thousands groups for 87 // digit, and a thousands separator. 93 // separates the thousands groups with commas in values over 100,000. 126 // put a comma after the thousands (or whatever preceded the 130 // thousands)
|
D | fr.txt | 22 // * thousands: 1,100 is "onze cents" ("eleven hundred"), rather than 64 // at 1,200, we go back to formating in thousands, so we
|
D | mt.txt | 78 // digit, and a thousands separator. 84 // separates the thousands groups with commas in values over 100,000. 125 // put a comma after the thousands (or whatever preceded the 129 // thousands)
|
D | it.txt | 24 // * in the context of a thousands or millions, for example,
|
/external/bison/lib/ |
D | strtol.c | 269 wchar_t thousands = L'\0'; in INTERNAL() local 283 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP)); in INTERNAL() 284 if (thousands == WEOF) in INTERNAL() 285 thousands = L'\0'; in INTERNAL() 287 if (thousands == L'\0') in INTERNAL() 346 if ((wchar_t) c != thousands in INTERNAL() 350 if (*s == thousands) in INTERNAL() 353 end = correctly_grouped_prefix (s, end, thousands, grouping); in INTERNAL()
|
/external/webkit/WebCore/rendering/ |
D | RenderListMarker.cpp | 162 if (int thousands = number / 1000) in toArmenianUnder10000() local 163 if (thousands == 7) { in toArmenianUnder10000() 169 letters[length++] = (0x054C - 1 + lowerOffset) + thousands; in toArmenianUnder10000() 223 if (int thousands = (number / 1000) % 10) { in toGeorgian() local 227 letters[length++] = georgianThousands[thousands - 1]; in toGeorgian()
|
/external/qemu/ |
D | trace.c | 180 uint32_t thousands = year / 1000; in convert_secs_to_date_time() local 181 year -= thousands * 1000; in convert_secs_to_date_time() 187 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones; in convert_secs_to_date_time()
|
/external/jpeg/ |
D | usage.doc | 163 large images. Value is in thousands of bytes, or 305 large images. Value is in thousands of bytes, or
|
/external/blktrace/btt/doc/ |
D | btt.tex | 1032 rate (number of thousands of traces per second), and the real time for
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 29243 thousands T?z~dz
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 13627 …- fixed leak of hundreds of thousands of JS parser nodes on the layout tests, and added an exit co…
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 2321 deal better with animated GIFs that may have thousands of frames by adding
|
D | ChangeLog-2007-10-14 | 61488 Plug thousands of node leaks seen running layout tests.
|