Searched refs:intvector_add (Results 1 – 3 of 3) sorted by relevance
150 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status);
944 … intvector_add(reorderCodeRes, reorderCodes[reorderCodeIndex], status); in addCollation()1390 intvector_add(result, value, status); in parseIntVector()
1315 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status) { in intvector_add() function