Lines Matching refs:trailingBytesForUTF8
1775 static const ANTLR3_UINT32 trailingBytesForUTF8[256] = {1823 extraBytesToRead = trailingBytesForUTF8[*nextChar];1902 nextChar += trailingBytesForUTF8[*nextChar] + 1;1942 extraBytesToRead = trailingBytesForUTF8[*nextChar];