Searched refs:localeIDLength (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dloclikely.cpp1163 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); local
1168 localeIDLength <= minimizedLocaleIDCapacity ?
1169 localeIDLength : minimizedLocaleIDCapacity);
1174 localeIDLength,
H A Duloc.c542 int32_t localeIDLength = uprv_strlen(localeID); local
543 int32_t length = localeIDLength;
548 for (i = 0; i < localeIDLength; i++) {

Completed in 65 milliseconds