Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_charset.c394 static unsigned int check_mb_utf16(const char * const start, const char * const end) in check_mb_utf16() function
543 … 54, "utf16", "utf16_general_ci", 2, 4, "UTF-16 Unicode", mysqlnd_mbcharlen_utf16, check_mb_utf16},
544 { 55, "utf16", "utf16_bin", 2, 4, "UTF-16 Unicode", mysqlnd_mbcharlen_utf16, check_mb_utf16},
545 …utf16le", "utf16le_general_ci", 2, 4, "UTF-16LE Unicode", mysqlnd_mbcharlen_utf16, check_mb_utf16},
549 …{ 62, "utf16le", "utf16le_bin", 2, 4, "UTF-16LE Unicode", mysqlnd_mbcharlen_utf16, check_mb_utf16

Completed in 10 milliseconds