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

  /external/chromium_org/third_party/icu/source/test/intltest/
reptest.cpp 45 static const UChar NO_STYLE_MARK;
62 if (text.charAt(i) == NO_STYLE_MARK) {
125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) {
133 // this doesn't really handle an embedded NO_STYLE_MARK
136 if (getCharAt(start+i) == NO_STYLE_MARK) {
164 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 45 static const UChar NO_STYLE_MARK;
62 if (text.charAt(i) == NO_STYLE_MARK) {
125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) {
133 // this doesn't really handle an embedded NO_STYLE_MARK
136 if (getCharAt(start+i) == NO_STYLE_MARK) {
164 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;

Completed in 614 milliseconds