Home | History | Annotate | Download | only in common

Lines Matching defs:GET_STRING

197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
594 result = ucnv_compareNames(alias, GET_STRING(gMainTable.aliasList[mid]));
640 && ucnv_compareNames(alias, GET_STRING(currList[currAlias]))==0)
770 return GET_STRING(gMainTable.converterList[convNum]);
806 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
911 aliases[currAlias] = GET_STRING(currList[currAlias]);
935 return GET_STRING(currList[n]);
960 return GET_STRING(gMainTable.tagList[n]);
978 return GET_STRING(currList[0]);
1020 return GET_STRING(gMainTable.converterList[convNum]);
1040 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]);