HomeSort by: relevance | last modified time | path
    Searched defs:second_byte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
filter-sr-latin.c 176 unsigned char second_byte = (unsigned char) ip[1]; local
179 if (second_byte >= 0x80 && second_byte < 0xc0)
181 unsigned int uc = ((byte & 0x1f) << 6) | (second_byte & 0x3f);
filter-sr-latin.c 176 unsigned char second_byte = (unsigned char) ip[1]; local
179 if (second_byte >= 0x80 && second_byte < 0xc0)
181 unsigned int uc = ((byte & 0x1f) << 6) | (second_byte & 0x3f);

Completed in 58 milliseconds