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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp8581 int32_t equalLength; local
8594 equalLength = (int32_t)(pSrc - source);
8616 equalLength = (int32_t)(pSrc - source);
8626 if (equalLength > 0) {
8632 //pSrc = source + equalLength; /* point to the first differing chars */
8633 //pTarg = target + equalLength;
8642 equalLength--;
8645 while (equalLength>0 && ucol_unsafeCP(*pSrc, coll));
8648 source += equalLength;
8649 target += equalLength;
8769 int32_t equalLength = pSrc - source; local
[all...]

Completed in 132 milliseconds