Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp140 UText *ut = NULL; in PHP_METHOD() local
151 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_METHOD()
154 bio->biter->setText(ut, BREAKITER_ERROR_CODE(bio)); in PHP_METHOD()
155 utext_close(ut); /* ICU shallow clones the UText */ in PHP_METHOD()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c711 UText ut = UTEXT_INITIALIZER; in PHP_FUNCTION() local
808 utext_openUTF8(&ut, pstr, str_len, &status); in PHP_FUNCTION()
824 ubrk_setUText(bi, &ut, &status); in PHP_FUNCTION()
832 utext_close(&ut); in PHP_FUNCTION()
852 UText *ut = NULL; in PHP_FUNCTION() local
870 ut = utext_openUTF8(ut, pstr, ZSTR_LEN(str), &ustatus); in PHP_FUNCTION()
890 ubrk_setUText(bi, ut, &ustatus); in PHP_FUNCTION()
916 utext_close(ut); in PHP_FUNCTION()
/php-src/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt27 var_dump("17 incididunt" / "19 ut");
62 var_dump("59 ut" | 61);
H A Dinvalid_numeric_string_must_generate_warning_assign.phpt45 $a /= "19 ut";
99 $a = foxcache("59 ut");
/php-src/ext/zip/
H A Dphp_zip.c259 struct utimbuf ut; in php_zip_extract_file() local
261 ut.modtime = ut.actime = sb.mtime; in php_zip_extract_file()
262 …stream->wrapper->wops->stream_metadata(stream->wrapper, fullpath, PHP_STREAM_META_TOUCH, &ut, NULL… in php_zip_extract_file()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt133 array( 'DwCF0^C|y(w,{J1pJMM?ut~)Q<', 'ed50fb22' ),

Completed in 27 milliseconds