Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_strlen

878     int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
1016 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {