Searched refs:subtag (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/content/res/
H A DStringBlock.java227 sub = subtag(tag, ";height=");
234 sub = subtag(tag, ";size=");
242 sub = subtag(tag, ";fgcolor=");
249 sub = subtag(tag, ";color=");
256 sub = subtag(tag, ";bgcolor=");
263 sub = subtag(tag, ";face=");
272 sub = subtag(tag, ";href=");
382 private static String subtag(String full, String attribute) { method in class:StringBlock
/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp32 // Check if a language code supports emoji according to its subtag
33 static bool isEmojiSubtag(const char* buf, size_t bufLen, const char* subtag, size_t subtagLen) { argument
37 if (strncmp(buf, subtag, subtagLen) != 0) {
179 // First, lookup emoji subtag.
180 // 10 is the length of "-u-em-text", which is the shortest emoji subtag,
199 // If no emoji subtag was provided, resolve the emoji style from script code.

Completed in 84 milliseconds