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

  /external/chromium_org/third_party/icu/source/test/intltest/
reptest.cpp 37 * Otherwise use NO_STYLE.
43 static const UChar NO_STYLE;
63 s.append(NO_STYLE);
122 UChar newStyle = NO_STYLE;
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
137 s.append(NO_STYLE);
162 const UChar TestReplaceable::NO_STYLE = 0x005F;
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 37 * Otherwise use NO_STYLE.
43 static const UChar NO_STYLE;
63 s.append(NO_STYLE);
122 UChar newStyle = NO_STYLE;
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
137 s.append(NO_STYLE);
162 const UChar TestReplaceable::NO_STYLE = 0x005F;

Completed in 155 milliseconds