Searched refs:oldName (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ReportAPI.java | 288 String oldName = oldData.name; in writeReport() 289 int ptIndex = oldName.indexOf('.'); in writeReport() 291 oldName = oldName.substring(0, ptIndex); in writeReport() 302 String title = "ICU4J API Comparison: " + oldName + " with " + newName; in writeReport() 323 pw.println("<h2>Removed from " + oldName +"</h2>"); in writeReport() 392 pw.println("=== Removed from " + oldName + " ==="); in writeReport()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 83 String oldName = getPreference("recentfileid" + String.valueOf(i)); in addRecentFilePreference() 85 if (oldName.equals(EMPTY_STRING) || oldLocation.equals(EMPTY_STRING)) break; in addRecentFilePreference() 86 existingNames.addElement(oldName); in addRecentFilePreference()
|
H A D | RBManager.java | 469 String oldName = item.getKey(); in editItem() 476 BundleItem oldItem = (BundleItem)bundle.allItems.get(oldName); in editItem() 478 if (!oldName.equals(name)) { in editItem()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cucdtst.c | 1658 const char *name, *oldName, *extName, *alias; member 1713 expected=names[i].oldName; in enumCharNamesFn() 1823 if(length<0 || (length>0 && 0!=strcmp(name, names[i].oldName)) || length!=(uint16_t)strlen(name)) { in TestCharNames() 1824 log_err("u_charName(0x%lx - 1.0) gets %s length %ld instead of nothing or %s\n", names[i].code, name, length, names[i].oldName); in TestCharNames() 1828 if(names[i].oldName[0]!=0 /* && length>0 */) { in TestCharNames() 1829 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode); in TestCharNames() 1831 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode)); in TestCharNames() 1835 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code); in TestCharNames()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 1132 GLuint replaceName (Type& type, GLuint oldName, TestLog& log) in replaceName() argument 1141 << "// Type does not require Gen* for binding, reusing old id " << oldName << "." in replaceName() 1144 return oldName; in replaceName()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | node.js | 966 const oldName = this.name 982 oldParent[_reloadNamedEdges](oldName)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 461 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
in AddRenamePair() 465 pair.OldName = oldName;
in AddRenamePair() 460 AddRenamePair(CObjectVector<CRenamePair> *renamePairs, const UString &oldName, const UString &newName, NRecursedType::EEnum type, bool wildcardMatching) AddRenamePair() argument
|
Completed in 13 milliseconds