Home
last modified time | relevance | path

Searched refs:EQUALS (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java51 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 DSortedSetRelation.java53 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 Dlexer.h37 EQUALS, enumerator
H A Dlexer.in.cc80 case EQUALS: return "'='"; in TokenName()
144 "=" { token = EQUALS; break; } in ReadToken()
H A Dlexer.cc81 case EQUALS: return "'='"; in TokenName()
268 { token = EQUALS; break; } in ReadToken()
H A Ddyndep_parser.cc99 if (!ExpectToken(Lexer::EQUALS, err)) in ParseLet()
H A Dmanifest_parser.cc179 if (!ExpectToken(Lexer::EQUALS, err)) in ParseLet()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y148 %token EQUALS
163 %left EQUALS NOTEQUAL
390 | cond_expr EQUALS cond_expr
639 op : EQUALS
/third_party/icu/icu4c/source/i18n/
H A Dplurrule_impl.h77 static const UChar EQUALS = ((UChar) 0x003D); member
H A Dplurrule.cpp1415 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken()
1487 case EQUALS: in charType()
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule_impl.h77 static const char16_t EQUALS = ((char16_t) 0x003D); member
H A Dplurrule.cpp1419 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken()
1491 case EQUALS: in charType()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule_impl.h77 static const UChar EQUALS = ((UChar) 0x003D); member
H A Dplurrule.cpp1400 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 DUnicodeSetTest.java834 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 DUnicodeSetTest.java848 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 DTransliteratorTest.java3166 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 DTransliteratorTest.java3163 enum SetAssert {EQUALS, MISSING_OK, EXTRA_OK} enum constant
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 98 milliseconds