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

  /external/icu4c/i18n/
uspoof_impl.cpp 269 const char *locStart = localesList;
276 locEnd = uprv_strchr(locStart, ',');
280 while (*locStart == ' ') {
281 locStart++;
284 while (trimmedEnd > locStart && *trimmedEnd == ' ') {
287 if (trimmedEnd <= locStart) {
290 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart));
301 locStart = locEnd + 1;
302 } while (locStart < localesListEnd)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 265 const char *locStart = localesList;
272 locEnd = uprv_strchr(locStart, ',');
276 while (*locStart == ' ') {
277 locStart++;
280 while (trimmedEnd > locStart && *trimmedEnd == ' ') {
283 if (trimmedEnd <= locStart) {
286 const char *locale = uprv_strndup(locStart, (int32_t)(trimmedEnd + 1 - locStart));
297 locStart = locEnd + 1;
298 } while (locStart < localesListEnd)
    [all...]

Completed in 2046 milliseconds