Searched refs:NO_STYLE_MARK (Results 1 – 3 of 3) sorted by relevance
47 static const UChar NO_STYLE_MARK; member in TestReplaceable64 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()127 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()138 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()166 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF; member in TestReplaceable
84 static final char NO_STYLE_MARK = 0xFFFF; field in ReplaceableTest.TestReplaceable93 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()151 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) { in fixStyles()162 if (charAt(start+i) == NO_STYLE_MARK) { in fixStyles()
83 static final char NO_STYLE_MARK = 0xFFFF; field in ReplaceableTest.TestReplaceable92 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()150 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) { in fixStyles()161 if (charAt(start+i) == NO_STYLE_MARK) { in fixStyles()