Searched defs:utf16buf (Results 1 – 3 of 3) sorted by relevance
1835 if (c < 0x80) { utf16buf[out++] = c; continue; } field1839 if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; } field1850 if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } field1853 utf16buf[out++] = c; field3764 if (c < 0x80) { utf16buf[out++] = c; continue; } field3768 if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; } field3779 if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } field3782 utf16buf[out++] = c; field
2881 if (c < 0x80) { utf16buf[out++] = c; continue; } field2885 if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; } field2896 if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } field2899 utf16buf[out++] = c; field5654 if (c < 0x80) { utf16buf[out++] = c; continue; } field5658 if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len - 1; continue; } field5669 if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } field5672 utf16buf[out++] = c; field