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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
bms.h 106 * BMS
113 * Then you construct a <code>BMS</code> object from the <code>UCD</code> object, the pattern
122 * BMS *bms = NULL;
130 * BMS *bms = bms_open(ucd, pattern, patternLength, target, targetlength, &status);
132 * // could not create a BMS object
139 * while (bms_search(bms, offset, &start, &end)) {
152 * bms_close(bms);
182 struct BMS;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
bms.cpp 8 #include "unicode/bms.h"
62 struct BMS
64 BoyerMooreSearch *bms; member in struct:BMS
68 U_CAPI BMS * U_EXPORT2
74 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS))); local
76 if (bms == NULL) {
85 bms->targetString = new UnicodeString(target, targetLength)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 372 testcase( n==BMS-1 );
373 if( n>=BMS ){
374 n = BMS-1;
419 testcase( iCol==BMS );
420 testcase( iCol==BMS-1 );
421 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
    [all...]
where.c 191 int ix[BMS]; /* Cursor assigned to each bit */
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 37 #include "unicode/bms.h"
439 BMS *bms = NULL; local
453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status);
461 while (bms_search(bms, offset, &start, &end)) {
470 bms_close(bms);
635 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status); local
639 bms_close(bms);
652 foundMatch = bms_search(bms, 0, &foundStart, &foundLimit)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 675 milliseconds