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