Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ces

1164 static char * getCEs(char *str, uint32_t *ces, UErrorCode *status) {
1187 /* I want to get the CEs entered right here, including continuation */
1188 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1217 ces[count ++] = value;
1222 ces[count] = 0;
1266 * Testing the CEs returned by the iterator
1273 uint32_t ces[20];
1319 while((ces[preContextCeLen] = ucol_next(iter, &status)) != (uint32_t)UCOL_NULLORDER) {
1325 getCEs(str, ces+preContextCeLen, &status);
1346 if (ce != ces[count] || U_FAILURE(status)) {
1350 if (ces[count] == 0) {
1730 log_verbose("Testing CEs for %s\n", loc);