Home | History | Annotate | Download | only in i18n

Lines Matching refs:nodeIndex

232     uint16_t nodeIndex = parent->fFirstChild;
233 while (nodeIndex > 0) {
234 CharacterNode *current = fNodes + nodeIndex;
241 prevIndex = nodeIndex;
242 nodeIndex = current->fNextSibling;
259 node->fNextSibling = nodeIndex;
272 uint16_t nodeIndex = parent->fFirstChild;
273 while (nodeIndex > 0) {
274 CharacterNode *current = fNodes + nodeIndex;
281 nodeIndex = current->fNextSibling;