/external/icu4c/i18n/unicode/ |
D | simpletz.h | 161 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 162 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 163 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth, 164 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 204 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 205 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 206 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth, 207 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 252 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 253 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, [all …]
|
/external/icu4c/i18n/ |
D | simpletz.cpp | 50 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; 86 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 87 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 88 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 89 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 105 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 106 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 107 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 108 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 124 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() [all …]
|
D | gregoimp.h | 150 static inline int8_t monthLength(int32_t year, int32_t month); 158 static inline int8_t previousMonthLength(int y, int m); 251 static const int8_t MONTH_LENGTH[24]; 263 inline int8_t 268 inline int8_t
|
/external/icu4c/common/ |
D | ucnv_bld.h | 72 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */ 73 int8_t conversionType; /* +69: 1 conversion type */ 75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ 76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ 79 int8_t subCharLen; /* +76: 1 */ 181 int8_t toULength; /* number of bytes in toUBytes */ 204 int8_t maxBytesPerUChar; 206 int8_t subCharLen; /* length of the codepage specific character sequence */ 207 int8_t invalidCharLength; 208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ [all …]
|
D | ucnvscsu.c | 126 int8_t toUQuoteWindow, toUDynamicWindow; 132 int8_t fromUDynamicWindow; 142 int8_t nextWindowUseIndex; 143 int8_t windowUse[8]; 146 static const int8_t initialWindowUse[8]={ 7, 0, 3, 2, 4, 5, 6, 1 }; 147 static const int8_t initialWindowUse_ja[8]={ 3, 2, 4, 1, 0, 7, 5, 6 }; 239 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() 355 dynamicWindow=(int8_t)(b-SC0); in _SCSUToUnicodeWithOffsets() 359 dynamicWindow=(int8_t)(b-SD0); in _SCSUToUnicodeWithOffsets() 363 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets() [all …]
|
D | ucnv2022.c | 187 int8_t cs[4]; /* charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */ 188 int8_t g; /* 0..3 for G0..G3 (SI/SO/SS2/SS3) */ 189 int8_t prevG; /* g before single shift (SS2 or SS3) */ 268 static const int8_t normalize_esq_chars_2022[256] = { 349 static const int8_t escSeqStateTable_Value_2022[MAX_STATES_2022] = { 723 static const int8_t nextStateToUnicodeJP[MAX_STATES_2022]= { 736 static const int8_t nextStateToUnicodeCN[MAX_STATES_2022]= { 804 int8_t initialToULength = _this->toULength; in changeState_2022() 905 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022() 913 myData2022->toU2022State.cs[0]=(int8_t)tempState; in changeState_2022() [all …]
|
D | cpputils.h | 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 39 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
D | uchar.c | 55 U_CAPI int8_t U_EXPORT2 59 return (int8_t)GET_CATEGORY(props); in u_charType() 445 u_digit(UChar32 ch, int8_t radix) { in u_digit() 446 int8_t value; in u_digit() 448 value=(int8_t)u_charDigitValue(ch); in u_digit() 452 value=(int8_t)(ch-0x57); /* ch - 'a' + 10 */ in u_digit() 454 value=(int8_t)(ch-0x37); /* ch - 'A' + 10 */ in u_digit() 456 value=(int8_t)(ch-0xFF37); /* fullwidth ASCII a-z */ in u_digit() 458 value=(int8_t)(ch-0xFF17); /* fullwidth ASCII A-Z */ in u_digit() 464 return (int8_t)((value<radix) ? value : -1); in u_digit() [all …]
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 40 int8_t *b1 =(int8_t *)src; in phOsalNfc_MemCompare() 41 int8_t *b2 =(int8_t *)dest; in phOsalNfc_MemCompare() 42 int8_t diff = 0; in phOsalNfc_MemCompare()
|
/external/llvm/unittests/VMCore/ |
D | TypeBuilderTest.cpp | 36 …EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext()… in TEST() 76 (TypeBuilder<int8_t**, false>::get(getGlobalContext()))); in TEST() 78 (TypeBuilder<int8_t[7], false>::get(getGlobalContext()))); in TEST() 80 (TypeBuilder<int8_t[], false>::get(getGlobalContext()))); in TEST() 98 (TypeBuilder<const int8_t, false>::get(getGlobalContext()))); in TEST() 100 (TypeBuilder<volatile int8_t, false>::get(getGlobalContext()))); in TEST() 102 (TypeBuilder<const volatile int8_t, false>::get(getGlobalContext()))); in TEST() 119 (TypeBuilder<const volatile int8_t*const volatile, false>::get(getGlobalContext()))); in TEST() 127 (TypeBuilder<int8_t(...), false>::get(getGlobalContext()))); in TEST() 130 (TypeBuilder<int8_t(const int32_t*), false>::get(getGlobalContext()))); in TEST() [all …]
|
/external/icu4c/common/unicode/ |
D | unistr.h | 279 inline int8_t compare(const UnicodeString& text) const; 295 inline int8_t compare(int32_t start, 316 inline int8_t compare(int32_t start, 334 inline int8_t compare(const UChar *srcChars, 351 inline int8_t compare(int32_t start, 372 inline int8_t compare(int32_t start, 395 inline int8_t compareBetween(int32_t start, 418 inline int8_t compareCodePointOrder(const UnicodeString& text) const; 439 inline int8_t compareCodePointOrder(int32_t start, 464 inline int8_t compareCodePointOrder(int32_t start, [all …]
|
D | ptypes.h | 43 typedef signed char int8_t; typedef 56 typedef signed char int8_t; typedef
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefReg.c | 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count); 45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strncmp() 49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strnicmp() 51 int8_t c1, c2; in phFriNfc_NdefReg_Strnicmp() 313 … if( !phFriNfc_NdefReg_Strncmp( (const int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 314 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 330 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 331 (int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 515 … if(!phFriNfc_NdefReg_Strncmp((const int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process() 516 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() [all …]
|
/external/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 53 int8_t origional_int8 = static_cast<int8_t>(value); in TEST() 72 origional_int8 = static_cast<int8_t>(value); in TEST() 111 TEST(SwapByteOrder, int8_t) { in TEST() argument 112 EXPECT_EQ(int8_t(0x11), sys::SwapByteOrder(int8_t(0x11))); in TEST()
|
/external/qemu/target-arm/ |
D | neon_helper.c | 60 NEON_TYPE4(s8, int8_t) in NEON_TYPE4() argument 207 #define NEON_FN(dest, src1, src2) NEON_SSAT(dest, src1, src2, int8_t) 288 #define NEON_FN(dest, src1, src2) NEON_SSAT(dest, src1, src2, int8_t) 454 int8_t tmp; \ 455 tmp = (int8_t)src2; \ 471 int8_t shift = (int8_t)shiftop; in HELPER() 483 int8_t tmp; \ 484 tmp = (int8_t)src2; \ 501 int8_t shift = (int8_t)shiftop; in HELPER() 516 int8_t tmp; \ [all …]
|
/external/icu4c/test/cintltst/ |
D | nccbtst.h | 47 const char *mySubChar, int8_t len); 52 const char *mySubChar, int8_t len); 56 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError); 60 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
|
/external/valgrind/main/drd/tests/ |
D | annotate_ignore_rw.c | 10 static int8_t s_a; 11 static int8_t s_b; 12 static int8_t s_c;
|
D | annotate_ignore_write.c | 10 static int8_t s_a; 11 static int8_t s_b; 12 static int8_t s_c;
|
D | pth_barrier.c | 29 int8_t* array; 50 int8_t* const array = p->array; in threadfunc() 73 int8_t* array; in barriers_and_races()
|
/external/mesa3d/include/c99/ |
D | stdint.h | 75 typedef signed char int8_t; typedef 82 typedef signed __int8 int8_t; typedef 94 typedef int8_t int_least8_t; 104 typedef int8_t int_fast8_t; 132 #define INT8_MIN ((int8_t)_I8_MIN)
|
/external/skia/src/core/ |
D | SkDebug.cpp | 14 int8_t SkToS8(long x) in SkToS8() 16 SkASSERT((int8_t)x == x); in SkToS8() 17 return (int8_t)x; in SkToS8()
|
/external/webp/src/dec/ |
D | tree.c | 21 static const int8_t kYModesIntra4[18] = { 41 static const int8_t kYModesInter[8] = { 48 static const int8_t kMBSplit[6] = { 54 static const int8_t kMVRef[8] = { 61 static const int8_t kMVRef4[6] = {
|
/external/libvpx/vpx_ports/ |
D | vpxtypes.h | 32 typedef signed char int8_t; typedef 36 typedef char int8_t; typedef 45 typedef int8_t vpxs8;
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 160 # define INT8_MIN ((int8_t)(-128)) 173 # define INT8_MAX ((int8_t)(127)) 235 typedef int8_t UBool;
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 160 # define INT8_MIN ((int8_t)(-128)) 173 # define INT8_MAX ((int8_t)(127)) 235 typedef int8_t UBool;
|