Home
last modified time | relevance | path

Searched refs:otherKey (Results 1 – 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUResource.java206 Key otherKey = (Key)other; in equals() local
207 return length == otherKey.length && in equals()
208 regionMatches(otherKey.bytes, otherKey.offset, length); in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java203 Key otherKey = (Key)other; in equals() local
204 return length == otherKey.length && in equals()
205 regionMatches(otherKey.bytes, otherKey.offset, length); in equals()
/external/cldr/tools/java/org/unicode/cldr/util/
DCaseIterator.java338 String otherKey = (String) multiIt2.next();
339 if (otherKey.length() >= key.length()) continue;
346 pos = key.indexOf(otherKey, pos + 1);
348 int endPos = pos + otherKey.length();
351 String[] choices = (String[]) fromCaseFold.get(otherKey);
DStateDictionary.java184 int otherKey = otherIt.next(); in compareTo() local
185 if (0 != (result = key - otherKey)) { in compareTo()
454 byte otherKey = otherIt.next();
455 if (0 != (result = key - otherKey)) {
DCollationMapMaker.java447 String otherKey = (String) e.getKey(); in addExpansionResults() local
448 if (key.startsWith(otherKey)) { in addExpansionResults()
450 key = key.substring(otherKey.length()); in addExpansionResults()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java336 String otherKey = (String) multiIt2.next();
337 if (otherKey.length() >= key.length()) continue;
344 pos = key.indexOf(otherKey, pos+1);
346 int endPos = pos + otherKey.length();
349 String[] choices = (String[]) fromCaseFold.get(otherKey);
/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java434 Referenced otherKey = (Referenced) o;
436 Object otherKeyValue = otherKey.getValue();
447 result = (this.hashCode() == otherKey.hashCode());
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java299 for (String otherKey : otherArray.map.keySet()) { in addAll()
300 String narrowPath = otherKey.replace("eraAbbr", "eraNarrow"); in addAll()
302 map.put(narrowPath, otherArray.map.get(otherKey)); in addAll()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateEnums.java563 Object otherKey = backMap.get(o); in checkDuplicates() local
564 if (otherKey != null) in checkDuplicates()
565 System.out.println("Collision with: " + key + ",\t" + otherKey + ",\t" in checkDuplicates()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java750 String otherKey = otherKwdItr.next(); in compareTo() local
751 cmp = thisKey.compareTo(otherKey); in compareTo()
755 String otherVal = other.getKeywordValue(otherKey); in compareTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java801 String otherKey = otherKwdItr.next(); in compareTo() local
802 cmp = thisKey.compareTo(otherKey); in compareTo()
806 String otherVal = other.getKeywordValue(otherKey); in compareTo()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1657 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local
1658 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()