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