Home
last modified time | relevance | path

Searched refs:sprint_byte (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregerror.c191 static void sprint_byte(char* s, unsigned int v) in sprint_byte() function
216 sprint_byte((char*)(&(buf[len+4])), (unsigned int)(code >> 16)); in to_ascii()
217 sprint_byte((char*)(&(buf[len+6])), (unsigned int)(code >> 8)); in to_ascii()
218 sprint_byte((char*)(&(buf[len+8])), (unsigned int)code); in to_ascii()
223 sprint_byte((char*)(&(buf[len+4])), (unsigned int)code); in to_ascii()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY135 2007/12/21: [impl] add sprint_byte().

Completed in 15 milliseconds