Searched refs:NO_STYLE_MARK (Results 1 – 3 of 3) sorted by relevance
45 static const UChar NO_STYLE_MARK; member in TestReplaceable62 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()136 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()164 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF; member in TestReplaceable
85 static final char NO_STYLE_MARK = 0xFFFF; field in ReplaceableTest.TestReplaceable94 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()152 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) { in fixStyles()163 if (charAt(start+i) == NO_STYLE_MARK) { in fixStyles()
89 static final char NO_STYLE_MARK = 0xFFFF; field in ReplaceableTest.TestReplaceable98 if (text.charAt(i) == NO_STYLE_MARK) { in TestReplaceable()156 } else if (start > 0 && charAt(start-1) != NO_STYLE_MARK) { in fixStyles()167 if (charAt(start+i) == NO_STYLE_MARK) { in fixStyles()