Home
last modified time | relevance | path

Searched refs:comparisonResult (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
Dsortedlines.cpp814 int32_t comparisonResult = 0; in getExpansionLine() local
860 comparisonResult = probe.compare(trial, expansion); in getExpansionLine()
861 if(comparisonResult == 0) { in getExpansionLine()
864 } else if (comparisonResult > 0) { in getExpansionLine()
/third_party/libabigail/tests/lib/
Dcatch.hpp2236 BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs ) in BinaryExpr() argument
2237 : ITransientExpression{ true, comparisonResult }, in BinaryExpr()