Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java158 String FIRST_REGULAR_CHAR_STRING = "\\u0060"; in TestRuleOptions() local
229 … {LAST_VARIABLE_CHAR_STRING, "c", "b", /* [last variable] */ "a", FIRST_REGULAR_CHAR_STRING}, in TestRuleOptions()
230 {"b", FIRST_REGULAR_CHAR_STRING, "a", SECOND_REGULAR_CHAR_STRING}, in TestRuleOptions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java161 String FIRST_REGULAR_CHAR_STRING = "\\u0060"; in TestRuleOptions() local
232 … {LAST_VARIABLE_CHAR_STRING, "c", "b", /* [last variable] */ "a", FIRST_REGULAR_CHAR_STRING}, in TestRuleOptions()
233 {"b", FIRST_REGULAR_CHAR_STRING, "a", SECOND_REGULAR_CHAR_STRING}, in TestRuleOptions()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c2375 #define FIRST_REGULAR_CHAR_STRING "\\u0060" in TestRuleOptions() macro
2442 … { LAST_VARIABLE_CHAR_STRING, "c", "b", /* [last variable] */ "a", FIRST_REGULAR_CHAR_STRING }, 5 in TestRuleOptions()
2447 { "b", FIRST_REGULAR_CHAR_STRING, "a", SECOND_REGULAR_CHAR_STRING }, 4 in TestRuleOptions()