Home
last modified time | relevance | path

Searched refs:itemKey (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duloc.c2064 const char *itemKey, in _res_getTableStringWithFallback() argument
2108 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() argument
2182 if(itemKey==NULL) { in _getStringOrCopyKey()
2197 itemKey, in _getStringOrCopyKey()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1415 private static File getItemFile (final File parentDir, final String itemKey) in getItemFile() argument
1418 return new File (itemKey.concat (FILE_EXTENSION)); in getItemFile()
1420 return new File (parentDir, itemKey.concat (FILE_EXTENSION)); in getItemFile()
/external/icu4c/i18n/
Ddtptngen.cpp421 UnicodeString itemKey; in addCLDRData() local