Searched refs:utf (Results 1 - 25 of 77) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_newline.c70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
108 case 0x0085: *lenptr = utf? 2 : 1; return TRUE; /* NEL */
134 utf TRUE if in utf mode
141 BOOL utf)
144 (void)utf;
76 is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, BOOL utf) argument
140 was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, BOOL utf) argument
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf) argument
72 (void)utf;
75 utf = TRUE;
101 if (utf)
113 if (utf)
H A Dpcre_printint.c115 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
121 (void)utf; /* Avoid compiler warning */
131 if (!utf || (c & 0xc0) != 0xc0)
167 if (!utf || (c & 0xfc00) != 0xd800)
199 * Print uchar string (regardless of utf) *
258 BOOL utf; local
278 utf = (options & PCRE_UTF8) != 0;
318 code += 1 + print_char(f, code, utf);
329 code += 1 + print_char(f, code, utf);
435 else extra = print_char(f, code+1, utf);
[all...]
H A Dpcre_study.c86 BOOL utf = (options & PCRE_UTF8) != 0; local
228 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
249 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
297 if (utf) return -1;
378 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
490 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
541 utf TRUE for UTF-8 / UTF-16 mode
548 compile_data *cd, BOOL utf)
556 if (utf && c > 127)
587 if (utf
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, compile_data *cd, BOOL utf) argument
710 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
[all...]
H A DRunTest226 $sim ./pcretest -C utf >/dev/null
227 utf=$?
239 if [ $utf -eq 0 ] ; then
460 if [ $utf -eq 0 ] ; then
480 if [ $utf -eq 0 ] ; then
500 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
522 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
557 if [ $utf -eq 0 ] ; then
574 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
678 elif [ $utf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_newline.c70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
108 case 0x0085: *lenptr = utf? 2 : 1; return TRUE; /* NEL */
134 utf TRUE if in utf mode
141 BOOL utf)
144 (void)utf;
76 is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, BOOL utf) argument
140 was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, BOOL utf) argument
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf) argument
72 (void)utf;
75 utf = TRUE;
101 if (utf)
113 if (utf)
H A Dpcre_printint.c115 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
121 (void)utf; /* Avoid compiler warning */
131 if (!utf || (c & 0xc0) != 0xc0)
167 if (!utf || (c & 0xfc00) != 0xd800)
199 * Print uchar string (regardless of utf) *
258 BOOL utf; local
278 utf = (options & PCRE_UTF8) != 0;
318 code += 1 + print_char(f, code, utf);
329 code += 1 + print_char(f, code, utf);
435 else extra = print_char(f, code+1, utf);
[all...]
H A Dpcre_study.c86 BOOL utf = (options & PCRE_UTF8) != 0; local
228 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
249 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
297 if (utf) return -1;
378 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
490 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
541 utf TRUE for UTF-8 / UTF-16 mode
548 compile_data *cd, BOOL utf)
556 if (utf && c > 127)
587 if (utf
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, compile_data *cd, BOOL utf) argument
710 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_newline.c70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
108 case 0x0085: *lenptr = utf? 2 : 1; return TRUE; /* NEL */
134 utf TRUE if in utf mode
141 BOOL utf)
144 (void)utf;
76 is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, BOOL utf) argument
140 was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, BOOL utf) argument
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(int c, const pcre_uchar *data, BOOL utf) argument
72 (void)utf;
75 utf = TRUE;
101 if (utf)
113 if (utf)
H A Dpcre_printint.c115 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
121 (void)utf; /* Avoid compiler warning */
131 if (!utf || (c & 0xc0) != 0xc0)
167 if (!utf || (c & 0xfc00) != 0xd800)
199 * Print uchar string (regardless of utf) *
258 BOOL utf; local
278 utf = (options & PCRE_UTF8) != 0;
318 code += 1 + print_char(f, code, utf);
329 code += 1 + print_char(f, code, utf);
435 else extra = print_char(f, code+1, utf);
[all...]
H A Dpcre_study.c86 BOOL utf = (options & PCRE_UTF8) != 0; local
228 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
249 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
297 if (utf) return -1;
378 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
490 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
541 utf TRUE for UTF-8 / UTF-16 mode
548 compile_data *cd, BOOL utf)
556 if (utf && c > 127)
587 if (utf
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, compile_data *cd, BOOL utf) argument
710 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxmlstring.c600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) { argument
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask))
650 * @utf: a sequence of UTF-8 encoded bytes
658 xmlUTF8Strlen(const xmlChar *utf) { argument
661 if (utf == NULL)
664 while (*utf !
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxmlstring.c600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) { argument
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask))
650 * @utf: a sequence of UTF-8 encoded bytes
658 xmlUTF8Strlen(const xmlChar *utf) { argument
661 if (utf == NULL)
664 while (*utf !
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxmlstring.c600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) { argument
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask))
650 * @utf: a sequence of UTF-8 encoded bytes
658 xmlUTF8Strlen(const xmlChar *utf) { argument
661 if (utf == NULL)
664 while (*utf !
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/
H A Dpotomo2 # potomo - Convert a .po file to an utf-8 encoded .mo file.
16 # gettext can only cope with utf-8 encoded mo files; thus we make this
54 utf8|utf-8|UTF8|UTF-8)
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
61 sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=utf-8/"|\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/
H A Dpotomo2 # potomo - Convert a .po file to an utf-8 encoded .mo file.
16 # gettext can only cope with utf-8 encoded mo files; thus we make this
54 utf8|utf-8|UTF8|UTF-8)
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
61 sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=utf-8/"|\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/
H A Dpotomo2 # potomo - Convert a .po file to an utf-8 encoded .mo file.
16 # gettext can only cope with utf-8 encoded mo files; thus we make this
54 utf8|utf-8|UTF8|UTF-8)
59 echo "potomo: '$infile' converting from $fromset to utf-8" >&2
60 iconv --silent --from-code=$fromset --to-code=utf-8 < "$infile" |\
61 sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=utf-8/"|\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/test/nls/
H A DMakefile.am3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/test/nls/
H A DMakefile.am3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/test/nls/
H A DMakefile.am3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8

Completed in 155 milliseconds

1234