Home
last modified time | relevance | path

Searched refs:OneTestCase (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2578 private class OneTestCase { class in CollationMiscTest
2592 public OneTestCase(String source, String target, int result) { in OneTestCase() method in CollationMiscTest.OneTestCase
2606 OneTestCase[] testCases, String[] rules) { in doTestCollation()
2619 for (OneTestCase testCase : testCases) { in doTestCollation()
2630 private OneTestCase[] m_rangeTestCases_ = {
2632 new OneTestCase( "\u0061", "\u0062", -1 ), // "a" < "b"
2633 new OneTestCase( "\u0062", "\u0063", -1 ), // "b" < "c"
2634 new OneTestCase( "\u0061", "\u0063", -1 ), // "a" < "c"
2636 new OneTestCase( "\u0062", "\u006b", -1 ), // "b" << "k"
2637 new OneTestCase( "\u006b", "\u006c", -1 ), // "k" << "l"
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2581 private class OneTestCase { class in CollationMiscTest
2595 public OneTestCase(String source, String target, int result) { in OneTestCase() method in CollationMiscTest.OneTestCase
2609 OneTestCase[] testCases, String[] rules) { in doTestCollation()
2622 for (OneTestCase testCase : testCases) { in doTestCollation()
2633 private OneTestCase[] m_rangeTestCases_ = {
2635 new OneTestCase( "\u0061", "\u0062", -1 ), // "a" < "b"
2636 new OneTestCase( "\u0062", "\u0063", -1 ), // "b" < "c"
2637 new OneTestCase( "\u0061", "\u0063", -1 ), // "a" < "c"
2639 new OneTestCase( "\u0062", "\u006b", -1 ), // "b" << "k"
2640 new OneTestCase( "\u006b", "\u006c", -1 ), // "k" << "l"
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4199 } OneTestCase; typedef
4208 static void doTestOneTestCase(const OneTestCase testcases[], in doTestOneTestCase()
4250 const static OneTestCase rangeTestcases[] = {
4278 const static OneTestCase rangeTestcasesSupplemental[] = {
4290 const static OneTestCase rangeTestcasesQwerty[] = {
4412 const static OneTestCase specialCharacterStrings[] = { in TestSpecialCharacters()
4429 const static OneTestCase privateUseCharacterStrings[] = { in TestPrivateUseCharacters()
4449 const static OneTestCase privateUseCharacterStrings[] = { in TestPrivateUseCharactersInList()
4469 const static OneTestCase privateUseCharacterStrings[] = { in TestPrivateUseCharactersInRange()
5127 static void doTestOneReorderingAPITestCase(const OneTestCase testCases[], uint32_t testCasesLen, co… in doTestOneReorderingAPITestCase()
[all …]