Home | History | Annotate | Download | only in i18n

Lines Matching refs:UChar32

400 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const {
790 UChar32 nextCodePoint() {
795 UChar32 c;
808 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) {
821 virtual UChar32 nextRawCodePoint() = 0;
833 virtual UChar32 nextRawCodePoint() {
835 UChar32 c = *s++;
885 virtual UChar32 nextRawCodePoint() {
887 UChar32 c;
902 virtual UChar32 nextRawCodePoint() {
914 virtual UChar32 nextRawCodePoint() {
926 virtual UChar32 nextRawCodePoint() {
938 UChar32 leftCp = left.nextCodePoint();
939 UChar32 rightCp = right.nextCodePoint();
1127 UChar32 c;
1133 UChar32 c;
1139 UChar32 c;
1224 UChar32 leftUnit;
1225 UChar32 rightUnit;
1363 UChar32 prev = 0;
1467 UChar32 c = iter->next(iter);
1610 RuleBasedCollator::isUnsafe(UChar32 c) const {