Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dstrengthprobe.cpp121 StrengthProbe::probeSuffix(const Line &x, const Line &y, UChar first, UChar second) { in probeSuffix() function in StrengthProbe
195 if(probeSuffix(x, y, B1, B0)) { in getStrength()
200 } else if(probeSuffix(x, y, B3, B0)) { // swamped by tertiary difference in getStrength()
Dstrengthprobe.h50 UBool probeSuffix(const Line &x, const Line &y, UChar first, UChar second);