Home | History | Annotate | Download | only in i18n

Lines Matching full:uchar32

133     virtual UChar32 nextCodePoint(UErrorCode &errorCode);
134 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
140 virtual uint32_t getDataCE32(UChar32 c) const;
157 UChar32 jamo = CollationDataBuilder::jamoCpFromIndex(j);
181 UChar32 c = s->char32At(pos);
217 UChar32
222 UChar32 c = s->char32At(pos);
227 UChar32
232 UChar32 c = s->char32At(pos - 1);
248 DataBuilderCollationIterator::getDataCE32(UChar32 c) const {
256 UChar32 jamo = Collation::indexFromCE32(ce32);
316 for(UChar32 c = 0xc0; c <= 0xff; ++c) {
335 CollationDataBuilder::maybeSetPrimaryRange(UChar32 start, UChar32 end,
372 CollationDataBuilder::setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end,
393 CollationDataBuilder::getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const {
406 CollationDataBuilder::isAssigned(UChar32 c) const {
411 CollationDataBuilder::getLongPrimaryIfSingleCE(UChar32 c) const {
421 CollationDataBuilder::getSingleCE(UChar32 c, UErrorCode &errorCode) const {
543 UChar32 c = s.char32At(0);
766 CollationDataBuilder::copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext,
857 CollationDataBuilder::copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32,
900 UBool copyRangeCE32(UChar32 start, UChar32 end, uint32_t ce32) {
1015 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) {
1045 UChar32 c = iter.getCodepoint();
1061 UChar32 c = iter.getCodepoint();
1087 UChar32 jamo = jamoCpFromIndex(j);
1139 UChar32 jamo = jamoCpFromIndex(j);
1155 UChar32 c = iter.getCodepoint();
1174 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) {
1251 UChar32 c = Hangul::HANGUL_BASE;
1257 UChar32 limit = c + Hangul::JAMO_VT_COUNT;
1264 for(UChar32 c = Hangul::HANGUL_BASE; c < Hangul::HANGUL_LIMIT;) {
1267 UChar32 limit = c + Hangul::JAMO_VT_COUNT;
1285 UChar32 c = 0x10000;
1332 UChar32 c = iter.getCodepoint();