Lines Matching refs:uprv_strlen
310 lsize = (int32_t)uprv_strlen(newLanguage);
322 csize = (int32_t)uprv_strlen(newCountry);
339 vsize = (int32_t)uprv_strlen(newVariant);
352 ksize = (int32_t)uprv_strlen(newKeywords);
791 U_ASSERT(uprv_strlen(type) == 4);
822 U_ASSERT(uprv_strlen(type) == 2 || uprv_strlen(type) == 3);
850 U_ASSERT(uprv_strlen(type) >= 4 && uprv_strlen(type) <= 8);
851 U_ASSERT(uprv_strlen(type) != 4 ||
887 U_ASSERT(uprv_strlen(type) >= 3 && uprv_strlen(type) <= 8);
1212 replacement, (int32_t)uprv_strlen(replacement), status);
1227 len = uprv_strlen(start);
1241 len = uprv_strlen(start);
1256 len = uprv_strlen(start);
1299 if (searchVariant != nullptr && uprv_strlen(searchVariant) < 4) {
1405 if (likelyRegion != nullptr && uprv_strlen(likelyRegion) > 0) {
1406 size_t len = uprv_strlen(likelyRegion);
1471 U_ASSERT((uprv_strlen(replacement) >= 5 &&
1472 uprv_strlen(replacement) <= 8) ||
1473 (uprv_strlen(replacement) == 4 &&
1505 (firstSpace - replacement) : uprv_strlen(replacement);
1746 if (uprv_strlen(key) == 2) {
2019 return ustr_hashCharsN(fullName, static_cast<int32_t>(uprv_strlen(fullName)));
2467 kw += uprv_strlen(kw)+1;
2477 len = (int32_t)uprv_strlen(current);
2521 *resultLength = static_cast<int32_t>(uprv_strlen(key));
2538 kw += uprv_strlen(kw)+1;
2666 sink.Append(unicode_value, static_cast<int32_t>(uprv_strlen(unicode_value)));
2678 int32_t bufferLength = uprv_max((int32_t)(uprv_strlen(fullName) + 1), ULOC_FULLNAME_CAPACITY);