Home | History | Annotate | Download | only in i18n

Lines Matching refs:otherValues

2123     UList *otherValues = ulist_createEmptyList(status);
2132 ulist_deleteList(otherValues);
2206 } else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed) {
2207 otherValues, curID, TRUE, status);
2225 ulist_resetList(otherValues);
2226 while ((value = (char *)ulist_getNext(otherValues)) != NULL) {
2251 ulist_deleteList(otherValues);