Lines Matching refs:UBool
69 virtual UBool isCompressibleLeadByte(uint32_t b) const;
71 inline UBool isCompressiblePrimary(uint32_t p) const {
78 UBool hasMappings() const { return modified; }
83 UBool isAssigned(UChar32 c) const;
123 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end,
173 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
189 static inline UBool isBuilderContextCE32(uint32_t ce32) {
198 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
207 UBool getJamoCE32s(uint32_t jamoCE32s[], UErrorCode &errorCode);
248 UBool modified;
250 UBool fastLatinEnabled;