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

  /external/icu4c/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/icu4c/i18n/
bms.cpp 8 #include "unicode/bms.h"
64 struct BMS
66 BoyerMooreSearch *bms; member in struct:BMS
70 U_CAPI BMS * U_EXPORT2
76 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS))); local
78 if (bms == NULL) {
87 bms->targetString = new UnicodeString(target, targetLength)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 4520 milliseconds