Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp269 const char *locStart = localesList; in setAllowedLocales() local
276 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
280 while (*locStart == ' ') { in setAllowedLocales()
281 locStart++; in setAllowedLocales()
284 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
287 if (trimmedEnd <= locStart) { in setAllowedLocales()
290 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
301 locStart = locEnd + 1; in setAllowedLocales()
302 } while (locStart < localesListEnd); in setAllowedLocales()
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.cpp269 const char *locStart = localesList; in setAllowedLocales() local
276 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
280 while (*locStart == ' ') { in setAllowedLocales()
281 locStart++; in setAllowedLocales()
284 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
287 if (trimmedEnd <= locStart) { in setAllowedLocales()
290 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
301 locStart = locEnd + 1; in setAllowedLocales()
302 } while (locStart < localesListEnd); in setAllowedLocales()