Lines Matching full:hnode
514 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node;
521 if (uc == hnode->entries[middle].ch) {
523 node = getCompactNode(fData, hnode->entries[middle].equal);
529 else if (uc < hnode->entries[middle].ch) {
632 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node;
639 unistr.append((UChar)hnode->entries[where].ch);
641 node = getCompactNode(fHeader, fNodeStack.push(hnode->entries[where].equal, status));
1247 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node;
1248 return unpackHorizontalArray(header, &hnode->entries[0], 0, nodeCount-1, status);