Searched refs:probeSuffix (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A 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() 206 //if(probeSuffix(x, y, B1, B0)) { in getStrength() 211 } else if(probeSuffix(x, y, B3, B0)) { // swamped by tertiary difference in getStrength()
|
H A D | strengthprobe.h | 50 UBool probeSuffix(const Line &x, const Line &y, UChar first, UChar second);
|
Completed in 2 milliseconds