Searched refs:itemKey (Results 1 – 3 of 3) sorted by relevance
2064 const char *itemKey, in _res_getTableStringWithFallback() argument2108 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in _res_getTableStringWithFallback()2115 replacement = uloc_getCurrentCountryID(itemKey); in _res_getTableStringWithFallback()2117 replacement = uloc_getCurrentLanguageID(itemKey); in _res_getTableStringWithFallback()2120 if(replacement!=NULL && itemKey != replacement){ in _res_getTableStringWithFallback()2175 const char *itemKey, in _getStringOrCopyKey() argument2182 if(itemKey==NULL) { in _getStringOrCopyKey()2197 itemKey, in _getStringOrCopyKey()
1415 private static File getItemFile (final File parentDir, final String itemKey) in getItemFile() argument1418 return new File (itemKey.concat (FILE_EXTENSION)); in getItemFile()1420 return new File (parentDir, itemKey.concat (FILE_EXTENSION)); in getItemFile()
421 UnicodeString itemKey; in addCLDRData() local