Home | History | Annotate | Download | only in i18n

Lines Matching refs:nodeIndex

318     uint16_t nodeIndex = parent->fFirstChild;
319 while (nodeIndex > 0) {
320 CharacterNode *current = fNodes + nodeIndex;
327 prevIndex = nodeIndex;
328 nodeIndex = current->fNextSibling;
345 node->fNextSibling = nodeIndex;
358 uint16_t nodeIndex = parent->fFirstChild;
359 while (nodeIndex > 0) {
360 CharacterNode *current = fNodes + nodeIndex;
367 nodeIndex = current->fNextSibling;