Home | History | Annotate | Download | only in common

Lines Matching full:uprv_strlen

909     int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
1000 tmpLen = uprv_strlen(locName);
1031 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) {
1037 int32_t resLen = uprv_strlen(pPosixID);
1085 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {