HomeSort by relevance Sort by last modified time
    Searched defs:uch (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Support/
regutils.h 40 typedef unsigned char uch; typedef
  /external/llvm/lib/Support/
regutils.h 43 typedef unsigned char uch; typedef
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regutils.h 43 typedef unsigned char uch; typedef
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 78 typedef unsigned char uch; typedef
  /external/libpng/contrib/gregbook/
readpng.h 72 typedef unsigned char uch; typedef
83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue);
85 uch *readpng_get_image(double display_exponent, int *pChannels,
readpng2.h 78 typedef unsigned char uch; typedef
91 uch *image_data;
92 uch **row_pointers;
100 uch bg_red;
101 uch bg_green;
102 uch bg_blue;
110 int readpng2_check_sig(uch *sig, int num);
114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
writepng.h 86 typedef unsigned char uch; typedef
99 uch *image_data;
100 uch **row_pointers;
115 uch bg_red;
116 uch bg_green;
117 uch bg_blue;
  /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;
  /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;
  /external/freetype/src/gzip/
zutil.h 34 typedef unsigned char uch; typedef
35 typedef uch FAR uchf;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestBidiTransform.java 284 private static char substituteChar(char uch, char baseReal,
286 char dest = (char)(basePseudo + (uch - baseReal));
293 char uch = uchars[i]; local
294 switch (UCharacter.getDirectionality(uch)) {
296 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z');
299 if (uch > 0xFE00) {
300 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J');
302 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E');
306 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9');
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidiTransform.java 283 private static char substituteChar(char uch, char baseReal,
285 char dest = (char)(basePseudo + (uch - baseReal));
292 char uch = uchars[i]; local
293 switch (UCharacter.getDirectionality(uch)) {
295 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z');
298 if (uch > 0xFE00) {
299 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J');
301 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E');
305 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9');
  /external/pdfium/third_party/zlib_v128/
zutil.h 43 typedef unsigned char uch; typedef
44 typedef uch FAR uchf;
  /external/python/cpython2/Modules/zlib/
zutil.h 41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
  /external/syslinux/com32/lib/zlib/
zutil.h 37 typedef unsigned char uch; typedef
38 typedef uch FAR uchf;
  /external/zlib/src/
zutil.h 41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
  /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.2/Modules/zlib/
zutil.h 55 typedef unsigned char uch; typedef
56 typedef uch FAR uchf;
  /external/clang/test/SemaCXX/
conversion.cpp 70 unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned char'}} local
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 74 int uch; local
77 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here??
80 uch = text.nextCodePoint();
85 while ((uch = text.previousCodePoint()) != UCharacterIterator.DONE && // more to consume backwards and..
86 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie
109 while ((uch = text.nextCodePoint()) != BreakIterator.DONE
110 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 72 int uch; local
75 if ((uch = text.previousCodePoint()) == ' ') { // TODO: skip a class of chars here??
78 uch = text.nextCodePoint();
83 while ((uch = text.previousCodePoint()) != UCharacterIterator.DONE && // more to consume backwards and..
84 ((r = backwardsTrie.nextForCodePoint(uch)).hasNext())) {// more in the trie
107 while ((uch = text.nextCodePoint()) != BreakIterator.DONE
108 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
  /external/syslinux/memdisk/
unzip.c 29 typedef uint8_t uch; typedef
36 static uch *inbuf; /* input pointer */
37 static uch window[WSIZE]; /* sliding output window buffer */
78 static inline uch get_byte(void)
81 uch b = *inbuf++;
97 static uch *output_data; /* Output data pointer */
160 uch *in, *out, ch;
  /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/icu/icu4c/source/test/intltest/
numfmtst.cpp 7333 const UChar* uch = ufmt_getUChars(u, &len, &valueStatus); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 923 milliseconds

1 2