Home
last modified time | relevance | path

Searched defs:bi (Results 1 – 25 of 127) sorted by relevance

123456

/external/chromium_org/third_party/icu/source/common/
Dubrk.cpp125 const UBreakIterator *bi, in ubrk_safeClone()
150 ubrk_close(UBreakIterator *bi) in ubrk_close()
164 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
187 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
207 ubrk_current(const UBreakIterator *bi) in ubrk_current()
214 ubrk_next(UBreakIterator *bi) in ubrk_next()
221 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
228 ubrk_first(UBreakIterator *bi) in ubrk_first()
235 ubrk_last(UBreakIterator *bi) in ubrk_last()
242 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
[all …]
/external/icu4c/common/
Dubrk.cpp125 const UBreakIterator *bi, in ubrk_safeClone()
150 ubrk_close(UBreakIterator *bi) in ubrk_close()
164 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
180 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
193 ubrk_current(const UBreakIterator *bi) in ubrk_current()
200 ubrk_next(UBreakIterator *bi) in ubrk_next()
207 ubrk_previous(UBreakIterator *bi) in ubrk_previous()
214 ubrk_first(UBreakIterator *bi) in ubrk_first()
221 ubrk_last(UBreakIterator *bi) in ubrk_last()
228 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding()
[all …]
Dunistr_titlecase_brkiter.cpp71 BreakIterator *bi=titleIter; in toTitle() local
/external/yaffs2/yaffs2/
Dyaffs_checkptrw.c49 yaffs_BlockInfo *bi = &dev->blockInfo[i]; in yaffs_CheckpointErase() local
80 yaffs_BlockInfo *bi = &dev->blockInfo[i]; in yaffs_CheckpointFindNextErasedBlock() local
198 yaffs_BlockInfo *bi = &dev->blockInfo[dev->checkpointCurrentBlock]; in yaffs_CheckpointFlushBuffer() local
324 yaffs_BlockInfo *bi = &dev->blockInfo[dev->checkpointBlockList[i]]; in yaffs_CheckpointClose() local
Dyaffs_nand.c47 yaffs_BlockInfo *bi = yaffs_GetBlockInfo(dev, chunkInNAND/dev->nChunksPerBlock); in yaffs_ReadChunkWithTagsFromNAND() local
/external/icu4c/test/intltest/
Drbbitst.cpp332 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestStatusReturn() local
411 RuleBasedBreakIterator* bi = in TestBug3818() local
438 void RBBITest::generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td) in generalIteratorTest()
458 void RBBITest::testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td) in testFirstAndNext()
487 void RBBITest::testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td) in testLastAndPrevious()
517 void RBBITest::testFollowing(RuleBasedBreakIterator& bi, BITestData &td) in testFollowing()
562 void RBBITest::testPreceding(RuleBasedBreakIterator& bi, BITestData &td) { in testPreceding()
604 void RBBITest::testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td) { in testIsBoundary()
694 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestEmptyString() local
801 BreakIterator *bi = BreakIterator::createSentenceInstance(Locale::getEnglish(), status); in TestBug5775() local
[all …]
Drbbiapts.cpp376 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInst… in TestIteration() local
600 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBuilder() local
627 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestQuoteGrouping() local
661 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::g… in TestRuleStatus() local
759 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString, parseError, status); in TestRuleStatusVec() local
863 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBug2190() local
1144 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestRefreshInputText() local
1222 void RBBIAPITest::doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundari… in doBoundaryTest()
/external/chromium_org/chrome/common/
Dchrome_version_info_android.cc28 const base::android::BuildInfo* bi = base::android::BuildInfo::GetInstance(); in GetChannel() local
/external/icu4c/test/cintltst/
Dcbiapts.c517 UBreakIterator *bi; in testOpenRules() local
556 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules() local
600 UBreakIterator *bi; in TestBreakIteratorRuleError() local
628 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec() local
679 UBreakIterator *bi = NULL; in TestBreakIteratorUText() local
846 UBreakIterator *bi; in TestBreakIteratorRefresh() local
/external/chromium_org/chrome/browser/history/
Dsnippet.cc123 void MoveByNGraphemes(icu::BreakIterator* bi, int count, size_t* utf8_pos) { in MoveByNGraphemes()
141 bool IsNextMatchWithinSnippetWindow(icu::BreakIterator* bi, in IsNextMatchWithinSnippetWindow()
222 scoped_ptr<icu::BreakIterator> bi(icu::BreakIterator::createCharacterInstance( in ComputeSnippet() local
/external/chromium/chrome/browser/history/
Dsnippet.cc123 void MoveByNGraphemes(icu::BreakIterator* bi, int count, size_t* utf8_pos) { in MoveByNGraphemes()
141 bool IsNextMatchWithinSnippetWindow(icu::BreakIterator* bi, in IsNextMatchWithinSnippetWindow()
222 scoped_ptr<icu::BreakIterator> bi(icu::BreakIterator::createCharacterInstance( in ComputeSnippet() local
/external/chromium_org/third_party/icu/source/test/intltest/
Drbbiapts.cpp376 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInst… in TestIteration() local
600 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBuilder() local
627 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestQuoteGrouping() local
661 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::g… in TestRuleStatus() local
759 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString, parseError, status); in TestRuleStatusVec() local
863 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBug2190() local
1142 void RBBIAPITest::doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundari… in doBoundaryTest()
Drbbitst.cpp391 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestStatusReturn() local
591 RuleBasedBreakIterator* bi = in TestBug3818() local
1232 void RBBITest::generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td) in generalIteratorTest()
1252 void RBBITest::testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td) in testFirstAndNext()
1281 void RBBITest::testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td) in testLastAndPrevious()
1311 void RBBITest::testFollowing(RuleBasedBreakIterator& bi, BITestData &td) in testFollowing()
1356 void RBBITest::testPreceding(RuleBasedBreakIterator& bi, BITestData &td) { in testPreceding()
1398 void RBBITest::testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td) { in testIsBoundary()
1488 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestEmptyString() local
1595 BreakIterator *bi = BreakIterator::createSentenceInstance(Locale::getEnglish(), status); in TestBug5775() local
[all …]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DCipherInputStream.java19 InputStream bi; field in CipherInputStream
35 public CipherInputStream(BlockCipher tc, InputStream bi) in CipherInputStream()
/external/libvorbis/lib/
Dbitrate.c31 bitrate_manager_info *bi=&ci->bi; in vorbis_bitrate_init() local
81 bitrate_manager_info *bi=&ci->bi; in vorbis_bitrate_addblock() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcbiapts.c511 UBreakIterator *bi; in testOpenRules() local
550 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules() local
594 UBreakIterator *bi; in TestBreakIteratorRuleError() local
622 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec() local
673 UBreakIterator *bi = NULL; in TestBreakIteratorUText() local
/external/eigen/bench/
Dbench_gemm.cpp93 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx()
101 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci) in matlab_real_cplx()
232 M bi(p,n); bi.setRandom(); in main() local
245 M bi(p,n); bi.setRandom(); in main() local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DClientServerHello.java59 public ClientServerHello(String identification, InputStream bi, OutputStream bo) throws IOException in ClientServerHello()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dfieldpos.h220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; } in setBeginIndex()
/external/icu4c/i18n/unicode/
Dfieldpos.h220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; } in setBeginIndex()
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
Dbss_null.c90 static int null_new(BIO *bi) in null_new()
/external/openssl/crypto/bio/
Dbss_null.c90 static int null_new(BIO *bi) in null_new()
/external/jpeg/
Djcdctmgr.c191 JDIMENSION bi; in forward_DCT() local
281 JDIMENSION bi; in forward_DCT_float() local
/external/qemu/distrib/jpeg-6b/
Djcdctmgr.c191 JDIMENSION bi; in forward_DCT() local
281 JDIMENSION bi; in forward_DCT_float() local
Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
250 int bi, ci, h_samp_factor, block_row, block_rows, ndummy; in compress_first_pass() local

123456