Lines Matching refs:UChar32
138 UChar32 c;
216 virtual UChar32 nextCodePoint(UErrorCode &errorCode) = 0;
222 virtual UChar32 previousCodePoint(UErrorCode &errorCode) = 0;
237 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
269 virtual uint32_t getDataCE32(UChar32 c) const;
273 void appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
281 int64_t nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
287 UChar32 nextSkippedCodePoint(UErrorCode &errorCode);
293 const UChar *p, uint32_t ce32, UChar32 c,
298 int32_t lookAhead, UChar32 c,
304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);