Searched refs:locStart (Results 1 – 2 of 2) sorted by relevance
269 const char *locStart = localesList; in setAllowedLocales() local276 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()