/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
D | NumberOutput.java | 76 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/ |
D | ga.txt | 107 "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=;",
|
D | ee.txt | 36 "%%after-thousands:", 39 "%%after-hundred-thousands:", 66 "1000: akpe <%spellout-cardinal<[>%%after-thousands>];", 67 "100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];",
|
D | root.txt | 135 "%%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:",
|
D | lt.txt | 23 "%%spellout-thousands:", 75 "2000/1000: <%%spellout-thousands<[ >>];", 98 "2000/1000: <%%spellout-thousands<[ >>];",
|
D | mt.txt | 75 "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:",
|
D | he.txt | 40 "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/ |
D | year.c | 5 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/ |
D | year.c | 10 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/ |
D | DecimalFormatSymbols.java.patch | 31 * @return the thousands character 39 * @param groupingSeparator the thousands character
|
/external/oss-fuzz/docs/ |
D | index.md | 14 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/ |
D | README.md | 5 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/ |
D | README.md | 35 small piece of Python code (e.g. just a tf.Add) generates thousands of lines of
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 13 …d adding features. Support only helps individuals. GitHub also notifies thousands of people when i…
|
/external/libxkbcommon/test/data/symbols/ |
D | kpdl | 88 // punctuation, comma as a thousands separator and then semi-colon as
|
/external/autotest/ |
D | README.md | 27 capable of managing and running tests against thousands of devices in various
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 42 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/ |
D | README.md | 3 ANGLE runs hundreds of thousands of tests on every change before it lands in
|
/external/okio/docs/ |
D | code_of_conduct.md | 6 thousands of people who have already contributed to our projects — and we want to ensure our commun…
|
/external/eigen/unsupported/test/ |
D | CMakeLists.txt | 201 # and -fno-check-new flags since they trigger thousands of compilation warnings
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | trace_processor.proto | 82 // Batches are split when either a large number of cells (~thousands) is reached
|
/external/fmtlib/doc/ |
D | syntax.rst | 145 The ``','`` option signals the use of a comma for a thousands separator. 402 Using the comma as a thousands separator::
|
/external/mesa3d/docs/relnotes/ |
D | 3.3 | 20 thousands of users over the past months.
|
/external/libtextclassifier/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/pffft/ |
D | README.md | 57 order to remove the thousands of gotos that were introduced by
|