Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp8163 int32_t equalLength; in ucol_strcoll() local
8185 equalLength = pSrc - source; in ucol_strcoll()
8214 equalLength = pSrc - source; in ucol_strcoll()
8223 if (equalLength > 0) { in ucol_strcoll()
8227 pSrc = source + equalLength; /* point to the first differing chars */ in ucol_strcoll()
8228 pTarg = target + equalLength; in ucol_strcoll()
8237 equalLength--; in ucol_strcoll()
8240 while (equalLength>0 && ucol_unsafeCP(*pSrc, coll)); in ucol_strcoll()
8243 source += equalLength; in ucol_strcoll()
8244 target += equalLength; in ucol_strcoll()
[all …]