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

/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp39 * Otherwise use NO_STYLE.
45 static const UChar NO_STYLE; member in class:TestReplaceable
65 s.append(NO_STYLE);
124 UChar newStyle = NO_STYLE;
125 if (start != limit && styles.charAt(start) != NO_STYLE) {
139 s.append(NO_STYLE);
164 const UChar TestReplaceable::NO_STYLE = 0x005F; member in class:TestReplaceable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DReplaceableTest.java83 * Otherwise use NO_STYLE.
89 static final char NO_STYLE = '_'; field in class:ReplaceableTest.TestReplaceable
101 s.append(NO_STYLE);
162 char newStyle = NO_STYLE;
163 if (start != limit && styles.charAt(start) != NO_STYLE) {
177 s.append(NO_STYLE);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java80 * Otherwise use NO_STYLE.
86 static final char NO_STYLE = '_'; field in class:ReplaceableTest.TestReplaceable
98 s.append(NO_STYLE);
159 char newStyle = NO_STYLE;
160 if (start != limit && styles.charAt(start) != NO_STYLE) {
174 s.append(NO_STYLE);

Completed in 975 milliseconds