Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()
/third_party/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);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapTable.java195 CMapId otherKey = (CMapId) obj; in equals() local
196 if ((otherKey.platformId == this.platformId) && (otherKey.encodingId == this.encodingId)) { in equals()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapTable.java195 CMapId otherKey = (CMapId) obj; in equals() local
196 if ((otherKey.platformId == this.platformId) && (otherKey.encodingId == this.encodingId)) { in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DULocale.java765 String otherKey = otherKwdItr.next(); in compareTo() local
766 cmp = thisKey.compareTo(otherKey); in compareTo()
770 String otherVal = other.getKeywordValue(otherKey); in compareTo()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java807 String otherKey = otherKwdItr.next(); in compareTo() local
808 cmp = thisKey.compareTo(otherKey); in compareTo()
812 String otherVal = other.getKeywordValue(otherKey); in compareTo()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtheme_data.dart1474 final _IdentityThemeDataCacheKey otherKey = other;
1475 …return identical(baseTheme, otherKey.baseTheme) && identical(localTextGeometry, otherKey.localText…
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp1653 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local
1654 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp1794 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local
1795 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp1802 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local
1803 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp1802 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local
1803 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp579 String otherKey = type->name() + to_string((int)otherStd); in getType() local
580 SkASSERT(fTypeMap.find(otherKey) == fTypeMap.end()); in getType()