Home
last modified time | relevance | path

Searched refs:u8_nextchar (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.c220 while (u8_nextchar(s, &i) != 0) in u8_strlen()
249 u8_nextchar (s, &i); in u8_strncpy()
452 c = u8_nextchar(s, &i); in u8_strchr()
745 u8_nextchar (s2, &i); in utfcasestr()
764 u8_nextchar (p1, &i1); in utfcasestr()
765 u8_nextchar (p2, &i2); in utfcasestr()
781 u8_nextchar (s1, &i); in utfcasestr()
799 u8_nextchar (p1, &i1); in utfcasestr_fast()
812 u8_nextchar (s1, &i); in utfcasestr_fast()
826 u8_nextchar (p1, &i1); in u8_strcasecmp()
[all …]
H A Dutf8.h59 uint32_t u8_nextchar(const char *s, int32_t *i);
H A Dtf.c305 u8_nextchar(p, &size); in tf_func_abbr()
317 u8_nextchar(p, &size); in tf_func_abbr()
388 u8_nextchar (p, &size); in tf_caps_impl()
406 u8_nextchar ((const char *)p, &size); in tf_caps_impl()
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dutf8.c247 u8_nextchar (s, &i); in u8_strncpy()
450 c = u8_nextchar(s, &i); in u8_strchr()
743 u8_nextchar (s2, &i); in utfcasestr()
761 u8_nextchar (p1, &i1); in utfcasestr()
762 u8_nextchar (p2, &i2); in utfcasestr()
778 u8_nextchar (s1, &i); in utfcasestr()
795 u8_nextchar (p1, &i1); in utfcasestr_fast()
796 u8_nextchar (p2, &i2); in utfcasestr_fast()
808 u8_nextchar (s1, &i); in utfcasestr_fast()
821 u8_nextchar (p1, &i1); in u8_strcasecmp()
[all …]
H A Dutf8.h59 uint32_t u8_nextchar(const char *s, int32_t *i);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h22 uint32_t u8_nextchar(const char *s, int *i);
41 return u8_nextchar(c_, &index_);
49 return u8_nextchar(c_, &tempIndex);
H A DUtf8.cpp215 while (u8_nextchar(s, &i) != 0)
222 uint32_t u8_nextchar(const char *s, int *i)
380 c = u8_nextchar(s, &i);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h22 uint32_t u8_nextchar(const char *s, int *i);
41 return u8_nextchar(c_, &index_); in next()
49 return u8_nextchar(c_, &tempIndex); in peek()
H A DUtf8.cpp215 while (u8_nextchar(s, &i) != 0) in u8_strlen()
222 uint32_t u8_nextchar(const char *s, int *i) in u8_nextchar() function
380 c = u8_nextchar(s, &i); in u8_strchr()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h22 uint32_t u8_nextchar(const char *s, int *i);
41 return u8_nextchar(c_, &index_); in next()
49 return u8_nextchar(c_, &tempIndex); in peek()
H A DUtf8.cpp215 while (u8_nextchar(s, &i) != 0) in u8_strlen()
222 uint32_t u8_nextchar(const char *s, int *i) in u8_nextchar() function
380 c = u8_nextchar(s, &i); in u8_strchr()
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dutf8.c209 while (u8_nextchar(s, &i) != 0) in u8_strlen()
216 uint32_t u8_nextchar(char *s, int *i) in u8_nextchar() function
379 amt = u8_escape_wchar(buf, sz - c, u8_nextchar(src, &i)); in u8_escape()
395 uint32_t c = u8_nextchar(s, &i); in u8_strchr()
H A Dutf8.h27 uint32_t u8_nextchar(char *s, int *i);
/dports/editors/the/THE-3.3RC4/contrib/
H A Dutf8.c203 while (u8_nextchar(s, &i) != 0) in u8_strlen()
222 u_int32_t u8_nextchar(char *s, int *i) in u8_nextchar() function
385 amt = u8_escape_wchar(buf, sz - c, u8_nextchar(src, &i)); in u8_escape()
402 c = u8_nextchar(s, &i); in u8_strchr()
H A Dutf8.h27 u_int32_t u8_nextchar(char *s, int *i);
/dports/devel/pecl-jsmin/jsmin-3.0.0/
H A Dutf8.c212 while (u8_nextchar(s, &i) != 0) in u8_strlen()
219 uint32_t u8_nextchar(char *s, int *i) in u8_nextchar() function
382 amt = u8_escape_wchar(buf, sz - c, u8_nextchar(src, &i)); in u8_escape()
399 c = u8_nextchar(s, &i); in u8_strchr()
H A Dutf8.h24 uint32_t u8_nextchar(char *s, int *i);
H A Djsmin.c81 c = u8_nextchar(jmo->javascript, &byte_len);
/dports/editors/the/THE-3.3RC4/
H A Dshow.c194 ch = u8_nextchar( (char *)src, &pos ); \
226 ch = u8_nextchar( (char *)src, &pos ); \
337 ch = u8_nextchar( src, &pos ); \
361 ch = u8_nextchar( src, &pos ); \
927 key = u8_nextchar( (char *)rec, &col ); in show_statarea()
941 key = u8_nextchar( (char *)cmd_rec, &col ); in show_statarea()
955 key = u8_nextchar( (char *)pre_rec, &col ); in show_statarea()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Qt/
H A DQtMain.cpp515 int code = u8_nextchar(str.c_str(), &pos); in event()
/dports/emulators/ppsspp/ppsspp-1.12.3/Qt/
H A DQtMain.cpp515 int code = u8_nextchar(str.c_str(), &pos); in event()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Qt/
H A DQtMain.cpp515 int code = u8_nextchar(str.c_str(), &pos); in event()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp884 int c = u8_nextchar(event.text.text, &pos); in main()
/dports/emulators/ppsspp/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp884 int c = u8_nextchar(event.text.text, &pos); in main()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp884 int c = u8_nextchar(event.text.text, &pos); in main()

12