Searched defs:CollationData (Results 1 – 1 of 1) sorted by relevance
35 struct U_I18N_API CollationData : public UMemory { struct36 CollationData(const Normalizer2Impl &nfc) in CollationData() function49 uint32_t getCE32(UChar32 c) const { in getCE32()53 uint32_t getCE32FromSupplementary(UChar32 c) const { in getCE32FromSupplementary()57 UBool isDigit(UChar32 c) const { in isDigit()62 UBool isUnsafeBackward(UChar32 c, UBool numeric) const { in isUnsafeBackward()66 UBool isCompressibleLeadByte(uint32_t b) const { in isCompressibleLeadByte()70 inline UBool isCompressiblePrimary(uint32_t p) const { in isCompressiblePrimary()78 static uint32_t readCE32(const UChar *p) { in readCE32()96 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const { in getCEFromOffsetCE32()[all …]