Searched refs:trimmedEnd (Results 1 – 3 of 3) sorted by relevance
283 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local284 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()285 trimmedEnd--; in setAllowedLocales()287 if (trimmedEnd <= locStart) { in setAllowedLocales()290 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
269 var trimmedEnd = trimEnd ?271 return this.substring(trimmedStart, trimmedEnd);