Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp265 const char *locStart = localesList; in setAllowedLocales() local
272 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
276 while (*locStart == ' ') { in setAllowedLocales()
277 locStart++; in setAllowedLocales()
280 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
283 if (trimmedEnd <= locStart) { in setAllowedLocales()
286 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
297 locStart = locEnd + 1; in setAllowedLocales()
298 } while (locStart < localesListEnd); in setAllowedLocales()