Home
last modified time | relevance | path

Searched refs:commas (Results 1 – 25 of 169) sorted by relevance

1234567

/external/icu/icu4c/source/data/rbnf/
Den.txt127 "%%commas:",
130 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
140 "100000/1000: << thousand[>%%commas>];",
141 "1000000: << million[>%%commas>];",
142 "1000000000: << billion[>%%commas>];",
143 "1000000000000: << trillion[>%%commas>];",
144 "1000000000000000: << quadrillion[>%%commas>];",
189 "%%commas-o:",
193 "1000: , <%spellout-cardinal-verbose< thousand>%%commas-o>;",
202 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;",
[all …]
Den_IN.txt101 "%%commas:",
104 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
114 "100000: << lakh[>%%commas>];",
115 "10000000: << crore[>%%commas>];",
116 "1000000000000: << trillion[>%%commas>];",
117 "1000000000000000: << quadrillion[>%%commas>];",
162 "%%commas-o:",
166 "1000: , <%spellout-cardinal-verbose< thousand>%%commas-o>;",
175 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;",
176 "1000000: <%spellout-numbering-verbose< million>%%commas-o>;",
[all …]
Dky.txt63 "%%commas:",
66 "1000: , <%spellout-cardinal-verbose< \u043C\u0438\u04A3[>%%commas>];",
78 "100000: << \u043C\u0438\u04A3[>%%commas>];",
80 "1000001: << \u043C\u0438\u043B\u043B\u0438\u043E\u043D[>%%commas>];",
81 "2000000: << \u043C\u0438\u043B\u043B\u0438\u043E\u043D[>%%commas>];",
83 "1000000001: << \u043C\u0438\u043B\u043B\u0438\u0430\u0440\u0434[>%%commas>];",
84 "2000000000: << \u043C\u0438\u043B\u043B\u0438\u0430\u0440\u0434[>%%commas>];",
86 "1000000000001: << \u0442\u0440\u0438\u043B\u043B\u0438\u043E\u043D[>%%commas>];",
87 "2000000000000: << \u0442\u0440\u0438\u043B\u043B\u0438\u043E\u043D[>%%commas>];",
89 …0000000000001: << \u043A\u0432\u0430\u0434\u0440\u0438\u043B\u043B\u0438\u043E\u043D[>%%commas>];",
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGetDescriptions.java38 … PrintWriter commas = FileUtilities.openUTF8Writer("c:\\data\\gen\\ltru\\", "ltru-commas.txt"); in main() local
39 commas.write('\uFEFF'); in main()
60commas.println(commaCount++ + "\t" + type + "\t" + code + "\t" + description + "\t@NO_MATCH"); in main()
97 checkDuplicates(commas, type, code, descriptionWithoutComment, description); in main()
99 … checkDuplicates(commas, type, code, newDescriptionWithoutComment, description); in main()
103 commas.println(commaCount++ + "\t" + type + "\t" + code + "\t" + description in main()
109commas.println(commaCount++ + "\t" + type + "\t" + code + "\t" + description); in main()
113commas.println(commaCount++ + "\t" + type + "\t" + code + "\t" + description + "\t=>\t" in main()
116 checkInversion(commas, type, code, descriptions); in main()
120 commas.close(); in main()
[all …]
/external/pdfium/core/fxcrt/
Dfx_string_unittest.cpp436 std::vector<char> commas(50000, ','); in TEST() local
437 ByteString input(commas.data(), commas.size()); in TEST()
440 ASSERT_EQ(commas.size() + 1, result.size()); in TEST()
446 std::vector<char> commas(50000, ','); in TEST() local
447 ByteStringView input(commas.data(), commas.size()); in TEST()
450 ASSERT_EQ(commas.size() + 1, result.size()); in TEST()
456 std::vector<wchar_t> commas(50000, L','); in TEST() local
457 WideString input(commas.data(), commas.size()); in TEST()
460 ASSERT_EQ(commas.size() + 1, result.size()); in TEST()
466 std::vector<wchar_t> commas(50000, L','); in TEST() local
[all …]
/external/turbine/java/com/google/turbine/parse/
DVariableInitializerParser.java74 List<Integer> commas = new ArrayList<>(); field in VariableInitializerParser
106 commaIndices.addLast(commas.size()); in parseInitializers()
117 commaIndices.addLast(commas.size()); in parseInitializers()
162 commas.add(tokens.size()); in parseInitializers()
204 for (int idx : commas) { in parseInitializers()
295 this.commas = commas.subList(0, lastComma); in dropBracks()
/external/toybox/toys/pending/
Dsh.c1859 int active, cnt, idx, commas[]; member
1864 return bb->commas[(bb->cnt<0 ? 0 : bb->cnt)+1]; in brace_end()
1883 bb->active = bb->commas[bb->cnt+1] = i; in expand_arg()
1887 j = 1+*bnext->commas; in expand_arg()
1891 bnext->commas[2] = old[j]; in expand_arg()
1892 bnext->commas[3] = old[j+3]; in expand_arg()
1895 (sscanf(old+j+4, "..%u}%n", bnext->commas+4, &k) && k)) in expand_arg()
1900 for (k=0, j = 1+*bnext->commas; k<3; k++, j += x) in expand_arg()
1901 if (!sscanf(old+j, "..%u%n"+2*!k, bnext->commas+2+k, &x)) break; in expand_arg()
1906 if (!bnext->commas[4]) bnext->commas[4] = 1; in expand_arg()
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D038-func-arg-with-commas.c2 foo(argument (with,embedded , commas) -- tricky)
D056-macro-argument-with-comma.c1 #define bar with,embedded,commas
/external/python/cpython3/Modules/_xxtestfuzz/fuzz_csv_reader_corpus/
Dtest.csv1 header 1,header 2,header 3,"quoted header", trailing commas,,,,
/external/curl/docs/cmdline-opts/
Ddns-servers.d9 The list of IP addresses should be separated with commas. Port numbers
/external/catch2/docs/
Dassertions.md9 [Expressions with commas](#expressions-with-commas)<br>
171 ## Expressions with commas
175 problems with commas inside the provided expressions. As an example
Dlogging.md149 You can also capture expressions that use commas inside parentheses
152 (in other words, it contains commas between angle brackets), you need
/external/angle/infra/specs/
Dvariants.pyl9 # * trailing commas are allowed.
Dtest_suite_exceptions.pyl9 # * trailing commas are allowed.
Dwaterfalls.pyl9 # * trailing commas are allowed.
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/
Dconvert-argattrs.mlir14 // commas in the argument list for this purpose.
/external/deqp-deps/glslang/Test/
Dhlsl.init2.frag6 { 1, 2, }, // test trailing commas in list
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx8_waitcnt.rst41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
Dgfx9_waitcnt.rst41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
Dgfx7_waitcnt.rst41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
Dgfx10_waitcnt.rst41 These values may be specified in any order. Spaces, ampersands and commas may be used as optional s…
/external/llvm-project/compiler-rt/test/fuzzer/
Dseed_inputs.test17 # Test that missing files and trailing commas are tolerated.
/external/deqp/external/openglcts/
D.clang-format62 # Always break constructor initializers before commas and align the commas with the colon.
/external/rust/crates/bencher/
DREADME.rst25 - Support trailing commas in the macros by @tbu-

1234567