Home
last modified time | relevance | path

Searched defs:itemKey (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
Dlocresdata.cpp47 const char *itemKey, in uloc_getTableStringWithFallback()
Dlocdspnm.cpp87 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument
92 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument
122 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get()
137 ICUDataTable::getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, in getNoFallback()
Dlocdispnames.cpp300 const char *itemKey, in _getStringOrCopyKey()
Duresdata.cpp1139 const char *itemKey=gUnknownKey; in ures_swapResource() local
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java349 JavaExpression itemKey = variableTranslator.translate(node.getVariable()); in caseAWithCommand() local
429 JavaExpression itemKey = variableTranslator.translate(itemVariable); in writeLoop() local
458 JavaExpression itemKey = variableTranslator.translate(itemVariable); in writeEach() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
DComposer.java233 Node itemKey = composeKeyNode(node); in composeMappingChildren() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleImpl.java244 … String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); in handleGet() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java243 … String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); in handleGet() local
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp324 const char *itemKey; in ures_enumDependencies() local
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1415 private static File getItemFile (final File parentDir, final String itemKey) in getItemFile()