Home
last modified time | relevance | path

Searched refs:sanityRes (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp53 int sanityRes; in checkSanity() local
56 if((sanityRes = comparer(&utilFirstP, &utilSecondP)) >= 0) { in checkSanity()
57 return sanityRes*10 + 3; in checkSanity()
60 if((sanityRes = comparer(&utilFirstP, &utilSecondP)) >= 0) { in checkSanity()
61 return sanityRes*10 + 2; in checkSanity()
64 if((sanityRes = comparer(&utilFirstP, &utilSecondP)) >= 0) { in checkSanity()
65 return sanityRes*10 + 1; in checkSanity()
69 if((sanityRes = comparer(&utilFirstP, &utilSecondP)) >= 0) { in checkSanity()
70 return sanityRes*10 + 5; in checkSanity()
73 if((sanityRes in checkSanity()
[all...]

Completed in 1 milliseconds