HomeSort by relevance Sort by last modified time
    Searched refs:trimmedEnd (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
uspoof_impl.cpp 283 const char *trimmedEnd = locEnd-1;
284 while (trimmedEnd > locStart && *trimmedEnd == ' ') {
285 trimmedEnd--;
287 if (trimmedEnd <= locStart) {
290 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart));
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 279 const char *trimmedEnd = locEnd-1;
280 while (trimmedEnd > locStart && *trimmedEnd == ' ') {
281 trimmedEnd--;
283 if (trimmedEnd <= locStart) {
286 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart));

Completed in 5803 milliseconds