Searched defs:UChar (Results 1 - 25 of 47) sorted by path

12

/external/bzip2/
H A Dbzip2.c163 typedef unsigned char UChar; typedef
233 struct { UChar b[8]; }
240 n->b[7] = (UChar)((hi32 >> 24) & 0xFF);
241 n->b[6] = (UChar)((hi32 >> 16) & 0xFF);
242 n->b[5] = (UChar)((hi32 >> 8) & 0xFF);
243 n->b[4] = (UChar) (hi32 & 0xFF);
244 n->b[3] = (UChar)((lo32 >> 24) & 0xFF);
245 n->b[2] = (UChar)((lo32 >> 16) & 0xFF);
246 n->b[1] = (UChar)((lo32 >> 8) & 0xFF);
247 n->b[0] = (UChar) (lo3
[all...]
H A Dbzip2recover.c53 typedef unsigned char UChar; typedef
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
227 retVal = putc ( (UChar) (bs->buffer), bs->handle );
242 static void bsPutUChar ( BitStream* bs, UChar c )
H A Dbzlib_private.h43 typedef unsigned char UChar; typedef
171 ((UChar)cha)]; \
217 UChar* block;
219 UChar* zbits;
238 UChar unseqToSeq[256];
256 UChar selector [BZ_MAX_SELECTORS];
257 UChar selectorMtf[BZ_MAX_SELECTORS];
259 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
282 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
285 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
/external/chromium_org/base/third_party/icu/
H A Dicu_utf.h25 typedef uint16 UChar; typedef in namespace:base_icu
309 (base_icu::UChar)(((supplementary)>>10)+0xd7c0)
319 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
350 * @param s const UChar * string
374 * @param s const UChar * string buffer
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
254 /** Number of bytes in a UChar. @stable ICU 2.0 */
258 * \var UChar
259 * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t),
261 * If neither is available, then define UChar to be uint16_t.
263 * This makes the definition of UChar platform-dependent
270 typedef UCHAR_TYPE UChar; typedef
272 typedef char16_t UChar; */
274 typedef wchar_t UChar; typedef
276 typedef __CHAR16_TYPE__ UChar; typedef
278 typedef uint16_t UChar; typedef
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp940 UnicodeString first((UChar)0x0061);
941 UnicodeString second((UChar)0x0062);
1002 const UChar* t1 = test1.getBuffer();
1004 const UChar* t2 = test2.getBuffer();
1111 UChar test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0},
1257 UChar i_and_phi[] = { 0x438, 0x3c6 }; // Cyrillic small i & Greek small phi.
1295 s.insert(prefixLength, (UChar)0x61);
1302 UChar ch = 0;
1546 UChar vt[256] = { 0 };
1580 UChar rl
2023 getCollationKey(const UChar*source, int32_t sourceLength, CollationKey& key, UErrorCode& status) const argument
2043 getSortKey(const UChar*source, int32_t sourceLength, uint8_t*result, int32_t resultLength) const argument
[all...]
/external/clang/test/ARCMT/
H A DCommon.h20 typedef unsigned char UChar; typedef
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
254 /** Number of bytes in a UChar. @stable ICU 2.0 */
258 * \var UChar
259 * Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t),
261 * If neither is available, then define UChar to be uint16_t.
263 * This makes the definition of UChar platform-dependent
270 typedef UCHAR_TYPE UChar; typedef
272 typedef char16_t UChar; */
274 typedef wchar_t UChar; typedef
276 typedef __CHAR16_TYPE__ UChar; typedef
278 typedef uint16_t UChar; typedef
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp533 col->getCollationKey(UnicodeString((UChar)1).append((UChar)0x34f), sortkIgnorable, key1Status);
923 UnicodeString first((UChar)0x0061);
924 UnicodeString second((UChar)0x0062);
984 const UChar* t1 = test1.getBuffer();
986 const UChar* t2 = test2.getBuffer();
1096 UChar test1[6] = {0x41, 0x62, 0x63, 0x64, 0x61, 0},
1242 UChar i_and_phi[] = { 0x438, 0x3c6 }; // Cyrillic small i & Greek small phi.
1280 s.insert(prefixLength, (UChar)0x61);
1287 UChar c
2104 getCollationKey(const UChar*source, int32_t sourceLength, CollationKey& key, UErrorCode& status) const argument
2124 getSortKey(const UChar*source, int32_t sourceLength, uint8_t*result, int32_t resultLength) const argument
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h44 typedef unsigned char UChar; typedef
71 UChar w8[16];
81 UChar w8[32];
104 static inline UChar toUChar ( Int x ) {
106 return (UChar)x;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c409 typedef unsigned char UChar; typedef
537 ((UChar)cha)]; \
583 UChar* block;
585 UChar* zbits;
604 UChar unseqToSeq[256];
622 UChar selector [BZ_MAX_SELECTORS];
623 UChar selectorMtf[BZ_MAX_SELECTORS];
625 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
648 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
651 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
H A Dtest_ppc_jm1.c161 typedef unsigned char UChar; typedef
175 static Bool my_isspace ( UChar c )
289 UChar ch = (UChar)((UInt)c);
290 UChar* p = (UChar*)s;
/external/valgrind/main/VEX/test/
H A Dfpconst.c54 typedef unsigned char UChar; typedef
59 UChar* b = malloc(8);
/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c8 typedef unsigned char UChar; typedef
21 UChar reg[80];
H A Dsmchash.c9 typedef unsigned char UChar; typedef
25 UChar* bytes;
26 UChar* actual;
117 UChar* p = (UChar*)addr;
141 UChar* p = (UChar*)addr;
156 UChar* p = (UChar*)addr;
184 UChar*
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c104 typedef unsigned char UChar; typedef
144 UChar* img;
151 UChar* macho_img;
238 ii->img = (UChar*)v;
391 (unsigned long)((UChar*)cmd - (UChar*)ii.macho_img),
427 UInt* w32s = (UInt*)( (UChar*)tcmd + sizeof(*tcmd) );
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c432 typedef unsigned char UChar; typedef
560 ((UChar)cha)]; \
606 UChar* block;
608 UChar* zbits;
627 UChar unseqToSeq[256];
645 UChar selector [BZ_MAX_SELECTORS];
646 UChar selectorMtf[BZ_MAX_SELECTORS];
648 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
671 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
674 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c9 typedef unsigned char UChar; typedef
20 UChar res;
34 UChar res;
45 UChar res;
56 UChar res;
71 UChar res;
85 UChar res;
96 UChar res;
107 UChar res;
123 UChar re
[all...]
H A Dsse_memory.c15 typedef unsigned char UChar; typedef
32 static UChar randUChar ( void )
39 static void randomise ( UChar* p, Int n )
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
141 UChar* buf; \
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c425 typedef unsigned char UChar; typedef
553 ((UChar)cha)]; \
599 UChar* block;
601 UChar* zbits;
620 UChar unseqToSeq[256];
638 UChar selector [BZ_MAX_SELECTORS];
639 UChar selectorMtf[BZ_MAX_SELECTORS];
641 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
664 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
667 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
H A Dpdb-realloc2.c13 typedef unsigned char UChar; typedef
34 UChar* v;
35 UChar* p = malloc(size);
52 p[i] &= (UChar)j;
84 if (v[i] != (UChar)j)
H A Dvarinfo6.c463 typedef unsigned char UChar; typedef
591 ((UChar)cha)]; \
637 UChar* block;
639 UChar* zbits;
658 UChar unseqToSeq[256];
676 UChar selector [BZ_MAX_SELECTORS];
677 UChar selectorMtf[BZ_MAX_SELECTORS];
679 UChar len [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
702 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
705 BZ2_hbMakeCodeLengths ( UChar*, Int3
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c15 typedef unsigned char UChar; typedef
32 static UChar randUChar ( void )
39 static void randomise ( UChar* p, Int n )
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
141 UChar* buf; \
/external/valgrind/main/none/tests/amd64/
H A Daes.c8 typedef unsigned char UChar; typedef
10 typedef UChar Bool;
17 UChar uChar[16];
22 static UChar fromhex(char x) {
34 UChar xx = 0;
35 UChar x = summary[31-2*i];
36 UChar yy = 0;
37 UChar y = summary[31-2*i-1];
H A Damd64locked.c9 typedef unsigned char UChar; typedef
95 ((UChar)cha)]; \
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
506 ULong btsq_mem ( UChar* base, int bitno )
520 ULong btsl_mem ( UChar* base, int bitno )
531 ULong btsw_mem ( UChar* base, int bitno )
543 ULong btrq_mem ( UChar* base, int bitno )
554 ULong btrl_mem ( UChar* base, int bitno )
565 ULong btrw_mem ( UChar* bas
[all...]

Completed in 4777 milliseconds

12