Home
last modified time | relevance | path

Searched refs:FAMILY_TAG (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/native/android/
Dsystem_fonts.cpp105 const xmlChar* FAMILY_TAG = BAD_CAST("family"); variable
195 xmlNode* family = firstElement(familySet, FAMILY_TAG); in findFirstFontNode()
203 family = nextSibling(family, FAMILY_TAG); in findFirstFontNode()
297 xmlNode* family = nextSibling(state->mFontNode->parent, FAMILY_TAG); in findNextFontNode()