Lines Matching full:get_string
199 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
580 result = ucnv_compareNames(alias, GET_STRING(gMainTable.aliasList[mid]));
626 && ucnv_compareNames(alias, GET_STRING(currList[currAlias]))==0)
756 return GET_STRING(gMainTable.converterList[convNum]);
792 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
897 aliases[currAlias] = GET_STRING(currList[currAlias]);
921 return GET_STRING(currList[n]);
946 return GET_STRING(gMainTable.tagList[n]);
964 return GET_STRING(currList[0]);
1006 return GET_STRING(gMainTable.converterList[convNum]);
1026 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]);