Searched defs:itemKey (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocresdata.cpp47 const char *itemKey,
83 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
93 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
100 replacement = uloc_getCurrentCountryID(itemKey);
102 replacement = uloc_getCurrentLanguageID(itemKey);
105 if(replacement!=NULL && itemKey != replacement){
45 uloc_getTableStringWithFallback(const char *path, const char *locale, const char *tableKey, const char *subTableKey, const char *itemKey, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dlocdispnames.cpp300 const char *itemKey,
307 if(itemKey==NULL) {
320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
327 itemKey,
785 /* pass itemKey=NULL to look for a top-level item */
297 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
H A Dlocdspnm.cpp76 UnicodeString& get(const char* tableKey, const char* itemKey,
78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
81 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
83 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
89 return get(tableKey, NULL, itemKey, result);
93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
94 return getNoFallback(tableKey, NULL, itemKey, result);
123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
129 tableKey, subTableKey, itemKey,
138 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
H A Duresdata.cpp1143 const char *itemKey=gUnknownKey; local
1147 itemKey=(const char *)outBundle+keyOffset;
1152 itemKey=(const char *)outBundle+keyOffset;
1156 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java1415 private static File getItemFile (final File parentDir, final String itemKey) argument
1418 return new File (itemKey.concat (FILE_EXTENSION));
1420 return new File (parentDir, itemKey.concat (FILE_EXTENSION));
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp324 const char *itemKey; local
325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey);
328 item, itemKey,
335 itemName, res, i, itemKey, item);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 342 milliseconds