Lines Matching refs:UChar32
2148 UBool equalWithSignCompatibility(UChar32 lhs, UChar32 rhs) const;
2169 static int32_t match(const UnicodeString& text, int32_t pos, UChar32 ch);
2174 UnicodeSet *sset, UChar32 schar);
2176 static UBool matchDecimal(UChar32 symbolChar,
2177 UBool sawDecimal, UChar32 sawDecimalChar,
2178 const UnicodeSet *sset, UChar32 schar);
2180 static UBool matchGrouping(UChar32 groupingChar,
2181 UBool sawGrouping, UChar32 sawGroupingChar,
2183 UChar32 decimalChar, const UnicodeSet *decimalSet,
2184 UChar32 schar);