Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp131 const char *locEnd = nullptr; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == nullptr) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()