Home
last modified time | relevance | path

Searched refs:hundreds (Results 1 – 25 of 92) sorted by relevance

1234

/external/icu/icu4c/source/data/rbnf/
Dga.txt106 "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>;",
Dee.txt19 "%%after-hundreds:",
65 "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
Dbg.txt311 "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 …]
Droot.txt468 "%%hebrew-item-hundreds:",
550 "100: =%%hebrew-item-hundreds=;",
/external/cronet/third_party/icu/source/data/rbnf/
Dga.txt106 "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>;",
Dee.txt19 "%%after-hundreds:",
65 "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
Dbg.txt311 "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 …]
Droot.txt468 "%%hebrew-item-hundreds:",
550 "100: =%%hebrew-item-hundreds=;",
/external/python/pycparser/examples/c_files/
Dyear.c5 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/
Dyear.c10 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/
Dsg_map.c159 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/
Dnumbers.cc188 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/
DREADME24 would also be interesting. Your code should not break if given hundreds
/external/cn-cbor/
DREADME.md20 hundreds of bytes. Thank you, [ARM](https://github.com/bremoran).
/external/pigweed/targets/mimxrt595_evk/
Dmimxrt595_flash.ld98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
/external/pigweed/pw_boot_cortex_m/
Dbasic_cortex_m.ld98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
/external/pigweed/pw_rust/examples/embedded_hello/
Dqemu-rust-nrf51822.ld58 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
Dqemu-rust-lm3s6965.ld58 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt8 …ssigning a number for each one. Before Unicode was invented, there were hundreds of different enco…
/external/pigweed/targets/emcraft_sf2_som/
Demcraft_sf2_som_mddr_debug.ld98 * can cause ELF files to balloon from hundreds of kilobytes to hundreds of
/external/python/cpython3/Doc/tutorial/
Dwhatnow.rst63 hundreds of postings a day, asking (and
/external/rust/crates/serde_cbor/
DREADME.md9 This implementation of CBOR for serde is used in hundreds of projects with widely differing needs.
/external/libwebsockets/READMEs/
DREADME.lws_map.md13 Its one-level linked-list hashtables are useful up to hundreds or low thousands
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DDESIGN.md9 - fast performance (hundreds of MB/s).
/external/android-nn-driver/docs/
DFAQ.md14 …sing the Arm NN GPU backend (Mali OpenCL) as the time needed to compile hundreds or thousands of O…

1234