/external/icu/icu4c/source/data/rbnf/ |
D | ga.txt | 106 "100: <%%hundreds<[>%%is-number>];", 147 "100: <%%hundreds<[>%%is-numberp>];", 158 "%%hundreds:", 171 "100: <%%hundreds<>%%is-thousands>;", 189 "100: <%%hundreds<>%%is-millions>;", 209 "100: <%%hundreds<>%%is-billions>;", 218 "100: <%%hundreds<>%%is-trillions>;", 238 "100: <%%hundreds<>%%is-quadrillions>;",
|
D | ee.txt | 19 "%%after-hundreds:", 65 "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
|
D | bg.txt | 311 "100: \u0441\u0442\u043E>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 312 … "200: \u0434\u0432\u0435\u0441\u0442\u0430>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 313 … "300: \u0442\u0440\u0438\u0441\u0442\u0430>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 314 …masculine<\u0441\u0442\u043E\u0442\u0438\u043D>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 329 "%%spellout-ordinal-masculine-hundreds-and-suffix:", 367 "100: \u0441\u0442\u043E>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 368 … "200: \u0434\u0432\u0435\u0441\u0442\u0430>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 369 … "300: \u0442\u0440\u0438\u0441\u0442\u0430>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 370 …-masculine<\u0441\u0442\u043E\u0442\u0438\u043D>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 385 "%%spellout-ordinal-feminine-hundreds-and-suffix:", [all …]
|
D | root.txt | 468 "%%hebrew-item-hundreds:", 550 "100: =%%hebrew-item-hundreds=;",
|
/external/cronet/third_party/icu/source/data/rbnf/ |
D | ga.txt | 106 "100: <%%hundreds<[>%%is-number>];", 147 "100: <%%hundreds<[>%%is-numberp>];", 158 "%%hundreds:", 171 "100: <%%hundreds<>%%is-thousands>;", 189 "100: <%%hundreds<>%%is-millions>;", 209 "100: <%%hundreds<>%%is-billions>;", 218 "100: <%%hundreds<>%%is-trillions>;", 238 "100: <%%hundreds<>%%is-quadrillions>;",
|
D | ee.txt | 19 "%%after-hundreds:", 65 "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
|
D | bg.txt | 311 "100: \u0441\u0442\u043E>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 312 … "200: \u0434\u0432\u0435\u0441\u0442\u0430>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 313 … "300: \u0442\u0440\u0438\u0441\u0442\u0430>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 314 …masculine<\u0441\u0442\u043E\u0442\u0438\u043D>%%spellout-ordinal-masculine-hundreds-and-suffix>;", 329 "%%spellout-ordinal-masculine-hundreds-and-suffix:", 367 "100: \u0441\u0442\u043E>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 368 … "200: \u0434\u0432\u0435\u0441\u0442\u0430>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 369 … "300: \u0442\u0440\u0438\u0441\u0442\u0430>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 370 …-masculine<\u0441\u0442\u043E\u0442\u0438\u043D>%%spellout-ordinal-feminine-hundreds-and-suffix>;", 385 "%%spellout-ordinal-feminine-hundreds-and-suffix:", [all …]
|
D | root.txt | 468 "%%hebrew-item-hundreds:", 550 "100: =%%hebrew-item-hundreds=;",
|
/external/python/pycparser/examples/c_files/ |
D | year.c | 5 void convert(int thousands, int hundreds, int tens, int ones) in convert() argument 19 if (hundreds != 0) in convert() 20 printf(" %s hundred", num[hundreds]); 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 24 if (hundreds != 0) in convert() 25 printf(" %s hundred", num[hundreds]); in convert()
|
/external/sg3_utils/src/ |
D | sg_map.c | 159 int ones,tens,hundreds; /* for lack of a better name */ in make_dev_name() local 178 hundreds = ((k - (26 + 26*26))/(26*26)) % 26; in make_dev_name() 179 else hundreds = -1; in make_dev_name() 182 if (hundreds >= 0) buff[buff_idx++] = 'a' + (char)hundreds; in make_dev_name()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | numbers.cc | 188 uint32_t hundreds = (mod100 << 16) + div100; in EncodeTenThousand() local 189 uint32_t tens = (hundreds * kDivisionBy10Mul) / kDivisionBy10Div; in EncodeTenThousand() 191 tens += (hundreds - 10ull * tens) << 8; in EncodeTenThousand() 215 uint64_t hundreds = (mod100 << 16) + div100; in PrepareTenThousands() local 216 uint64_t tens = (hundreds * kDivisionBy10Mul) / kDivisionBy10Div; in PrepareTenThousands() 218 tens += (hundreds - 10ull * tens) << 8; in PrepareTenThousands()
|
/external/python/cpython2/Demo/comparisons/ |
D | README | 24 would also be interesting. Your code should not break if given hundreds
|
/external/cn-cbor/ |
D | README.md | 20 hundreds of bytes. Thank you, [ARM](https://github.com/bremoran).
|
/external/pigweed/targets/mimxrt595_evk/ |
D | mimxrt595_flash.ld | 98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
|
/external/pigweed/pw_boot_cortex_m/ |
D | basic_cortex_m.ld | 98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
|
/external/pigweed/pw_rust/examples/embedded_hello/ |
D | qemu-rust-nrf51822.ld | 58 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
|
D | qemu-rust-lm3s6965.ld | 58 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | english.txt | 8 …ssigning a number for each one. Before Unicode was invented, there were hundreds of different enco…
|
/external/pigweed/targets/emcraft_sf2_som/ |
D | emcraft_sf2_som_mddr_debug.ld | 98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
|
/external/python/cpython3/Doc/tutorial/ |
D | whatnow.rst | 63 hundreds of postings a day, asking (and
|
/external/rust/crates/serde_cbor/ |
D | README.md | 9 This implementation of CBOR for serde is used in hundreds of projects with widely differing needs.
|
/external/libwebsockets/READMEs/ |
D | README.lws_map.md | 13 Its one-level linked-list hashtables are useful up to hundreds or low thousands
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
D | DESIGN.md | 9 - fast performance (hundreds of MB/s).
|
/external/android-nn-driver/docs/ |
D | FAQ.md | 14 …sing the Arm NN GPU backend (Mali OpenCL) as the time needed to compile hundreds or thousands of O…
|