Searched refs:locStart (Results 1 – 1 of 1) sorted by relevance
267 const char *locStart = localesList; in setAllowedLocales() local274 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()278 while (*locStart == ' ') { in setAllowedLocales()279 locStart++; in setAllowedLocales()282 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()285 if (trimmedEnd <= locStart) { in setAllowedLocales()288 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()299 locStart = locEnd + 1; in setAllowedLocales()300 } while (locStart < localesListEnd); in setAllowedLocales()