Home | History | Annotate | Download | only in i18n

Lines Matching refs:nodeIndex

230     uint16_t nodeIndex = parent->fFirstChild;
231 while (nodeIndex > 0) {
232 CharacterNode *current = fNodes + nodeIndex;
239 prevIndex = nodeIndex;
240 nodeIndex = current->fNextSibling;
257 node->fNextSibling = nodeIndex;
270 uint16_t nodeIndex = parent->fFirstChild;
271 while (nodeIndex > 0) {
272 CharacterNode *current = fNodes + nodeIndex;
279 nodeIndex = current->fNextSibling;