Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_strlen

95     int32_t len = uprv_strlen(path);
535 if (uprv_strlen(lang) == 0) {
542 UBool hasScript = uprv_strlen(script) > 0;
543 UBool hasCountry = uprv_strlen(country) > 0;
544 UBool hasVariant = uprv_strlen(variant) > 0;