Home
last modified time | relevance | path

Searched refs:UnitInflectionTestCase (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberFormatterApiTest.java2321 public static class UnitInflectionTestCase { class in NumberFormatterApiTest
2328 UnitInflectionTestCase(String unitIdentifier, in UnitInflectionTestCase() method in NumberFormatterApiTest.UnitInflectionTestCase
2390 final UnitInflectionTestCase percentCases[] = { in unitInflections()
2391 new UnitInflectionTestCase("percent", "ru", null, 10, "10 процентов"), // many in unitInflections()
2392 new UnitInflectionTestCase("percent", "ru", "genitive", 10, "10 процентов"), // many in unitInflections()
2393 new UnitInflectionTestCase("percent", "ru", null, 33, "33 процента"), // few in unitInflections()
2394 new UnitInflectionTestCase("percent", "ru", "genitive", 33, "33 процентов"), // few in unitInflections()
2395 new UnitInflectionTestCase("percent", "ru", null, 1, "1 процент"), // one in unitInflections()
2396 new UnitInflectionTestCase("percent", "ru", "genitive", 1, "1 процента"), // one in unitInflections()
2398 for (UnitInflectionTestCase t : percentCases) { in unitInflections()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java2318 public static class UnitInflectionTestCase { class in NumberFormatterApiTest
2325 UnitInflectionTestCase(String unitIdentifier, in UnitInflectionTestCase() method in NumberFormatterApiTest.UnitInflectionTestCase
2387 final UnitInflectionTestCase percentCases[] = { in unitInflections()
2388 new UnitInflectionTestCase("percent", "ru", null, 10, "10 процентов"), // many in unitInflections()
2389 new UnitInflectionTestCase("percent", "ru", "genitive", 10, "10 процентов"), // many in unitInflections()
2390 new UnitInflectionTestCase("percent", "ru", null, 33, "33 процента"), // few in unitInflections()
2391 new UnitInflectionTestCase("percent", "ru", "genitive", 33, "33 процентов"), // few in unitInflections()
2392 new UnitInflectionTestCase("percent", "ru", null, 1, "1 процент"), // one in unitInflections()
2393 new UnitInflectionTestCase("percent", "ru", "genitive", 1, "1 процента"), // one in unitInflections()
2395 for (UnitInflectionTestCase t : percentCases) { in unitInflections()
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Dnumbertest.h183 struct UnitInflectionTestCase { struct
193 const UnitInflectionTestCase *cases, argument
Dnumbertest_api.cpp2301 const UnitInflectionTestCase *cases, in runUnitInflectionsTestCases()
2305 UnitInflectionTestCase t = cases[i]; in runUnitInflectionsTestCases()
2331 UnitInflectionTestCase t = cases[i]; in runUnitInflectionsTestCases()
2374 const UnitInflectionTestCase percentCases[] = { in unitInflections()
2388 const UnitInflectionTestCase testCases[] = { in unitInflections()
2466 const UnitInflectionTestCase testCases[] = { in unitInflections()
/external/icu/icu4c/source/test/intltest/
Dnumbertest.h184 struct UnitInflectionTestCase { struct
194 const UnitInflectionTestCase *cases, argument
Dnumbertest_api.cpp2302 const UnitInflectionTestCase *cases, in runUnitInflectionsTestCases()
2306 UnitInflectionTestCase t = cases[i]; in runUnitInflectionsTestCases()
2332 UnitInflectionTestCase t = cases[i]; in runUnitInflectionsTestCases()
2375 const UnitInflectionTestCase percentCases[] = { in unitInflections()
2389 const UnitInflectionTestCase testCases[] = { in unitInflections()
2467 const UnitInflectionTestCase testCases[] = { in unitInflections()