/external/icu4c/i18n/ |
bms.cpp | 8 #include "unicode/bms.h" 60 struct BMS 62 BoyerMooreSearch *bms; member in struct:BMS 66 U_CAPI BMS * U_EXPORT2 72 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS))); local 74 if (bms == NULL) { 83 bms->targetString = new UnicodeString(target, targetLength) [all...] |
Android.mk | 71 colldata.cpp bmsearch.cpp bms.cpp \
|
Makefile.in | 84 tmunit.o tmutamt.o tmutfmt.o colldata.o bmsearch.o bms.o currpinf.o \
|
Makefile.org | 84 tmunit.o tmutamt.o tmutfmt.o colldata.o bmsearch.o bms.o currpinf.o \
|
i18n.vcproj | 406 RelativePath=".\bms.cpp" 410 RelativePath=".\unicode\bms.h" [all...] |
/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/test/perf/strsrchperf/ |
strsrchperf.h | 20 typedef void (*StrSrchFn) (BoyerMooreSearch * bms, const UChar *src, int32_t srcLen, const UChar *pttrn, int32_t pttrnLen, UErrorCode *status); 33 BoyerMooreSearch *bms; member in class:StringSearchPerfFunction 41 (*fn)(bms, src, srcLen, pttrn, pttrnLen, status); 62 bms = search; 84 BoyerMooreSearch *bms; member in class:StringSearchPerformanceTest 101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) { 104 while (bms->search(offset, start, end)) { 109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) { 113 while (bms->search(offset, start, end)) {
|
strsrchperf.cpp | 19 bms = NULL; 74 bms = new BoyerMooreSearch(data, patternString, targetString, status); 88 CollData *data = bms->getData(); 91 delete bms; 121 StringSearchPerfFunction *func = new StringSearchPerfFunction(ICUForwardSearch, bms, src, srcLen, pttrn, pttrnLen); 130 StringSearchPerfFunction *func = new StringSearchPerfFunction(ICUBackwardSearch, bms, src, srcLen, pttrn, pttrnLen);
|
/external/icu4c/common/unicode/ |
uintrnal.h | 28 # define bms.h bms.h_INTERNAL_API_DO_NOT_USE macro 123 # define bms.h_4_2 bms.h_INTERNAL_API_DO_NOT_USE macro
|
/external/icu4c/test/intltest/ |
ssearch.h | 54 BoyerMooreSearch *bms, BoyerMooreSearch *abms,
|
ssearch.cpp | 37 #include "unicode/bms.h" 446 BMS *bms = NULL; local 460 bms = bms_open(ucd, pattern, plen, target, targetLen, &status); 468 while (bms_search(bms, offset, &start, &end)) { 477 bms_close(bms); 642 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status); local 646 bms_close(bms); 659 foundMatch = bms_search(bms, 0, &foundStart, &foundLimit) [all...] |
/external/tcpdump/ |
aodv.h | 3 * Copyright (c) 2003 Bruce M. Simpson <bms@spc.org>
|
CREDITS | 29 Bruce M. Simpson <bms@spc.org>
|
print-aodv.c | 2 * Copyright (c) 2003 Bruce M. Simpson <bms@spc.org>
|
print-bootp.c | 225 { TAG_SUPPLY_MASK, "BMS" },
|
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |