/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UResource.java | 206 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/ |
D | UResource.java | 203 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/ |
D | CaseIterator.java | 336 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/ |
D | CMapTable.java | 195 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/ |
D | CMapTable.java | 195 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/ |
D | ULocale.java | 765 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/ |
D | ULocale.java | 807 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/ |
D | theme_data.dart | 1474 final _IdentityThemeDataCacheKey otherKey = other; 1475 …return identical(baseTheme, otherKey.baseTheme) && identical(localTextGeometry, otherKey.localText…
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1653 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local 1654 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 1794 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/ |
D | dtptngen.cpp | 1802 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local 1803 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1802 UnicodeString* otherKey = (UnicodeString*)otherKeyTok.pointer; in copyHashtable() local 1803 fAvailableFormatKeyHash->puti(*otherKey, 1, status); in copyHashtable()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 579 String otherKey = type->name() + to_string((int)otherStd); in getType() local 580 SkASSERT(fTypeMap.find(otherKey) == fTypeMap.end()); in getType()
|