Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp144 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
146 trimmedEnd--; in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp144 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
146 trimmedEnd--; in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp156 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local
157 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
158 trimmedEnd--; in setAllowedLocales()
160 if (trimmedEnd <= locStart) { in setAllowedLocales()
163 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp144 const char *trimmedEnd = locEnd-1; in setAllowedLocales() local
145 while (trimmedEnd > locStart && *trimmedEnd == ' ') { in setAllowedLocales()
146 trimmedEnd--; in setAllowedLocales()
148 if (trimmedEnd <= locStart) { in setAllowedLocales()
151 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart)); in setAllowedLocales()