• Home
  • Raw
  • Download

Lines Matching refs:UErrorCode

61     CollationDataBuilder(UErrorCode &errorCode);
65 void initForTailoring(const CollationData *b, UErrorCode &errorCode);
93 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const;
97 UErrorCode &errorCode);
105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
107 uint32_t ce32, UErrorCode &errorCode);
123 UErrorCode &errorCode);
139 UErrorCode &errorCode);
146 UErrorCode &errorCode);
148 void optimize(const UnicodeSet &set, UErrorCode &errorCode);
149 void suppressContractions(const UnicodeSet &set, UErrorCode &errorCode);
152 virtual void build(CollationData &data, UErrorCode &errorCode);
173 int32_t addCE(int64_t ce, UErrorCode &errorCode);
174 int32_t addCE32(uint32_t ce32, UErrorCode &errorCode);
175 int32_t addConditionalCE32(const UnicodeString &context, uint32_t ce32, UErrorCode &errorCode);
192 uint32_t encodeOneCE(int64_t ce, UErrorCode &errorCode);
193 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
194 uint32_t encodeExpansion32(const int32_t newCE32s[], int32_t length, UErrorCode &errorCode);
196 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
203 ConditionalCE32 *cond, UErrorCode &errorCode);
205 UBool getJamoCE32s(uint32_t jamoCE32s[], UErrorCode &errorCode);
206 void setDigitTags(UErrorCode &errorCode);
207 void setLeadSurrogates(UErrorCode &errorCode);
209 void buildMappings(CollationData &data, UErrorCode &errorCode);
212 void buildContexts(UErrorCode &errorCode);
213 uint32_t buildContext(ConditionalCE32 *head, UErrorCode &errorCode);
215 UErrorCode &errorCode);
217 void buildFastLatinTable(CollationData &data, UErrorCode &errorCode);