uch 2482 core/StringObject.cpp uint32_t uch;
uch 2495 core/StringObject.cpp bytesRead = UnicodeUtils::Utf8ToUcs4(buffer, len, &uch);
uch 2506 core/StringObject.cpp *dst.p8++ = char (uch);
uch 210 other-licenses/zlib/deflate.h uch depth[2*L_CODES+1];
uch 301 other-licenses/zlib/deflate.h extern uch _length_code[];
uch 302 other-licenses/zlib/deflate.h extern uch _dist_code[];
uch 304 other-licenses/zlib/deflate.h extern const uch _length_code[];
uch 305 other-licenses/zlib/deflate.h extern const uch _dist_code[];
uch 309 other-licenses/zlib/deflate.h { uch cc = (c); \
uch 316 other-licenses/zlib/deflate.h { uch len = (length); \
uch 70 other-licenses/zlib/trees.c local const uch bl_order[BL_CODES]
uch 102 other-licenses/zlib/trees.c uch _dist_code[DIST_CODE_LEN];
uch 108 other-licenses/zlib/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1];
uch 181 other-licenses/zlib/trees.c put_byte(s, (uch)((w) & 0xff)); \
uch 182 other-licenses/zlib/trees.c put_byte(s, (uch)((ush)(w) >> 8)); \
uch 264 other-licenses/zlib/trees.c _length_code[length++] = (uch)code;
uch 272 other-licenses/zlib/trees.c _length_code[length-1] = (uch)code;
uch 279 other-licenses/zlib/trees.c _dist_code[dist++] = (uch)code;
uch 287 other-licenses/zlib/trees.c _dist_code[256 + dist++] = (uch)code;
uch 677 other-licenses/zlib/trees.c s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
uch 1028 other-licenses/zlib/trees.c s->l_buf[s->last_lit++] = (uch)lc;
uch 73 other-licenses/zlib/trees.h const uch _dist_code[DIST_CODE_LEN] = {
uch 102 other-licenses/zlib/trees.h const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
uch 234 other-licenses/zlib/zutil.c *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
uch 48 other-licenses/zlib/zutil.h typedef uch FAR uchf;