Lines Matching full:uchar32
151 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const;
159 UBool isMatcher(UChar32 ch);
165 UBool isReplacer(UChar32 ch);
189 const UnicodeFunctor* ParseData::lookupMatcher(UChar32 ch) const {
226 UBool ParseData::isMatcher(UChar32 ch) {
241 UBool ParseData::isReplacer(UChar32 ch) {
446 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\'
447 if (escaped == (UChar32) -1) {
796 UChar32 c = text.char32At(i);
811 UChar32 c = text.char32At(i);
1163 UBool TransliteratorParser::checkVariableRange(UChar32 ch) const {
1655 UChar32 c = 0;
1682 UChar32 c2 = *source;
1694 if (c2 == (UChar32)0xFFFFFFFF || escapeOffset == 0)