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

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletsutil.cpp103 LETag langTag = (LETag) ((lang[0] << 24) + (lang[1] << 16) + (lang[2] << 8) + 0x20); local
106 if (langTag == OpenTypeLayoutEngine::languageTags[i]) {
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTElement.cpp41 DEPRECATED_DEFINE_STATIC_LOCAL(QualifiedName, langTag, (nullAtom, "lang", nullAtom));
53 return langTag;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcollationtest.cpp1237 CharString langTag; local
1238 langTag.appendInvariantChars(fileLine.tempSubString(9), errorCode);
1242 langTag.data(), localeID, LENGTHOF(localeID), &parsedLength, errorCode);
1246 parsedLength != langTag.length() || locale.isBogus()) {

Completed in 186 milliseconds