Searched refs:currList (Results 1 – 1 of 1) sorted by relevance
626 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1; in isAliasInList() local628 if (currList[currAlias] in isAliasInList()629 && ucnv_compareNames(alias, GET_STRING(currList[currAlias]))==0) in isAliasInList()793 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1; in ucnv_io_nextStandardAliases() local796 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()900 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1; in ucnv_io_getAliases() local903 aliases[currAlias] = GET_STRING(currList[currAlias]); in ucnv_io_getAliases()924 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1; in ucnv_io_getAlias() local927 return GET_STRING(currList[n]); in ucnv_io_getAlias()966 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1; in ucnv_getStandardName() local[all …]