Lines Matching full:uchar32
386 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const {
785 UChar32 nextCodePoint() {
790 UChar32 c;
803 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) {
816 virtual UChar32 nextRawCodePoint() = 0;
828 virtual UChar32 nextRawCodePoint() {
830 UChar32 c = *s++;
880 virtual UChar32 nextRawCodePoint() {
882 UChar32 c;
897 virtual UChar32 nextRawCodePoint() {
909 virtual UChar32 nextRawCodePoint() {
921 virtual UChar32 nextRawCodePoint() {
933 UChar32 leftCp = left.nextCodePoint();
934 UChar32 rightCp = right.nextCodePoint();
1122 UChar32 c;
1128 UChar32 c;
1134 UChar32 c;
1219 UChar32 leftUnit;
1220 UChar32 rightUnit;
1358 UChar32 prev = 0;
1462 UChar32 c = iter->next(iter);
1605 RuleBasedCollator::isUnsafe(UChar32 c) const {