Home
last modified time | relevance | path

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

1234

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DNumberOutput.java76 int thousands = v / 1000; in outputInt() local
77 v -= (thousands * 1000); // == value % 1000 in outputInt()
78 off = _leading3(thousands, b, off); in outputInt()
102 int thousands = (v - (newValue * 1000)); in outputInt() local
105 off = _full3(thousands, b, off); in outputInt()
127 int thousands = v / 1000; in outputInt() local
128 v -= (thousands * 1000); // == value % 1000 in outputInt()
129 off = _leading3(thousands, b, off); in outputInt()
148 int thousands = (v - (newValue * 1000)); in outputInt() local
150 off = _full3(thousands, b, off); in outputInt()
[all …]
/external/icu/icu4c/source/data/rbnf/
Dga.txt107 "1000: <%%thousands<[, >%spellout-numbering>];",
148 "1000: <%%thousands<[, >%%numberp>];",
168 "%%thousands:",
171 "100: <%%hundreds<>%%is-thousands>;",
181 "%%is-thousands:",
184 "11: ' is =%%thousands=;",
185 "20: =%%is= =%%thousands=;",
Dee.txt36 "%%after-thousands:",
39 "%%after-hundred-thousands:",
66 "1000: akpe <%spellout-cardinal<[>%%after-thousands>];",
67 "100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];",
Droot.txt135 "%%cyrillic-lower-thousands:",
207 "11000/1000: <%%cyrillic-lower-thousands<[ >>];",
384 "%%hebrew-thousands:",
438 "1001: <%%hebrew-thousands<[>>];",
440 "2001: <%%hebrew-thousands<[>>];",
442 "3001: <%%hebrew-thousands<[>>];",
632 "1000000/100000: <<\u0BF1\u0BF2[>%%tamil-thousands>];",
634 "%%tamil-thousands:",
Dlt.txt23 "%%spellout-thousands:",
75 "2000/1000: <%%spellout-thousands<[ >>];",
98 "2000/1000: <%%spellout-thousands<[ >>];",
Dmt.txt75 "3000: <%%thousands< elef[>%%and-type-b-masculine>];",
129 "3000: <%%thousands< elef[>%%and-type-b-feminine>];",
184 "3000: <%%thousands< elef[>%%and-type-a-masculine>];",
239 "3000: <%%thousands< elef[>%%and-type-a-feminine>];",
257 "%%thousands:",
Dhe.txt40 "3000: <%%thousands< \u05D0\u05DC\u05E4\u05D9\u05DD[ >%%and-feminine>];",
55 "%%thousands:",
99 "3000: \u05D5<%%thousands< \u05D0\u05DC\u05E4\u05D9\u05DD[ >>];",
139 "3000: <%%thousands< \u05D0\u05DC\u05E4\u05D9\u05DD[ >%%and-masculine>];",
194 "3000: \u05D5<%%thousands< \u05D0\u05DC\u05E4\u05D9\u05DD[ >>];",
236 "3000: <%%thousands< \u05D0\u05DC\u05E4\u05D9\u05DD[ >%%and-masculine>];",
/external/python/pycparser/examples/c_files/
Dyear.c5 void convert(int thousands, int hundreds, int tens, int ones) in convert() argument
18 printf("%s thousand", num[thousands]); in convert()
/external/python/pycparser/tests/c_files/
Dyear.c10 void convert(int thousands, int hundreds, int tens, int ones) in convert() argument
23 printf("%s thousand", num[thousands]); in convert()
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DDecimalFormatSymbols.java.patch31 * @return the thousands character
39 * @param groupingSeparator the thousands character
/external/oss-fuzz/docs/
Dindex.md14 serious security implications. Google has found [thousands] of security
21 [thousands]: https://bugs.chromium.org/p/chromium/issues/list?q=label%3AStability-LibFuzzer%2CStabi…
/external/oss-fuzz/
DREADME.md5 serious security implications. Google has found [thousands] of security
12 [thousands]: https://bugs.chromium.org/p/chromium/issues/list?q=label%3AStability-LibFuzzer%2CStabi…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
DREADME.md35 small piece of Python code (e.g. just a tf.Add) generates thousands of lines of
/external/tensorflow/
DISSUE_TEMPLATE.md13 …d adding features. Support only helps individuals. GitHub also notifies thousands of people when i…
/external/libxkbcommon/test/data/symbols/
Dkpdl88 // punctuation, comma as a thousands separator and then semi-colon as
/external/autotest/
DREADME.md27 capable of managing and running tests against thousands of devices in various
/external/curl/docs/
DMAIL-ETIQUETTE42 Each mailing list has hundreds up to thousands of readers, meaning that
141 thousands of recipients. Your email may cover an area that not that many people
174 the future. In addition to the archives, the mail is sent out to thousands
/external/angle/infra/
DREADME.md3 ANGLE runs hundreds of thousands of tests on every change before it lands in
/external/okio/docs/
Dcode_of_conduct.md6 thousands of people who have already contributed to our projects — and we want to ensure our commun…
/external/eigen/unsupported/test/
DCMakeLists.txt201 # and -fno-check-new flags since they trigger thousands of compilation warnings
/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto82 // Batches are split when either a large number of cells (~thousands) is reached
/external/fmtlib/doc/
Dsyntax.rst145 The ``','`` option signals the use of a comma for a thousands separator.
402 Using the comma as a thousands separator::
/external/mesa3d/docs/relnotes/
D3.320 thousands of users over the past months.
/external/libtextclassifier/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/pffft/
DREADME.md57 order to remove the thousands of gotos that were introduced by

1234