HomeSort by relevance Sort by last modified time
    Searched refs:kEndsWord (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
triedict.cpp 61 kEndsWord = 0x0001 // This node marks the end of a valid word
144 if (limit > 0 && (p->flags & kEndsWord)) {
202 parent->flags |= kEndsWord;
280 emit = (node->flags & kEndsWord) != 0;
302 if (node->equal != NULL || (node->flags & kEndsWord)) {
827 endsWord = (node->flags & kEndsWord) != 0;
861 link = compactOneNode(node->equal, (node->flags & kEndsWord) != 0, nodes, status);
863 else if (node->flags & kEndsWord) {
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp 72 kEndsWord = 0x0001 // This node marks the end of a valid word
232 parent->flags |= kEndsWord;
    [all...]

Completed in 1059 milliseconds