/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | KeyTypeDataConverter.java | 271 String itemKey = typesForKeyItem.getKey(); in createTypeMapResource() local 272 if (key != null && !itemKey.equals(key)) { in createTypeMapResource() 280 if (extKey.equals(itemKey)) { in createTypeMapResource() 281 aliasName = "/ICUDATA/" + itemKey + EXTERNAL_TYPES_SUFFIX in createTypeMapResource() 283 + "/" + itemKey; in createTypeMapResource() 293 typeMapForKeyResAlias.name = itemKey; in createTypeMapResource() 300 typeMapForKeyRes.name = itemKey; in createTypeMapResource() 337 String itemKey = aliasesForKeyItem.getKey(); in createTypeAliasResource() local 338 if (key != null && !itemKey.equals(key)) { in createTypeAliasResource() 346 if (extKey.equals(itemKey)) { in createTypeAliasResource() [all …]
|
/external/icu/icu4c/source/common/ |
D | locresdata.cpp | 47 const char *itemKey, in uloc_getTableStringWithFallback() argument 93 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback() 100 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback() 102 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback() 105 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
|
D | locdspnm.cpp | 76 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 { in get() argument 89 return get(tableKey, NULL, itemKey, result); in get() 93 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 94 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 129 tableKey, subTableKey, itemKey, in get() [all …]
|
D | locdispnames.cpp | 300 const char *itemKey, in _getStringOrCopyKey() argument 307 if(itemKey==NULL) { in _getStringOrCopyKey() 320 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 327 itemKey, in _getStringOrCopyKey()
|
D | ulocimp.h | 36 const char *itemKey,
|
D | uresdata.cpp | 1143 const char *itemKey=gUnknownKey; in ures_swapResource() local 1147 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 1152 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 1156 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode); in ures_swapResource()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | ResourceBundlePerf.java | 318 String itemKey = (String) menu_items[j][0]; 320 if(!expected[p++].equals(itemKey)) throw new Error("not equal"); 347 String itemKey = menu_item.getKey(); 349 if(!expected[p++].equals(itemKey)) throw new Error("not equal");
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
D | Composer.java | 233 Node itemKey = composeKeyNode(node); in composeMappingChildren() local 234 if (itemKey.getTag().equals(Tag.MERGE)) { in composeMappingChildren() 238 children.add(new NodeTuple(itemKey, itemValue)); in composeMappingChildren()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 243 … String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); in handleGet() local 244 if (itemKey == null) { in handleGet() 247 … return createBundleObject(itemKey, getContainerResource(index), aliasesVisited, requested); in handleGet()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleImpl.java | 244 … String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); in handleGet() local 245 if (itemKey == null) { in handleGet() 248 … return createBundleObject(itemKey, getContainerResource(index), aliasesVisited, requested); in handleGet()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 324 const char *itemKey; in ures_enumDependencies() local 325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); in ures_enumDependencies() 328 item, itemKey, in ures_enumDependencies() 335 itemName, res, i, itemKey, item); in ures_enumDependencies()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | TemplateTranslator.java | 349 JavaExpression itemKey = variableTranslator.translate(node.getVariable()); in caseAWithCommand() local 354 java.writeStatement(callOn(DATA_CONTEXT, methodName, itemKey, value)); in caseAWithCommand() 429 JavaExpression itemKey = variableTranslator.translate(itemVariable); in writeLoop() local 442 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByValue", itemKey, symbol( in writeLoop() 458 JavaExpression itemKey = variableTranslator.translate(itemVariable); in writeEach() local 466 java.writeStatement(callOn(DATA_CONTEXT, "createLocalVariableByPath", itemKey, callOn( in writeEach()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 1415 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()
|