Home
last modified time | relevance | path

Searched refs:cmpType (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java50 String coll, int strength, ElementComparisonType cmpType, String breaker, in SearchData() argument
56 this.cmpType = cmpType; in SearchData()
65 ElementComparisonType cmpType; field in SearchTest.SearchData
81 ElementComparisonType cmpType, String breaker, int[] offset, int[] size) { in SD() argument
82 return new SearchData(text, pattern, coll, strength, cmpType, breaker, offset, size); in SD()
597 strsrch.setElementComparisonType(search.cmpType); in assertCanonicalEqual()
628 strsrch.setElementComparisonType(search.cmpType); in assertEqual()
658 strsrch.setElementComparisonType(search.cmpType); in assertEqualWithAttribute()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java53 String coll, int strength, ElementComparisonType cmpType, String breaker, in SearchData() argument
59 this.cmpType = cmpType; in SearchData()
68 ElementComparisonType cmpType; field in SearchTest.SearchData
84 ElementComparisonType cmpType, String breaker, int[] offset, int[] size) { in SD() argument
85 return new SearchData(text, pattern, coll, strength, cmpType, breaker, offset, size); in SD()
600 strsrch.setElementComparisonType(search.cmpType); in assertCanonicalEqual()
631 strsrch.setElementComparisonType(search.cmpType); in assertEqual()
661 strsrch.setElementComparisonType(search.cmpType); in assertEqualWithAttribute()
/external/llvm-project/llvm/docs/
DMergeFunctions.rst298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
324 FunctionComparator::cmpType
530 1. Compare constant types using ``cmpType`` method. If the result is -1 or 1,
541 of ``cmpType``.
602 3.4. Compare type of operands, using ``cmpType`` method. Return result if
636 3. Compare operation types, use *cmpType*. All the same – if types are
/external/llvm/docs/
DMergeFunctions.rst308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
334 FunctionComparator::cmpType
541 1. Compare constant types using ``cmpType`` method. If result is -1 or 1, goto
552 of ``cmpType``.
613 3.4. Compare type of operands, using ``cmpType`` method. Return result if
647 3. Compare operation types, use *cmpType*. All the same – if types are
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1695 auto cmpType = op.cmp().getType().cast<LLVM::LLVMType>(); in verify() local
1697 if (cmpType != ptrType.getPointerElementTy() || cmpType != valType) in verify()