Lines Matching refs:chars
500 uint16_t chars[1]; // Code units
599 // treat overflow bits as an extension of chars[]
600 uint16_t *overflow = (uint16_t *) &vnode->chars[getCount((CompactTrieNode*)vnode)];
643 return *((uint16_t *)((uint8_t *)&vnode->chars[getCount((CompactTrieNode *)vnode)] + overflowSize));
732 if (uc != vnode->chars[j]) {
848 unistr.append((const UChar *)vnode->chars, nodeCount);
1133 uint32_t estimatedSize = offsetof(CompactTrieVerticalNode,chars) + (fChars.length()*sizeof(uint16_t));
1156 fChars.extract(0, fChars.length(), (UChar *)node->chars);
1715 latest = new TernaryNode(vnode->chars[i]);
1893 ds->swapArray16(ds, inBytes+nodeOff+offsetof(CompactTrieVerticalNode,chars),
1895 outBytes+nodeOff+offsetof(CompactTrieVerticalNode,chars), status);