Home | History | Annotate | Download | only in i18n

Lines Matching full:uchar32

71     UChar32 next() {
72 UChar32 c = oldBuffer.char32At(pos);
106 void setFirstSkipped(UChar32 c) {
111 void skip(UChar32 c) {
205 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
226 CollationIterator::getDataCE32(UChar32 c) const {
237 CollationIterator::nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
249 CollationIterator::appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
312 UChar32 nextCp;
375 UChar32 t = c % Hangul::JAMO_T_COUNT;
377 UChar32 v = c % Hangul::JAMO_V_COUNT;
455 UChar32 c = previousCodePoint(errorCode);
468 UChar32
472 UChar32 c = nextCodePoint(errorCode);
489 const UChar *p, uint32_t ce32, UChar32 c,
505 UChar32 nextCp;
557 int32_t lookAhead, UChar32 c,
580 UChar32 nextCp = nextSkippedCodePoint(errorCode);
693 UChar32 c = nextCodePoint(errorCode);
709 UChar32 c = previousCodePoint(errorCode);
847 UChar32 c = previousCodePoint(errorCode);
882 CollationIterator::previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) {