Searched refs:probePrefix (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A D | strengthprobe.cpp | 100 StrengthProbe::probePrefix(const Line &x, const Line &y, UChar first, UChar second) { in probePrefix() function in StrengthProbe 196 //if(probePrefix(x, y, B2, B0)) { // swamps secondary difference in getStrength() 198 } else if(probePrefix(x, y, B3, B0)) { // swamps tertiary difference in getStrength() 202 } else if(!probePrefix(x, y, B3, B0)) { in getStrength() 207 if(probePrefix(x, y, B2, B0)) { // swamps secondary difference in getStrength() 209 } else if(probePrefix(x, y, B3, B0)) { // swamps tertiary difference in getStrength() 213 } else if(!probePrefix(x, y, B3, B0)) { in getStrength() 309 //if(!probePrefix(x, empty, B3, B0)) { in distanceFromEmptyString()
|
H A D | strengthprobe.h | 49 UBool probePrefix(const Line &x, const Line &y, UChar first, UChar second);
|
Completed in 2 milliseconds