Searched refs:utf8_to_utf16 (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/json/ |
H A D | utf8_to_utf16.h | 3 extern int utf8_to_utf16(unsigned short w[], char p[], int length);
|
H A D | config.w32 | 8 ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c utf8_to_utf16.c", "json");
|
H A D | utf8_to_utf16.c | 33 utf8_to_utf16(unsigned short w[], char p[], int length) in utf8_to_utf16() function
|
H A D | config.m4 | 12 PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
|
H A D | json.dsp | 115 SOURCE=.\utf8_to_utf16.c 119 SOURCE=.\utf8_to_utf16.h
|
H A D | json.c | 316 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 11 milliseconds