Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

135     UBool mergeCompositeIntoString(const UnicodeString &nfdString, int32_t indexAfterLastStarter,
140 UBool ignorePrefix(const UnicodeString &s, UErrorCode &errorCode) const;
141 UBool ignoreString(const UnicodeString &s, UErrorCode &errorCode) const;
142 UBool isFCD(const UnicodeString &s, UErrorCode &errorCode) const;
149 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
203 static inline UBool isTempCE(int64_t ce) {
215 static inline UBool isTempCE32(uint32_t ce32) {
273 static inline UBool nodeHasBefore2(int64_t node) {
276 static inline UBool nodeHasBefore3(int64_t node) {
279 static inline UBool nodeHasAnyBefore(int64_t node) {
282 static inline UBool isTailoredNode(int64_t node) {
302 UBool fastLatinEnabled;