/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | SortedSetRelation.java | 51 EQUALS = A_AND_B, // A intersect B, retainAll field in SortedSetRelation 60 RETAINALL = EQUALS, // A intersect B, retainAll 88 case EQUALS: if (a.size() != b.size()) return false; break; in hasRelation()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | SortedSetRelation.java | 53 EQUALS = A_AND_B, // A intersect B, retainAll field in SortedSetRelation 62 RETAINALL = EQUALS, // A intersect B, retainAll 90 case EQUALS: if (a.size() != b.size()) return false; break; in hasRelation()
|
/third_party/ninja/src/ |
H A D | lexer.h | 37 EQUALS, enumerator
|
H A D | lexer.in.cc | 80 case EQUALS: return "'='"; in TokenName() 144 "=" { token = EQUALS; break; } in ReadToken()
|
H A D | lexer.cc | 81 case EQUALS: return "'='"; in TokenName() 268 { token = EQUALS; break; } in ReadToken()
|
H A D | dyndep_parser.cc | 99 if (!ExpectToken(Lexer::EQUALS, err)) in ParseLet()
|
H A D | manifest_parser.cc | 179 if (!ExpectToken(Lexer::EQUALS, err)) in ParseLet()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 148 %token EQUALS 163 %left EQUALS NOTEQUAL 390 | cond_expr EQUALS cond_expr 639 op : EQUALS
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule_impl.h | 77 static const UChar EQUALS = ((UChar) 0x003D); member
|
H A D | plurrule.cpp | 1415 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1487 case EQUALS: in charType()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule_impl.h | 77 static const char16_t EQUALS = ((char16_t) 0x003D); member
|
H A D | plurrule.cpp | 1419 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1491 case EQUALS: in charType()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule_impl.h | 77 static const UChar EQUALS = ((UChar) 0x003D); member
|
H A D | plurrule.cpp | 1400 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1472 case EQUALS: in charType()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 834 I_EQUALS = new Integer(SortedSetRelation.EQUALS), 930 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset); in CheckSpeed3() 940 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset); in CheckSpeed3()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 848 I_EQUALS = new Integer(SortedSetRelation.EQUALS), 944 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset); in CheckSpeed3() 954 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset); in CheckSpeed3()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3166 enum SetAssert {EQUALS, MISSING_OK, EXTRA_OK} enum constant
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3163 enum SetAssert {EQUALS, MISSING_OK, EXTRA_OK} enum constant
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |