Searched refs:utf8buf (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 450 char utf8buf[200]; in TestUSpoofCAPI() local 454 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI() 457 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI() 462 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status); in TestUSpoofCAPI() 464 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI() 468 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); in TestUSpoofCAPI() 471 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI() 485 char utf8buf[200]; in TestUSpoofCAPI() local 516 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI() 518 result1 = uspoof_checkUTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | x-tcl.c | 686 unsigned char utf8buf[6]; in accumulate_word() local 692 count = u8_uctomb (utf8buf, uc, 6); in accumulate_word() 698 wp->token->chars[wp->token->charcount++] = utf8buf[i]; in accumulate_word()
|
D | xg-mixed-string.c | 458 unsigned char utf8buf[6]; in mixed_string_buffer_append_to_utf8_buffer() local 459 int count = u8_uctomb (utf8buf, uc, 6); in mixed_string_buffer_append_to_utf8_buffer() 466 memcpy (bp->curr_buffer + bp->curr_buflen, utf8buf, count); in mixed_string_buffer_append_to_utf8_buffer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_events.c | 74 static void UnicodeToUtf8( Uint16 w , char *utf8buf) in UnicodeToUtf8() argument 76 unsigned char *utf8s = (unsigned char *) utf8buf; in UnicodeToUtf8()
|