Home
last modified time | relevance | path

Searched refs:locStart (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp268 const char *locStart = localesList; in setAllowedLocales() local
275 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
279 while (*locStart == ' ') { in setAllowedLocales()
280 locStart++; in setAllowedLocales()
283 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
286 if (trimmedEnd <= locStart) { in setAllowedLocales()
289 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
300 locStart = locEnd + 1; in setAllowedLocales()
301 } while (locStart < localesListEnd); in setAllowedLocales()