Lines Matching full:errorcode
37 CollationBaseDataBuilder(UErrorCode &errorCode);
41 void init(UErrorCode &errorCode);
51 * @param errorCode in/out error code
53 void initHanRanges(const UChar32 ranges[], int32_t length, UErrorCode &errorCode);
64 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
66 void addRootElements(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
67 void addRootElement(int64_t ce, UErrorCode &errorCode);
71 UErrorCode &errorCode);
73 virtual void build(CollationData &data, UErrorCode &errorCode);
75 void buildRootElementsTable(UVector32 &table, UErrorCode &errorCode);
80 UVector32 &table, UErrorCode &errorCode);