Searched refs:byte_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-utils.c73 guchar *byte_ptr = NULL; local
86 for (byte_ptr = (guchar *) a_in_start;
87 byte_ptr <= a_in_end; byte_ptr++) {
90 if (*byte_ptr <= 0x7F) {
96 c = *byte_ptr;
99 } else if ((*byte_ptr & 0xE0) == 0xC0) {
105 c = *byte_ptr & 0x1F;
108 } else if ((*byte_ptr & 0xF0) == 0xE0) {
114 c = *byte_ptr
582 guchar *byte_ptr = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-utils.c73 guchar *byte_ptr = NULL; local
86 for (byte_ptr = (guchar *) a_in_start;
87 byte_ptr <= a_in_end; byte_ptr++) {
90 if (*byte_ptr <= 0x7F) {
96 c = *byte_ptr;
99 } else if ((*byte_ptr & 0xE0) == 0xC0) {
105 c = *byte_ptr & 0x1F;
108 } else if ((*byte_ptr & 0xF0) == 0xE0) {
114 c = *byte_ptr
582 guchar *byte_ptr = NULL; local
[all...]

Completed in 45 milliseconds