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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic-private.hh 91 POS_END
122 INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_END,
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh 103 POS_END
144 INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_END,
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 68 #define POS_END (0) /* Position-list terminator */
fts3.c 84 ** varint POS_END; (marks end of positions for this document.
89 ** generated by the tokenizer. Note that POS_END and POS_COLUMN occur
91 ** ending a position list array. POS_END is 0. POS_COLUMN is 1.
283 ** write an empty doclist (varint(docid) varint(POS_END)), for updates
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 244 POS_END = 0, /* end of this position list */
299 appendVarint(d, POS_END); /* initially empty position list */
325 appendVarint(d, POS_END); /* add new terminator */
350 appendVarint(d, POS_END); /* add new terminator */
433 if( i==POS_END ){
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 115 ** varint POS_END; (marks end of positions for this document.
121 ** both based at 0. Note that POS_END and POS_COLUMN occur in the
301 ** write an empty doclist (varint(docid) varint(POS_END)), for updates
401 POS_END = 0, /* end of this position list */
627 ** dlrPosDataLen - length of pos data for current document (incl POS_END).
710 if( iDummy==POS_END ) break;
771 if( iDummy==POS_END ) break;
    [all...]

Completed in 65 milliseconds