Searched refs:kTagalog (Results 1 – 2 of 2) sorted by relevance
168 kTagalog, enumerator
117 static final byte[] kTagalog = new byte[] {'t', 'l'}; // packed version of "tl" field in ResTable_config1705 if (canonicalize && areIdentical(language, kTagalog)) { in getBcp47Locale()2203 (areIdentical(lang1, kTagalog) && areIdentical(lang2, kFilipino)) || in langsAreEquivalent()2204 (areIdentical(lang1, kFilipino) && areIdentical(lang2, kTagalog)); in langsAreEquivalent()