Home | History | Annotate | Download | only in i18n

Lines Matching refs:nodeIndex

277     uint16_t nodeIndex = parent->fFirstChild;
278 while (nodeIndex > 0) {
279 CharacterNode *current = fNodes + nodeIndex;
286 prevIndex = nodeIndex;
287 nodeIndex = current->fNextSibling;
304 node->fNextSibling = nodeIndex;
317 uint16_t nodeIndex = parent->fFirstChild;
318 while (nodeIndex > 0) {
319 CharacterNode *current = fNodes + nodeIndex;
326 nodeIndex = current->fNextSibling;