Home
last modified time | relevance | path

Searched refs:thousands (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/data/rbnf/
Dga.txt29 "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 …]
Den.txt21 // * 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)
Dfr.txt22 // * thousands: 1,100 is "onze cents" ("eleven hundred"), rather than
64 // at 1,200, we go back to formating in thousands, so we
Dmt.txt78 // 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)
Dit.txt24 // * in the context of a thousands or millions, for example,
/external/bison/lib/
Dstrtol.c269 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/
DRenderListMarker.cpp162 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/
Dtrace.c180 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/
Dusage.doc163 large images. Value is in thousands of bytes, or
305 large images. Value is in thousands of bytes, or
/external/blktrace/btt/doc/
Dbtt.tex1032 rate (number of thousands of traces per second), and the real time for
/external/srec/config/en.us/dictionary/
Dlarge.ok29243 thousands T?z~dz
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1413627 …- fixed leak of hundreds of thousands of JS parser nodes on the layout tests, and added an exit co…
/external/webkit/WebCore/
DChangeLog-2006-05-102321 deal better with animated GIFs that may have thousands of frames by adding
DChangeLog-2007-10-1461488 Plug thousands of node leaks seen running layout tests.