Home
last modified time | relevance | path

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

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