OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BMS
(Results
1 - 3
of
3
) 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"
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
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 148 milliseconds