HomeSort by relevance Sort by last modified time
    Searched refs:uch (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/icu/icu4c/source/common/
filteredbrk.cpp 265 UChar32 uch; local
269 if((uch=utext_previous32(fText.getAlias()))==(UChar32)0x0020) { // TODO: skip a class of chars here??
271 //if(debug2) u_printf("skipping prev: |%C| \n", (UChar)uch);
273 //if(debug2) u_printf("not skipping prev: |%C| \n", (UChar)uch);
274 uch = utext_next32(fText.getAlias());
275 //if(debug2) u_printf(" -> : |%C| \n", (UChar)uch);
280 while((uch=utext_previous32(fText.getAlias()))!=U_SENTINEL && // more to consume backwards and..
281 USTRINGTRIE_HAS_NEXT(r=fData->fBackwardsTrie->nextForCodePoint(uch))) {// more in the trie
286 //if(debug2) u_printf("rev< /%C/ cont?%d @%d\n", (UChar)uch, r, utext_getNativeIndex(fText.getAlias()));
290 //if(debug2) u_printf("rev<?/%C/?end of seq.. r=%d, bestPosn=%d, bestValue=%d\n", (UChar)uch, r, bestPosn, bestValue)
    [all...]
  /external/freetype/src/gzip/
zutil.c 101 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /external/syslinux/com32/lib/zlib/
trees.c 71 local const uch bl_order[BL_CODES]
103 uch _dist_code[DIST_CODE_LEN];
109 uch _length_code[MAX_MATCH-MIN_MATCH+1];
182 put_byte(s, (uch)((w) & 0xff)); \
183 put_byte(s, (uch)((ush)(w) >> 8)); \
267 _length_code[length++] = (uch)code;
275 _length_code[length-1] = (uch)code;
282 _dist_code[dist++] = (uch)code;
290 _dist_code[256 + dist++] = (uch)code;
354 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n")
    [all...]
zutil.h 37 typedef unsigned char uch; typedef
38 typedef uch FAR uchf;
zutil.c 234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 55 typedef unsigned char uch; typedef
56 typedef uch FAR uchf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
zutil.c 238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 44 typedef unsigned char uch; typedef
45 typedef uch FAR uchf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 55 typedef unsigned char uch; typedef
56 typedef uch FAR uchf;
zutil.c 234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 43 typedef unsigned char uch; typedef
44 typedef uch FAR uchf;
zutil.c 234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /external/python/cpython2/Modules/zlib/
zutil.h 41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
zutil.c 238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /external/python/cpython3/Modules/zlib/
zutil.h 43 typedef unsigned char uch; typedef
44 typedef uch FAR uchf;
zutil.c 237 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /external/zlib/src/
zutil.h 43 typedef unsigned char uch; typedef
44 typedef uch FAR uchf;
zutil.c 237 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /toolchain/binutils/binutils-2.27/zlib/
zutil.h 41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
zutil.c 238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
  /toolchain/binutils/binutils-2.27/gas/
app.c 430 #define UNGET(uch) (*--from = (uch))
    [all...]
  /external/clang/test/SemaCXX/
conversion.cpp 70 unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned char'}} local
  /prebuilts/jdk/jdk9/darwin-x86/lib/
jrt-fs.jar 
  /prebuilts/jdk/jdk9/linux-x86/lib/
jrt-fs.jar 

Completed in 600 milliseconds

1 23 4