Home | History | Annotate | Download | only in i18n

Lines Matching full:errorcode

31     CollationFastLatinBuilder(UErrorCode &errorCode);
34 UBool forData(const CollationData &data, UErrorCode &errorCode);
42 UBool loadGroups(const CollationData &data, UErrorCode &errorCode);
46 void getCEs(const CollationData &data, UErrorCode &errorCode);
48 UErrorCode &errorCode);
50 UErrorCode &errorCode);
51 void addContractionEntry(int32_t x, int64_t cce0, int64_t cce1, UErrorCode &errorCode);
52 void addUniqueCE(int64_t ce, UErrorCode &errorCode);
54 UBool encodeUniqueCEs(UErrorCode &errorCode);
55 UBool encodeCharCEs(UErrorCode &errorCode);
56 UBool encodeContractions(UErrorCode &errorCode);