HomeSort by relevance Sort by last modified time
    Searched defs:BMS (Results 1 - 6 of 6) 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/
sqliteInt.h     [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 794 milliseconds