Searched refs:trimmedEnd (Results 1 – 1 of 1) sorted by relevance
281 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local282 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()283 trimmedEnd--; in setAllowedLocales()285 if (trimmedEnd <= locStart) { in setAllowedLocales()288 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()