Searched defs:itemKey (Results 1 - 10 of 10) 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.cpp75 UnicodeString& get(const char* tableKey, const char* itemKey,
77 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
80 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
82 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
87 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
88 return get(tableKey, NULL, itemKey, result);
92 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
93 return getNoFallback(tableKey, NULL, itemKey, result);
122 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
128 tableKey, subTableKey, itemKey,
137 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
H A Duresdata.cpp1139 const char *itemKey=gUnknownKey; local
1143 itemKey=(const char *)outBundle+keyOffset;
1148 itemKey=(const char *)outBundle+keyOffset;
1152 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 425 milliseconds