Searched refs:POS_END (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic-private.hh89 POS_END enumerator in enum:indic_position_t
120 INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_END,
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-private.hh89 POS_END enumerator in enum:indic_position_t
120 INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_END,
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h68 #define POS_END (0) /* Position-list terminator */ macro
H A Dfts3.c84 ** 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
1387 ** varint. A single POS_END (0) byte. Except, if the 0 byte is preceded by
1400 pEnd++; /* Advance past the POS_END terminator byte */
1415 ** to the terminator (POS_COLUMN or POS_END) byte of the column-list.
1421 ** a POS_END varint (0). This routine leaves *ppPoslist pointing to
1422 ** the POS_COLUMN or POS_END that terminates the column-list.
1426 ** before this function returns. The POS_COLUMN or POS_END terminato
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c244 POS_END = 0, /* end of this position list */ enumerator in enum:__anon13782
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 ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c115 ** 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 */ enumerator in enum:__anon13783
627 ** dlrPosDataLen - length of pos data for current document (incl POS_END).
710 if( iDummy==POS_END ) break;
771 if( iDummy==POS_END ) break;
961 if( i==POS_END ){
1105 int n = putVarint(c, POS_END);
1144 int n = putVarint(c, POS_END);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113227 #define POS_END macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c116502 #define POS_END macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116538 #define POS_END macro
[all...]

Completed in 636 milliseconds