Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ces

1161 static char * getCEs(char *str, uint32_t *ces, UErrorCode *status) {
1184 /* I want to get the CEs entered right here, including continuation */
1185 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1214 ces[count ++] = value;
1219 ces[count] = 0;
1263 * Testing the CEs returned by the iterator
1270 uint32_t ces[20];
1316 while((ces[preContextCeLen] = ucol_next(iter, &status)) != (uint32_t)UCOL_NULLORDER) {
1322 getCEs(str, ces+preContextCeLen, &status);
1343 if (ce != ces[count] || U_FAILURE(status)) {
1347 if (ces[count] == 0) {
1784 log_verbose("Testing CEs for %s\n", loc);