Searched refs:locStart (Results 1 – 1 of 1) sorted by relevance
142 const char *locStart = localesList; in setAllowedLocales() local149 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()153 while (*locStart == ' ') { in setAllowedLocales()154 locStart++; in setAllowedLocales()157 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()160 if (trimmedEnd <= locStart) { in setAllowedLocales()163 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()174 locStart = locEnd + 1; in setAllowedLocales()175 } while (locStart < localesListEnd); in setAllowedLocales()