HomeSort by relevance Sort by last modified time
    Searched defs:uchar (Results 1 - 11 of 11) sorted by null

  /external/bzip2/
unzcrash.c 37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
  /external/quake/quake/src/QW/scitech/include/
debug.h 239 typedef unsigned char uchar; typedef
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 239 typedef unsigned char uchar; typedef
  /external/v8/src/
unicode.h 40 typedef unsigned int uchar; typedef in namespace:unibrow
53 inline bool get(uchar c);
56 bool CalculateValue(uchar c);
59 inline CacheEntry(uchar code_point, bool value)
62 uchar code_point_ : 21;
78 inline int get(uchar c, uchar n, uchar* result);
81 int CalculateValue(uchar c, uchar n, uchar* result)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 149 typedef unsigned char uchar; typedef
  /external/icu4c/common/
ubidiln.c 20 #include "unicode/uchar.h"
696 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
943 UChar uchar=pBiDi->text[logicalIndex]; local
1038 UChar uchar; local
1173 UChar uchar; local
1279 UChar uchar; local
    [all...]
ubidi.c 20 #include "unicode/uchar.h"
33 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
34 * character according to UTF-16, the second UChar gets the directional property of
40 * following character (UChar), which results in surrogate pairs getting the
341 const UChar *text=pBiDi->text;
346 UChar32 uchar; local
393 UTF_NEXT_CHAR(text, i, length, uchar);
395 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
446 if(!((uchar==CR) && (text[i]==LF))) {
457 if(removeBiDiControls && IS_BIDI_CONTROL_CHAR(uchar)) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 61 typedef unsigned char uchar; typedef
96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
117 int GetYUVformat(uchar * Data)
220 uchar * Data = NULL;
262 Data = (uchar *)malloc(itemlen);
268 Data[0] = (uchar)lh;
269 Data[1] = (uchar)ll;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 637 typedef unsigned char uchar; typedef
    [all...]
  /external/jhead/
jhead.h 32 typedef unsigned char uchar; typedef
53 uchar * Data;
  /external/icu4c/test/cintltst/
cbiditst.c 17 #include "unicode/uchar.h"
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
84 const UChar *dest, int32_t destLen, int mode,
100 static UChar *
101 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
103 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
178 UChar string[MAXLEN];
216 static UChar pseudoToUChar[TABLE_SIZE];
244 UChar uchar; local
351 UChar uchar; local
    [all...]

Completed in 648 milliseconds