Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

67     virtual UBool isCompressibleLeadByte(uint32_t b) const;
69 inline UBool isCompressiblePrimary(uint32_t p) const {
76 UBool hasMappings() const { return modified; }
81 UBool isAssigned(UChar32 c) const;
121 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end,
171 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const;
187 static inline UBool isBuilderContextCE32(uint32_t ce32) {
196 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
205 UBool getJamoCE32s(uint32_t jamoCE32s[], UErrorCode &errorCode);
246 UBool modified;
248 UBool fastLatinEnabled;