Searched refs:localeIdPrefix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp672 static char localeIdPrefix[4]; local
677 strncpy(localeIdPrefix, lang, langLength);
679 localeIdPrefix[langLength] = delimeter[i];
681 if (localeId.impl() && localeId.impl()->startsWith(localeIdPrefix, langLength + 1, false))

Completed in 96 milliseconds