Searched refs:bi (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_util.c | 184 bi = NULL; in grapheme_strrpos_utf16() 277 ubrk_close (bi); in grapheme_strrpos_utf16() 292 UBreakIterator* bi; in grapheme_strpos_utf16() local 317 bi = NULL; in grapheme_strpos_utf16() 330 ubrk_close (bi); in grapheme_strpos_utf16() 356 ubrk_close (bi); in grapheme_strpos_utf16() 375 ubrk_close (bi); in grapheme_strpos_utf16() 402 UBreakIterator* bi; in grapheme_split_string() local 428 ubrk_close(bi); in grapheme_split_string() 530 if ( NULL != bi ) { in grapheme_get_haystack_offset() [all …]
|
H A D | grapheme_string.c | 409 UBreakIterator* bi = NULL; in PHP_FUNCTION() local 470 ubrk_last(bi); in PHP_FUNCTION() 497 ubrk_close(bi); in PHP_FUNCTION() 513 ubrk_close( bi ); in PHP_FUNCTION() 537 ubrk_last(bi); in PHP_FUNCTION() 562 ubrk_close(bi); in PHP_FUNCTION() 571 ubrk_close( bi ); in PHP_FUNCTION() 687 pos = ubrk_next(bi); in grapheme_extract_charcount_iter() 724 pos = ubrk_next(bi); in grapheme_extract_bytecount_iter() 900 bi = NULL; in PHP_FUNCTION() [all …]
|
H A D | grapheme_util.h | 40 grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len); 43 grapheme_memnstr_grapheme(UBreakIterator *bi, UChar *haystack, UChar *needle, int32_t needle_len, U… 48 grapheme_get_haystack_offset(UBreakIterator* bi, UChar *uhaystack, int32_t uhaystack_len, int32_t o…
|
/PHP-5.3/win32/build/ |
H A D | mkdist.php | 509 $bi = basename($item); variable 511 if ($bi == 'dlls' || $bi == 'symbols') { 513 } else if ($bi == 'PEAR') { 516 copy_dir($item, "$dist_dir/$bi"); 520 copy_dir($item, "$dist_dir/extras/$bi"); 523 if ($bi == 'go-pear.bat') { 525 copy($item, "$dist_dir/$bi"); 528 copy($item, "$dist_dir/extras/$bi"); 537 $bi = basename($item); variable 539 copy_dir($item, "$dist_dir/$bi"); [all …]
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | configure | 76 -bindir | --bindir | --bindi | --bind | --bin | --bi) 78 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 63152 } bi; 66962 u.bi.pC = p->apCsr[pOp->p1]; 66963 assert( u.bi.pC!=0 ); 66965 if( u.bi.pC->nullRow ){ 66969 u.bi.v = u.bi.pC->movetoTarget; 66972 u.bi.pVtab = u.bi.pC->pVtabCursor->pVtab; 66973 u.bi.pModule = u.bi.pVtab->pModule; 66975 rc = u.bi.pModule->xRowid(u.bi.pC->pVtabCursor, &u.bi.v); 66983 u.bi.v = u.bi.pC->lastRowid; 66985 rc = sqlite3BtreeKeySize(u.bi.pC->pCursor, &u.bi.v); [all …]
|
Completed in 257 milliseconds