Home
last modified time | relevance | path

Searched refs:utf8ptr (Results 1 – 5 of 5) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dstr_rtl.c4545 utf8ptr[1] >= 0x80 && utf8ptr[1] <= 0xBF) {
4553 utf8ptr[1] >= 0x80 && utf8ptr[1] <= 0xBF &&
4554 utf8ptr[2] >= 0x80 && utf8ptr[2] <= 0xBF) {
4563 utf8ptr[1] >= 0x80 && utf8ptr[1] <= 0xBF &&
4564 utf8ptr[2] >= 0x80 && utf8ptr[2] <= 0xBF &&
4565 utf8ptr[3] >= 0x80 && utf8ptr[3] <= 0xBF) {
4575 utf8ptr[1] >= 0x80 && utf8ptr[1] <= 0xBF &&
4576 utf8ptr[2] >= 0x80 && utf8ptr[2] <= 0xBF &&
4577 utf8ptr[3] >= 0x80 && utf8ptr[3] <= 0xBF &&
4578 utf8ptr[4] >= 0x80 && utf8ptr[4] <= 0xBF) {
[all …]
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Dutf8.c343 id3_utf8_t *utf8ptr, *utf8; in id3_utf8_deserialize() local
352 utf8ptr = utf8; in id3_utf8_deserialize()
353 while (end - *ptr > 0 && (*utf8ptr = id3_utf8_get(ptr))) in id3_utf8_deserialize()
354 ++utf8ptr; in id3_utf8_deserialize()
356 *utf8ptr = 0; in id3_utf8_deserialize()
/dports/textproc/p5-Unicode-LineBreak/Unicode-LineBreak-2019.001/
H A DLineBreak.xs46 U8 *utf8, *utf8ptr; in SVtounistr() local
68 utf8ptr = utf8; in SVtounistr()
70 while (utf8ptr < utf8 + utf8len) { in SVtounistr()
73 utf8_to_uvchr_buf(utf8ptr, utf8 + utf8len, &len)); in SVtounistr()
75 *uniptr = (unichar_t) utf8_to_uvuni_buf(utf8ptr, utf8 + utf8len, in SVtounistr()
78 *uniptr = (unichar_t) utf8n_to_uvuni(utf8ptr, in SVtounistr()
79 utf8 + utf8len - utf8ptr, &len, in SVtounistr()
95 utf8ptr += len; in SVtounistr()
/dports/multimedia/libkate/libkate-0.4.1/tools/
H A Dkkate.c73 char utf8[12],*utf8ptr=utf8; in write_text() local
75 ret=kate_text_set_character(kate_utf8,ret,&utf8ptr,&wlen0); in write_text()
80 ret=kate_text_set_character(kate_utf8,0,&utf8ptr,&wlen0); in write_text()
/dports/www/libhubbub/libhubbub-0.3.7/src/tokeniser/
H A Dtokeniser.c832 uint8_t *utf8ptr = utf8; in hubbub_tokeniser_handle_character_reference_data() local
840 &utf8ptr, &len); in hubbub_tokeniser_handle_character_reference_data()
1629 uint8_t *utf8ptr = utf8; in hubbub_tokeniser_handle_character_reference_in_attribute_value() local
1635 &utf8ptr, &len); in hubbub_tokeniser_handle_character_reference_in_attribute_value()