Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dreptest.cpp45 static const UChar NO_STYLE; member in TestReplaceable
65 s.append(NO_STYLE); in TestReplaceable()
124 UChar newStyle = NO_STYLE; in fixStyles()
125 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
139 s.append(NO_STYLE); in fixStyles()
164 const UChar TestReplaceable::NO_STYLE = 0x005F; member in TestReplaceable
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java86 static final char NO_STYLE = '_'; field in ReplaceableTest.TestReplaceable
98 s.append(NO_STYLE); in TestReplaceable()
159 char newStyle = NO_STYLE; in fixStyles()
160 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
174 s.append(NO_STYLE); in fixStyles()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DReplaceableTest.java89 static final char NO_STYLE = '_'; field in ReplaceableTest.TestReplaceable
101 s.append(NO_STYLE); in TestReplaceable()
162 char newStyle = NO_STYLE; in fixStyles()
163 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
177 s.append(NO_STYLE); in fixStyles()