Searched refs:itemKey (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/
H A Dlocresdata.cpp45 const char *itemKey,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
98 replacement = uloc_getCurrentCountryID(itemKey);
100 replacement = uloc_getCurrentLanguageID(itemKey);
103 if(replacement!=NULL && itemKey != replacement){
43 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 Dulocimp.h34 const char *itemKey,
H A Dlocdispnames.cpp297 const char *itemKey,
304 if(itemKey==NULL) {
317 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) {
324 itemKey,
727 /* pass itemKey=NULL to look for a top-level item */
294 _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 Duresdata.c790 const char *itemKey=gUnknownKey; local
794 itemKey=(const char *)outBundle+keyOffset;
799 itemKey=(const char *)outBundle+keyOffset;
803 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode);
/external/icu4c/i18n/
H A Dlocdspnm.cpp68 UnicodeString& get(const char* tableKey, const char* itemKey,
70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey,
73 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey,
75 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey,
80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
81 return get(tableKey, NULL, itemKey, result);
85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const { argument
86 return getNoFallback(tableKey, NULL, itemKey, result);
115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, argument
121 tableKey, subTableKey, itemKey,
130 getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, UnicodeString& result) const argument
[all...]
H A Ddtptngen.cpp578 UnicodeString itemKey; local
/external/icu4c/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/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java349 JavaExpression itemKey = variableTranslator.translate(node.getVariable());
354 java.writeStatement(callOn(DATA_CONTEXT, methodName, itemKey, value));
429 JavaExpression itemKey = variableTranslator.translate(itemVariable);
442 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByValue", itemKey, symbol(
458 JavaExpression itemKey = variableTranslator.translate(itemVariable);
466 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByPath", itemKey, callOn(
/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/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 ...

Completed in 175 milliseconds