Searched refs:firstElement (Results 1 – 7 of 7) sorted by relevance
109 xmlNode* firstElement(xmlNode* node, const xmlChar* tag) { in firstElement() function159 for (xmlNode* axis = firstElement(fontNode, AXIS_TAG); axis; in copyFont()195 xmlNode* family = firstElement(familySet, FAMILY_TAG); in findFirstFontNode()201 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode()207 font = firstElement(family, FONT_TAG); in findFirstFontNode()302 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);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
49028 method public synchronized E firstElement();
74899 method public E firstElement();