Searched defs:NO_STYLE (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DReplaceableTest.java81 * Otherwise use NO_STYLE.
87 static final char NO_STYLE = '_'; field in class:ReplaceableTest.TestReplaceable
99 s.append(NO_STYLE);
153 char newStyle = NO_STYLE;
154 if (start != limit && styles.charAt(start) != NO_STYLE) {
168 s.append(NO_STYLE);
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp37 * Otherwise use NO_STYLE.
43 static const UChar NO_STYLE; member in class:TestReplaceable
63 s.append(NO_STYLE);
122 UChar newStyle = NO_STYLE;
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
137 s.append(NO_STYLE);
162 const UChar TestReplaceable::NO_STYLE = 0x005F; member in class:TestReplaceable
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java77 * Otherwise use NO_STYLE.
83 static final char NO_STYLE = '_'; field in class:ReplaceableTest.TestReplaceable
95 s.append(NO_STYLE);
149 char newStyle = NO_STYLE;
150 if (start != limit && styles.charAt(start) != NO_STYLE) {
164 s.append(NO_STYLE);

Completed in 65 milliseconds