Home
last modified time | relevance | path

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

/PHP-5.3/ext/json/
H A Dutf8_to_utf16.h3 extern int utf8_to_utf16(unsigned short w[], char p[], int length);
H A Dconfig.w328 ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c utf8_to_utf16.c", "json");
H A Dutf8_to_utf16.c33 utf8_to_utf16(unsigned short w[], char p[], int length) in utf8_to_utf16() function
H A Dconfig.m412 PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
H A Djson.dsp115 SOURCE=.\utf8_to_utf16.c
119 SOURCE=.\utf8_to_utf16.h
H A Djson.c316 len = utf8_to_utf16(utf16, s, len); in json_escape_string()
498 utf16_len = utf8_to_utf16(utf16, str, str_len); in php_json_decode()

Completed in 10 milliseconds