HomeSort by relevance Sort by last modified time
    Searched refs:NO_STYLE_MARK (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
reptest.cpp 47 static const UChar NO_STYLE_MARK;
64 if (text.charAt(i) == NO_STYLE_MARK) {
127 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) {
135 // this doesn't really handle an embedded NO_STYLE_MARK
138 if (getCharAt(start+i) == NO_STYLE_MARK) {
166 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 84 static final char NO_STYLE_MARK = 0xFFFF;
93 if (text.charAt(i) == NO_STYLE_MARK) {
151 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) {
159 // this doesn't really handle an embedded NO_STYLE_MARK
162 if (charAt(start+i) == NO_STYLE_MARK) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 83 static final char NO_STYLE_MARK = 0xFFFF;
92 if (text.charAt(i) == NO_STYLE_MARK) {
150 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) {
158 // this doesn't really handle an embedded NO_STYLE_MARK
161 if (charAt(start+i) == NO_STYLE_MARK) {

Completed in 52 milliseconds