Home
last modified time | relevance | path

Searched refs:UTF8_GET (Results 1 – 25 of 117) sorted by path

12345

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.c584 #define UTF8_GET(Result, Chars, Count, Mask, Len) \ macro
636 UTF8_GET (result, p, i, mask, len); in u8_valid()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/config/
H A Dutf8.cpp89 #define UTF8_GET(Result, Chars, Count, Mask, Len) \ macro
188 UTF8_GET (result, p, i, mask, len); in lucene_utf8towc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A DChangeLog17652 * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
20806 * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
20837 (print_cxx_classname): Use UTF8_GET to extract characters from
H A Dclass.c926 int ch = UTF8_GET (ptr, limit); in hashUtf8String()
H A Djcf-io.c454 int ch = UTF8_GET (str, limit); in jcf_print_utf8()
473 int ch = UTF8_GET (str, limit); in jcf_print_utf8_replace()
H A Djcf.h278 #define UTF8_GET(PTR, LIMIT) \ macro
H A Dmangle.c656 ch = UTF8_GET (w1, limit); in java_mangle_resource_name()
H A Dmangle_name.c51 int ch = UTF8_GET (str, limit); in utf8_cmp()
265 int ch = UTF8_GET(ptr, limit); in append_unicode_mangled_name()
321 int ch = UTF8_GET(ptr, limit); in unicode_mangling_length()
398 int ch = UTF8_GET(ptr, limit); in append_gpp_mangled_name()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A DChangeLog-19982413 * include/jvm.h (UTF8_GET, Utf8Const, StringClass): Moved here.
2994 (UTF8_GET): Moved to java/lang/String.h.
H A DChangeLog-19993033 * include/jvm.h (UTF8_GET): Mask first byte of 3-byte encoding
H A Ddefineclass.cc1781 *chrs++ = UTF8_GET(data, limit); in throw_class_format_error()
1849 int xxch = UTF8_GET(PTR,LIMIT); \
1859 int ch = UTF8_GET (ptr, limit); in _Jv_VerifyOne()
1881 if ((ch = UTF8_GET (ptr, limit)) == -1) in _Jv_VerifyOne()
1926 if (! ptr || UTF8_GET (ptr, limit) != ')') in _Jv_VerifyMethodSignature()
1976 if ((ch = UTF8_GET (ptr, limit))==-1 in _Jv_VerifyIdentifier()
1982 if ((ch = UTF8_GET (ptr, limit))==-1 in _Jv_VerifyIdentifier()
2008 if ((ch = UTF8_GET (ptr, limit))==-1) in _Jv_VerifyClassName()
2015 else if ((ch = UTF8_GET (ptr, limit))==-1) in _Jv_VerifyClassName()
2043 int ch1 = UTF8_GET (ptr1, limit1); in _Jv_ClassNameSamePackage()
[all …]
H A Djni.cc2088 int ch = UTF8_GET (fn, limit); in mangled_name()
2105 int ch = UTF8_GET (sig, limit); in mangled_name()
H A Dprims.cc240 int ch = UTF8_GET (ptr, limit); in _Jv_equal()
277 int ac = UTF8_GET(aptr, alimit); in _Jv_isPrimitiveOrDerived()
281 ac = UTF8_GET(aptr, alimit); in _Jv_isPrimitiveOrDerived()
285 if (UTF8_GET(aptr, alimit) == -1) in _Jv_isPrimitiveOrDerived()
338 int ac = UTF8_GET(aptr, alimit); in _Jv_equalUtf8Classnames()
339 int bc = UTF8_GET(bptr, blimit); in _Jv_equalUtf8Classnames()
356 ac = UTF8_GET(aptr, alimit); in _Jv_equalUtf8Classnames()
359 bc = UTF8_GET(bptr, blimit); in _Jv_equalUtf8Classnames()
376 ac = UTF8_GET(aptr, alimit); in _Jv_equalUtf8Classnames()
377 bc = UTF8_GET(bptr, blimit); in _Jv_equalUtf8Classnames()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/include/
H A Djvm.h129 #define UTF8_GET(PTR, LIMIT) \ macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DnatString.cc258 *chrs++ = UTF8_GET (p, limit); in _Jv_NewStringUTF()
287 jchar ch = UTF8_GET(data, limit); in _Jv_NewStringUtf8Const()
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-string.c1562 #define UTF8_GET(Result, Chars, Count, Mask, Len) \ macro
2610 UTF8_GET (result, p, i, mask, char_len); in _dbus_string_validate_utf8()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgutf8.c85 #define UTF8_GET(Result, Chars, Count, Mask, Len) \ macro
324 UTF8_GET (result, p, i, mask, len); in g_utf8_get_char()
/dports/devel/libunicode/libunicode-0.4/
H A DChangeLog43 (UTF8_GET): break after setting result to -1 on error.
237 * utf8.h (UTF8_GET): Don't forget to wrap all the arguments in
H A Dutf8.c105 UTF8_GET (*result, p, i, mask, len); in unicode_get_utf8()
H A Dutf8.h57 #define UTF8_GET(Result, Chars, Count, Mask, Len) \ macro
H A Dutf8conv.c60 UTF8_GET (**outbuf, *inbuf, i, mask, len); in utf8_read()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A DChangeLog17516 * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
20670 * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
20701 (print_cxx_classname): Use UTF8_GET to extract characters from
H A Dclass.c923 int ch = UTF8_GET (ptr, limit); in hashUtf8String()
H A Djcf-io.c454 int ch = UTF8_GET (str, limit); in jcf_print_utf8()
473 int ch = UTF8_GET (str, limit); in jcf_print_utf8_replace()
H A Djcf.h278 #define UTF8_GET(PTR, LIMIT) \ macro

12345