Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp130 const char *locStart = localesList; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
141 while (*locStart == ' ') { in setAllowedLocales()
142 locStart++; in setAllowedLocales()
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
163 } while (locStart < localesListEnd); in setAllowedLocales()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp130 const char *locStart = localesList; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
141 while (*locStart == ' ') { in setAllowedLocales()
142 locStart++; in setAllowedLocales()
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
163 } while (locStart < localesListEnd); in setAllowedLocales()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp130 const char *locStart = localesList; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
141 while (*locStart == ' ') { in setAllowedLocales()
142 locStart++; in setAllowedLocales()
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
163 } while (locStart < localesListEnd); in setAllowedLocales()