Lines Matching +defs:c +defs:offset
228 c = n; property
230 c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); property
1811 checkOffset: function(offset) { argument
2789 c = str.charCodeAt(m_pos); property
2793 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2809 c = str.charCodeAt(m_pos); property
2813 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2879 c = buf[i++]; property
2891 c = (c << 6) | (buf[i++] & 0x3f); property
2901 c -= 0x10000; field
5560 c = str.charCodeAt(m_pos); property
5564 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
5576 c = str.charCodeAt(m_pos); property
5580 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
5652 c = buf[i++]; property
5664 c = (c << 6) | (buf[i++] & 0x3f); property
5674 c -= 0x10000; field
5865 c = n; property
5867 c = ((c & 1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); property