Searched refs:firstElement (Results 1 – 6 of 6) sorted by relevance
101 xmlNode* firstElement(xmlNode* node, const xmlChar* tag) { in firstElement() function150 for (xmlNode* axis = firstElement(fontNode, AXIS_TAG); axis; in copyFont()186 xmlNode* family = firstElement(familySet, FAMILY_TAG); in findFirstFontNode()191 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode()197 font = firstElement(family, FONT_TAG); in findFirstFontNode()290 nextNode = firstElement(family, FONT_TAG); in findNextFontNode()
587 private JsonToken nextInArray(boolean firstElement) throws IOException { in nextInArray() argument588 if (firstElement) { in nextInArray()607 if (firstElement) { in nextInArray()625 private JsonToken nextInObject(boolean firstElement) throws IOException { in nextInObject() argument631 if (firstElement) { in nextInObject()
166 importBacking(store.mBackings.firstElement()); in importStore()
560 final int firstElement = mLayoutState.mCurrentPosition; local574 updateLayoutStateToFillStart(firstElement, startOffset);
49028 method public synchronized E firstElement();
70879 method public E firstElement();