Home | History | Annotate | Download | only in common

Lines Matching refs:flags

62     uint16_t    flags;      // Flag word
78 flags = 0;
166 if (limit > 0 && (p->flags > 0)) {
169 values[mycount] = p->flags;
192 // dictionary cannot store zero values, would interfere with flags
230 parent->flags = value;
232 parent->flags |= kEndsWord;
312 emit = node->flags > 0;
334 if (node->equal != NULL || node->flags > 0) {
463 // We can't use a bitfield for the flags+count field, because the layout of those
466 uint16_t flagscount; // Count of sub-entries, plus flags
475 kFlagMask = 0xF000, // The flags portion of flagscount
478 //offset flags:
493 uint16_t flagscount; // Count of sub-entries, plus flags
498 uint16_t flagscount; // Count of sub-entries, plus flags
1230 value = node->flags;
1274 link = compactOneNode(node->equal, node->flags > 0, nodes, status, values, node->flags);
1276 else if (node->flags > 0) {
1278 UnicodeString key(node->flags); //store value as a single-char UnicodeString
1281 link = new BuildCompactTrieValueNode(nodes, status, node->flags); //take out nodes?
1690 result->flags = getValue(equal);
1692 result->flags |= kEndsWord;
1732 latest->flags = getValue(equal);
1734 latest->flags |= kEndsWord;