Home
last modified time | relevance | path

Searched refs:resKeyString (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.c1270 const char *resKeyString; in table_add() local
1293 resKeyString = list->fRoot->fKeys + res->fKey; in table_add()
1305 diff = uprv_strcmp(currentKeyString, resKeyString); in table_add()
1307 diff = uprv_compareInvCharsAsAscii(currentKeyString, resKeyString); in table_add()