Searched refs:GET_STRING (Results 1 – 3 of 3) sorted by relevance
50 static final String GET_STRING(int idx) { in GET_STRING() method in UConverterAlias451 return GET_STRING(currListArray[currListArrayIndex + n]); in io_getAlias()488 return GET_STRING(currListArray[currListArrayIndex]); in getStandardName()532 return GET_STRING(gConverterList[convNum]); in getCanonicalName()574 if (tagName.equals(GET_STRING(gTagList[tagNum]))) { in getTagNumber()695 GET_STRING(currList[currAlias + currListArrayIndex])) == 0) { in isAliasInList()731 converterName = GET_STRING(gConverterList[idx]); in haveAvailableConverterList()
199 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx)) macro329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) { in getTagNumber()580 result = ucnv_compareNames(alias, GET_STRING(gMainTable.aliasList[mid])); in findConverter()626 && ucnv_compareNames(alias, GET_STRING(currList[currAlias]))==0) in isAliasInList()756 return GET_STRING(gMainTable.converterList[convNum]); in ucnv_io_getConverterName()792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases()897 aliases[currAlias] = GET_STRING(currList[currAlias]); in ucnv_io_getAliases()921 return GET_STRING(currList[n]); in ucnv_io_getAlias()946 return GET_STRING(gMainTable.tagList[n]); in ucnv_getStandard()964 return GET_STRING(currList[0]); in ucnv_getStandardName()[all …]
171 #define GET_STRING(name) X509_NAME_oneline (name, buf, 256) in ssl_verify() macro