Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c185 static void sprint_byte(char* s, unsigned int v) in sprint_byte() function
210 sprint_byte((char*)(&(buf[len+4])), (unsigned int)(code >> 16)); in to_ascii()
211 sprint_byte((char*)(&(buf[len+6])), (unsigned int)(code >> 8)); in to_ascii()
212 sprint_byte((char*)(&(buf[len+8])), (unsigned int)code); in to_ascii()
217 sprint_byte((char*)(&(buf[len+4])), (unsigned int)code); in to_ascii()
H A DHISTORY23 2007/12/21: [impl] add sprint_byte().

Completed in 8 milliseconds