Home | History | Annotate | Download | only in i18n

Lines Matching refs:UChar32

135     virtual UChar32 nextCodePoint(UErrorCode &errorCode);
136 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
142 virtual uint32_t getDataCE32(UChar32 c) const;
159 UChar32 jamo = CollationDataBuilder::jamoCpFromIndex(j);
183 UChar32 c = s->char32At(pos);
219 UChar32
224 UChar32 c = s->char32At(pos);
229 UChar32
234 UChar32 c = s->char32At(pos - 1);
250 DataBuilderCollationIterator::getDataCE32(UChar32 c) const {
258 UChar32 jamo = Collation::indexFromCE32(ce32);
318 for(UChar32 c = 0xc0; c <= 0xff; ++c) {
337 CollationDataBuilder::maybeSetPrimaryRange(UChar32 start, UChar32 end,
374 CollationDataBuilder::setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end,
395 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const {
408 CollationDataBuilder::isAssigned(UChar32 c) const {
413 CollationDataBuilder::getLongPrimaryIfSingleCE(UChar32 c) const {
423 CollationDataBuilder::getSingleCE(UChar32 c, UErrorCode &errorCode) const {
546 UChar32 c = s.char32At(0);
769 CollationDataBuilder::copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext,
860 CollationDataBuilder::copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32,
903 UBool copyRangeCE32(UChar32 start, UChar32 end, uint32_t ce32) {
1018 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) {
1048 UChar32 c = iter.getCodepoint();
1064 UChar32 c = iter.getCodepoint();
1090 UChar32 jamo = jamoCpFromIndex(j);
1142 UChar32 jamo = jamoCpFromIndex(j);
1158 UChar32 c = iter.getCodepoint();
1177 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) {
1256 UChar32 c = Hangul::HANGUL_BASE;
1262 UChar32 limit = c + Hangul::JAMO_VT_COUNT;
1269 for(UChar32 c = Hangul::HANGUL_BASE; c < Hangul::HANGUL_LIMIT;) {
1272 UChar32 limit = c + Hangul::JAMO_VT_COUNT;
1290 UChar32 c = 0x10000;
1337 UChar32 c = iter.getCodepoint();