Lines Matching refs:UChar32
153 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
161 UBool isMatcher(UChar32 ch);
167 UBool isReplacer(UChar32 ch);
191 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const {
228 UBool ParseData::isMatcher(UChar32 ch) {
243 UBool ParseData::isReplacer(UChar32 ch) {
448 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
449 if (escaped == (UChar32) -1) {
798 UChar32 c = text.char32At(i);
813 UChar32 c = text.char32At(i);
1165 UBool TransliteratorParser::checkVariableRange(UChar32 ch) const {
1657 UChar32 c = 0;
1691 UChar32 c2 = *source;
1703 if (c2 == (UChar32)0xFFFFFFFF || escapeOffset == 0)