Home
last modified time | relevance | path

Searched refs:utf8Buf (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/argyllcms/Argyll_V1.9.2/yajl/
H A Dyajl_encode.c93 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
94 utf8Buf[1] = 0; in Utf32toUtf8()
98 utf8Buf[2] = 0; in Utf32toUtf8()
103 utf8Buf[3] = 0; in Utf32toUtf8()
105 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
109 utf8Buf[4] = 0; in Utf32toUtf8()
111 utf8Buf[0] = '?'; in Utf32toUtf8()
112 utf8Buf[1] = 0; in Utf32toUtf8()
124 char utf8Buf[5]; in yajl_string_decode() local
157 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/converters/R-cran-jsonlite/jsonlite/src/yajl/
H A Dyajl_encode.c93 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
94 utf8Buf[1] = 0; in Utf32toUtf8()
98 utf8Buf[2] = 0; in Utf32toUtf8()
103 utf8Buf[3] = 0; in Utf32toUtf8()
105 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
109 utf8Buf[4] = 0; in Utf32toUtf8()
111 utf8Buf[0] = '?'; in Utf32toUtf8()
112 utf8Buf[1] = 0; in Utf32toUtf8()
124 char utf8Buf[5]; in yajl_string_decode() local
157 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/yajl/
H A Dyajl_encode.c94 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
95 utf8Buf[1] = 0; in Utf32toUtf8()
99 utf8Buf[2] = 0; in Utf32toUtf8()
104 utf8Buf[3] = 0; in Utf32toUtf8()
106 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
110 utf8Buf[4] = 0; in Utf32toUtf8()
112 utf8Buf[0] = '?'; in Utf32toUtf8()
113 utf8Buf[1] = 0; in Utf32toUtf8()
125 char utf8Buf[5]; in yajl_string_decode() local
158 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/yajl/
H A Dyajl_encode.c94 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
95 utf8Buf[1] = 0; in Utf32toUtf8()
99 utf8Buf[2] = 0; in Utf32toUtf8()
104 utf8Buf[3] = 0; in Utf32toUtf8()
106 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
110 utf8Buf[4] = 0; in Utf32toUtf8()
112 utf8Buf[0] = '?'; in Utf32toUtf8()
113 utf8Buf[1] = 0; in Utf32toUtf8()
125 char utf8Buf[5]; in yajl_string_decode() local
158 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/yajl/
H A Dyajl_encode.c93 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
94 utf8Buf[1] = 0; in Utf32toUtf8()
98 utf8Buf[2] = 0; in Utf32toUtf8()
103 utf8Buf[3] = 0; in Utf32toUtf8()
105 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
109 utf8Buf[4] = 0; in Utf32toUtf8()
111 utf8Buf[0] = '?'; in Utf32toUtf8()
112 utf8Buf[1] = 0; in Utf32toUtf8()
124 char utf8Buf[5]; in yajl_string_decode() local
157 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/yajl/
H A Dyajl_encode.c93 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
94 utf8Buf[1] = 0; in Utf32toUtf8()
98 utf8Buf[2] = 0; in Utf32toUtf8()
103 utf8Buf[3] = 0; in Utf32toUtf8()
105 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
109 utf8Buf[4] = 0; in Utf32toUtf8()
111 utf8Buf[0] = '?'; in Utf32toUtf8()
112 utf8Buf[1] = 0; in Utf32toUtf8()
124 char utf8Buf[5]; in yajl_string_decode() local
157 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/devel/yajl/yajl-2.1.0/src/
H A Dyajl_encode.c93 utf8Buf[0] = (char) codepoint; in Utf32toUtf8()
94 utf8Buf[1] = 0; in Utf32toUtf8()
98 utf8Buf[2] = 0; in Utf32toUtf8()
103 utf8Buf[3] = 0; in Utf32toUtf8()
105 utf8Buf[0] =(char)((codepoint >> 18) | 0xF0); in Utf32toUtf8()
109 utf8Buf[4] = 0; in Utf32toUtf8()
111 utf8Buf[0] = '?'; in Utf32toUtf8()
112 utf8Buf[1] = 0; in Utf32toUtf8()
124 char utf8Buf[5]; in yajl_string_decode() local
157 Utf32toUtf8(codepoint, utf8Buf); in yajl_string_decode()
[all …]
/dports/misc/sword/sword-1.8.1/src/modules/filters/
H A Dscsuutf8.cpp114 utf8Buf += uchar; in UTF8Output()
117 utf8Buf += (0xc0 | (uchar>>6)); in UTF8Output()
118 utf8Buf += (0x80 | (uchar & 0x3f)); in UTF8Output()
121 utf8Buf += (0xe0 | (uchar>>12)); in UTF8Output()
122 utf8Buf += (0x80 | (uchar>>6 & 0x3f)); in UTF8Output()
123 utf8Buf += (0x80 | (uchar & 0x3f)); in UTF8Output()
126 utf8Buf += (0xf0 | (uchar>>18)); in UTF8Output()
129 utf8Buf += (0x80 | (uchar & 0x3f)); in UTF8Output()
152 SWBuf utf8Buf = ""; in processText() local
167 UTF8Output(c, &utf8Buf); in processText()
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/utilities/
H A DTskUtilities.cpp48 char *utf8Buf; in toUTF8() local
50 utf8Buf = new char[utf8Size]; in toUTF8()
54 ptr8 = (UTF8 *) utf8Buf; in toUTF8()
67 utf8Str.assign(utf8Buf); in toUTF8()
68 delete [] utf8Buf; in toUTF8()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/tests/
H A Dcheck_utf_conversion.cpp79 char utf8Buf[1000]; in testUTF() local
111 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
113 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
114 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/tests/
H A Dcheck_utf_conversion.cpp77 char utf8Buf[1000]; in testUTF() local
109 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
111 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
112 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/tests/
H A Dcheck_utf_conversion.cpp79 char utf8Buf[1000]; in testUTF() local
111 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
113 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
114 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/tests/
H A Dcheck_utf_conversion.cpp77 char utf8Buf[1000]; in testUTF() local
109 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
111 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
112 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler/poppler-21.12.0/qt6/tests/
H A Dcheck_utf_conversion.cpp77 char utf8Buf[1000]; in testUTF() local
109 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
111 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
112 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler/poppler-21.12.0/qt5/tests/
H A Dcheck_utf_conversion.cpp79 char utf8Buf[1000]; in testUTF() local
111 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
113 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
114 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/tests/
H A Dcheck_utf_conversion.cpp79 char utf8Buf[1000]; in testUTF() local
111 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
113 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
114 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/tests/
H A Dcheck_utf_conversion.cpp77 char utf8Buf[1000]; in testUTF() local
109 Q_ASSERT(len < (int)sizeof(utf8Buf)); // if this fails, make utf8Buf larger in testUTF()
111 len = utf16ToUtf8(s.utf16(), utf8Buf); in testUTF()
112 QVERIFY(compare(utf8Buf, str)); in testUTF()
/dports/misc/sword/sword-1.8.1/src/utilfuns/
H A Dutilstr.cpp226 SWBuf utf8Buf; in wcharToUTF8() local
228 getUTF8FromUniChar(*buf++, &utf8Buf); in wcharToUTF8()
230 return utf8Buf; in wcharToUTF8()
/dports/audio/faudio/FAudio-21.01/csharp/
H A DFAudio.cs1430 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FACTAudioEngine_GetCategory()
1433 Utf8Encode(szFriendlyName, utf8Buf, utf8BufSize) in FACTAudioEngine_GetCategory()
1468 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FACTAudioEngine_GetGlobalVariableIndex()
1471 Utf8Encode(szFriendlyName, utf8Buf, utf8BufSize) in FACTAudioEngine_GetGlobalVariableIndex()
1502 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FACTSoundBank_GetCueIndex()
1606 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FACTWaveBank_GetWaveIndex()
1745 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FACTCue_GetVariableIndex()
2108 byte* utf8Buf = stackalloc byte[utf8BufSize]; in XNA_PlaySong()
2185 byte* utf8Buf = stackalloc byte[utf8BufSize]; in FAudio_fopen()
2274 byte* utf8Buf = stackalloc byte[utf8BufSize]; in stb_vorbis_open_filename()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dbuiltin_global.go63 utf8Buf := make([]byte, utf8.UTFMax)
77 l += utf8.EncodeRune(utf8Buf, rn) * 3
100 n := utf8.EncodeRune(utf8Buf, rn)
101 for _, b := range utf8Buf[:n] {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_global.go66 utf8Buf := make([]byte, utf8.UTFMax)
80 l += utf8.EncodeRune(utf8Buf, rn) * 3
103 n := utf8.EncodeRune(utf8Buf, rn)
104 for _, b := range utf8Buf[:n] {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_global.go66 utf8Buf := make([]byte, utf8.UTFMax)
80 l += utf8.EncodeRune(utf8Buf, rn) * 3
103 n := utf8.EncodeRune(utf8Buf, rn)
104 for _, b := range utf8Buf[:n] {
/dports/misc/sword/sword-1.8.1/include/
H A Dscsuutf8.h54 int UTF8Output(unsigned long, SWBuf* utf8Buf);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/tests/strings/
H A Dunicode.cpp116 const unsigned char utf8Buf[] = {0x44,0xC3,0xA9,0x6A,0xC3,0xA0,0}; in ConstructorsWithConversion() local
119 const char *utf8 = (char *)utf8Buf; in ConstructorsWithConversion()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/tests/strings/
H A Dunicode.cpp116 const unsigned char utf8Buf[] = {0x44,0xC3,0xA9,0x6A,0xC3,0xA0,0}; in ConstructorsWithConversion() local
119 const char *utf8 = (char *)utf8Buf; in ConstructorsWithConversion()

12