/external/chromium_org/third_party/icu/source/common/ |
D | locresdata.cpp | 45 const char *itemKey, in uloc_getTableStringWithFallback() argument 91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback() 98 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback() 100 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback() 103 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
|
D | ulocimp.h | 34 const char *itemKey,
|
D | locdispnames.cpp | 297 const char *itemKey, in _getStringOrCopyKey() argument 304 if(itemKey==NULL) { in _getStringOrCopyKey() 317 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 324 itemKey, in _getStringOrCopyKey()
|
D | uresdata.c | 790 const char *itemKey=gUnknownKey; in ures_swapResource() local 794 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 799 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 803 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode); in ures_swapResource()
|
/external/icu4c/common/ |
D | locresdata.cpp | 45 const char *itemKey, in uloc_getTableStringWithFallback() argument 91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback() 98 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback() 100 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback() 103 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
|
D | ulocimp.h | 34 const char *itemKey,
|
D | locdispnames.cpp | 298 const char *itemKey, in _getStringOrCopyKey() argument 305 if(itemKey==NULL) { in _getStringOrCopyKey() 318 if (!uprv_strncmp(tableKey, "Languages", 9) && uprv_strtol(itemKey, NULL, 10)) { in _getStringOrCopyKey() 325 itemKey, in _getStringOrCopyKey()
|
D | uresdata.c | 809 const char *itemKey=gUnknownKey; in ures_swapResource() local 813 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 818 itemKey=(const char *)outBundle+keyOffset; in ures_swapResource() 822 ures_swapResource(ds, inBundle, outBundle, item, itemKey, pTempTable, pErrorCode); in ures_swapResource()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | locdspnm.cpp | 68 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 { in get() argument 81 return get(tableKey, NULL, itemKey, result); in get() 85 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 86 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 121 tableKey, subTableKey, itemKey, in get() [all …]
|
D | dtptngen.cpp | 577 UnicodeString itemKey; in addCLDRData() local
|
/external/icu4c/i18n/ |
D | locdspnm.cpp | 70 UnicodeString& get(const char* tableKey, const char* itemKey, 72 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 75 UnicodeString& getNoFallback(const char* tableKey, const char* itemKey, 77 UnicodeString& getNoFallback(const char* tableKey, const char* subTableKey, const char* itemKey, 82 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() argument 83 return get(tableKey, NULL, itemKey, result); in get() 87 ICUDataTable::getNoFallback(const char* tableKey, const char* itemKey, UnicodeString& result) const… in getNoFallback() argument 88 return getNoFallback(tableKey, NULL, itemKey, result); in getNoFallback() 117 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() argument 123 tableKey, subTableKey, itemKey, in get() [all …]
|
D | dtptngen.cpp | 578 UnicodeString itemKey; in addCLDRData() local
|
/external/chromium_org/third_party/icu/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/icu4c/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()
|