Home
last modified time | relevance | path

Searched refs:trimmedEnd (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Duspoof_impl.cpp278 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local
279 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
280 trimmedEnd--; in setAllowedLocales()
282 if (trimmedEnd <= locStart) { in setAllowedLocales()
285 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()