Searched refs:is_utf8 (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dunicodeio.c73 static int is_utf8; local
85 is_utf8 = !strcmp (charset, UTF8_NAME);
87 if (!is_utf8)
99 if (!is_utf8)
115 if (!is_utf8)
155 /* At this point, is_utf8 is true, so no conversion is needed. */
H A Dregex_internal.h409 unsigned char is_utf8; member in struct:re_string_t
693 unsigned int is_utf8 : 1; member in struct:re_dfa_t
H A Dregex_internal.c188 pstr->is_utf8 = dfa->is_utf8;
714 if (pstr->is_utf8)
H A Dregcomp.c835 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
905 dfa->is_utf8 = 1;
912 dfa->is_utf8 = 1;
922 if (dfa->is_utf8)
1070 to speed things up, set dfa->mb_cur_max to 1, clear is_utf8 and change
1145 dfa->is_utf8 = 0;
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dvterm.c106 void vterm_parser_set_utf8(VTerm *vt, int is_utf8) argument
108 vt->is_utf8 = is_utf8;
H A Dvterm_internal.h108 int is_utf8; member in struct:VTerm
H A Dparser.c302 if(c == 0x07 || (c == 0x9c && !vt->is_utf8)) {
309 if(c >= 0x80 && c < 0xa0 && !vt->is_utf8) {
H A Dstate.c157 state->vt->is_utf8 ? &state->encoding_utf8 :
1369 default_enc = state->vt->is_utf8 ?
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.h409 unsigned char is_utf8; member in struct:re_string_t
693 unsigned int is_utf8 : 1; member in struct:re_dfa_t
H A Dregex_internal.c183 pstr->is_utf8 = dfa->is_utf8;
709 if (pstr->is_utf8)
H A Dregcomp.c809 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
876 dfa->is_utf8 = 1;
881 dfa->is_utf8 = 1;
891 if (dfa->is_utf8)
1039 to speed things up, set dfa->mb_cur_max to 1, clear is_utf8 and change
1112 dfa->is_utf8 = 0;
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h367 unsigned char is_utf8; member in struct:re_string_t
649 unsigned int is_utf8 : 1; member in struct:re_dfa_t
H A Dregex_internal.c176 pstr->is_utf8 = dfa->is_utf8;
696 if (pstr->is_utf8)
H A Dregcomp.c810 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
866 dfa->is_utf8 = 1;
886 dfa->is_utf8 = 1;
896 if (dfa->is_utf8)
1044 to speed things up, set dfa->mb_cur_max to 1, clear is_utf8 and change
1109 dfa->is_utf8 = 0;
/haiku-fatelf/src/apps/serialconnect/libvterm/include/
H A Dvterm.h222 void vterm_parser_set_utf8(VTerm *vt, int is_utf8);

Completed in 204 milliseconds