Home
last modified time | relevance | path

Searched refs:fl_utf8test (Results 1 – 13 of 13) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/src/
H A Dutf8.cc66 return fl_utf8test(src, srclen); in a_Utf8_test()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/swig/
H A Dfl_utf8.i62 FL_EXPORT int fl_utf8test(const char *src, unsigned len);
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dfl_utf8.h134 FL_EXPORT int fl_utf8test(const char *src, unsigned len);
/dports/x11-toolkits/ntk/ntk/FL/
H A Dfl_utf8.h147 FL_EXPORT int fl_utf8test(const char *src, unsigned len);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dfl_utf8.h147 FL_EXPORT int fl_utf8test(const char *src, unsigned len);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_utf.c925 int fl_utf8test(const char* src, unsigned srclen) { in fl_utf8test() function
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_utf.c928 int fl_utf8test(const char* src, unsigned srclen) { in fl_utf8test() function
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_utf.c928 int fl_utf8test(const char* src, unsigned srclen) { in fl_utf8test() function
/dports/x11-toolkits/ntk/ntk/documentation/src/
H A Dunicode.dox256 int fl_utf8test(const char *src, unsigned len)
260 \p %fl_utf8test() examines the first \p len bytes of \p src.
/dports/math/giacxcas/fltk-1.3.0/documentation/src/
H A Dunicode.dox256 int fl_utf8test(const char *src, unsigned len)
260 \p %fl_utf8test() examines the first \p len bytes of \p src.
/dports/x11-toolkits/fltk/fltk-1.3.8/documentation/src/
H A Dunicode.dox266 int fl_utf8test(const char *src, unsigned len)
270 \p %fl_utf8test() examines the first \p len bytes of \p src.
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py13656 def fl_utf8test(*args): function
13658 return _fltk.fl_utf8test(*args)
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp132506 result = (int)fl_utf8test((char const *)arg1,arg2); in _wrap_fl_utf8test()