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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddtitvinf.cpp474 int32_t bestDistance = MAX_POSITIVE_INT; local
525 if ( distance < bestDistance ) {
527 bestDistance = distance;
H A Ddtptngen.cpp1024 int32_t bestDistance = 0x7fffffff; local
1036 if (distance<bestDistance) {
1037 bestDistance=distance;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp5387 uint64_t bestDistance = -1ULL; local
5407 if (distance <= bestDistance) {
5408 bestDistance = distance;
5414 kHackMiniumWrapDistance < bestDistance ) {

Completed in 143 milliseconds