Home
last modified time | relevance | path

Searched refs:BMS (Results 1 – 9 of 9) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
Dbms.h182 struct BMS;
183 typedef struct BMS BMS; /**< @see BMS */ typedef
203 U_CAPI BMS * U_EXPORT2
216 bms_close(BMS *bms);
227 bms_empty(BMS *bms);
241 bms_getData(BMS *bms);
256 bms_search(BMS *bms, int32_t offset, int32_t *start, int32_t *end);
269 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorCode *status);
/external/icu4c/i18n/unicode/
Dbms.h182 struct BMS;
183 typedef struct BMS BMS; /**< @see BMS */ typedef
203 U_CAPI BMS * U_EXPORT2
217 bms_close(BMS *bms);
228 bms_empty(BMS *bms);
242 bms_getData(BMS *bms);
257 bms_search(BMS *bms, int32_t offset, int32_t *start, int32_t *end);
270 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorCode *status);
/external/chromium/third_party/icu/source/i18n/
Dbms.cpp62 struct BMS struct
68 U_CAPI BMS * U_EXPORT2 argument
74 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS))); in bms_open()
106 bms_close(BMS *bms) in bms_close()
116 bms_empty(BMS *bms) in bms_empty()
122 bms_getData(BMS *bms) in bms_getData()
128 bms_search(BMS *bms, int32_t offset, int32_t *start, int32_t *end) in bms_search()
134 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorCode *status) in bms_setTargetString()
/external/icu4c/i18n/
Dbms.cpp62 struct BMS struct
68 U_CAPI BMS * U_EXPORT2 argument
74 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS))); in bms_open()
106 bms_close(BMS *bms) in bms_close()
116 bms_empty(BMS *bms) in bms_empty()
122 bms_getData(BMS *bms) in bms_getData()
128 bms_search(BMS *bms, int32_t offset, int32_t *start, int32_t *end) in bms_search()
134 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorCode *status) in bms_setTargetString()
/external/chromium/third_party/icu/source/test/intltest/
Dssearch.cpp446 BMS *bms = NULL; in udhrTest()
642BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(… in bmSearchTest()
1292 BMS *longPattern = NULL; in bmsTest()
1293 BMS *shortPattern = NULL; in bmsTest()
/external/icu4c/test/intltest/
Dssearch.cpp439 BMS *bms = NULL; in udhrTest()
635BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(… in bmSearchTest()
1374 BMS *longPattern = NULL; in bmsTest()
1375 BMS *shortPattern = NULL; in bmsTest()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb759 ��%��FG3Q.6B?W=?BMS-CC:B.)*=BD"!+&#)*031  %&���b7h�
/external/sqlite/dist/
Dsqlite3.c9293 #define BMS ((int)(sizeof(Bitmask)*8)) macro
59681 testcase( n==BMS-1 );
59682 if( n>=BMS ){
59683 n = BMS-1;
59728 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
86939 int ix[BMS]; /* Cursor assigned to each bit */
89177 if( x<BMS-1 ){
90192 SQLITE_API char sqlite3_query_plan[BMS*2*40]; /* Text of the join */
90332 if( pTabList->nSrc>BMS ){
90333 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
[all …]
Dsqlite3.c.orig9286 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
9288 #define BMS ((int)(sizeof(Bitmask)*8))
59670 testcase( n==BMS-1 );
59671 if( n>=BMS ){
59672 n = BMS-1;
59717 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
86928 int ix[BMS]; /* Cursor assigned to each bit */
89166 if( x<BMS-1 ){
90181 SQLITE_API char sqlite3_query_plan[BMS*2*40]; /* Text of the join */
90321 if( pTabList->nSrc>BMS ){
[all …]