Searched refs:bi (Results 1 – 5 of 5) sorted by relevance
120 if(bi) { \121 ubrk_close (bi); \136 UBreakIterator* bi = NULL; in grapheme_strpos_utf16() local211 ubrk_close (bi); in grapheme_strpos_utf16()239 UBreakIterator* bi; in grapheme_split_string() local253 pos = ubrk_next(bi); in grapheme_split_string()265 ubrk_close(bi); in grapheme_split_string()282 pos = ubrk_next(bi); in grapheme_count_graphemes()299 int32_t (*iter_op)(UBreakIterator* bi); in grapheme_get_haystack_offset()308 ubrk_last(bi); /* one past the end */ in grapheme_get_haystack_offset()[all …]
409 UBreakIterator* bi = NULL; in PHP_FUNCTION() local471 ubrk_last(bi); in PHP_FUNCTION()498 ubrk_close(bi); in PHP_FUNCTION()514 ubrk_close( bi ); in PHP_FUNCTION()539 ubrk_close(bi); in PHP_FUNCTION()547 ubrk_last(bi); in PHP_FUNCTION()567 ubrk_close(bi); in PHP_FUNCTION()707 pos = ubrk_next(bi); in grapheme_extract_charcount_iter()744 pos = ubrk_next(bi); in grapheme_extract_bytecount_iter()920 bi = NULL; in PHP_FUNCTION()[all …]
36 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len);40 int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset);
510 $bi = basename($item); variable512 if ($bi == 'dlls' || $bi == 'symbols') {514 } else if ($bi == 'PEAR') {517 copy_dir($item, "$dist_dir/$bi");521 copy_dir($item, "$dist_dir/extras/$bi");524 if ($bi == 'go-pear.bat') {526 copy($item, "$dist_dir/$bi");529 copy($item, "$dist_dir/extras/$bi");538 $bi = basename($item); variable540 copy_dir($item, "$dist_dir/$bi");[all …]
76 -bindir | --bindir | --bindi | --bind | --bin | --bi)78 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Completed in 14 milliseconds