Searched refs:probeSuffix (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | strengthprobe.cpp | 121 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()
|
D | strengthprobe.h | 50 UBool probeSuffix(const Line &x, const Line &y, UChar first, UChar second);
|