Searched refs:dest8 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 870 char dest8[10]; in TestUTS46() local 919 dest8, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46() 920 if( U_FAILURE(errorCode) || length != 4 || 0 != memcmp(dest8, fass8, 5) || in TestUTS46() 927 dest8, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46() 928 if( U_FAILURE(errorCode) || length != 4 || 0 != memcmp(dest8, fa_sharps8, 5) || in TestUTS46() 935 dest8, 4, &info, &errorCode); in TestUTS46() 937 length != 4 || 0 != memcmp(dest8, fass8, 4) || in TestUTS46() 944 dest8, 4, &info, &errorCode); in TestUTS46() 946 length != 4 || 0 != memcmp(dest8, fa_sharps8, 4) || in TestUTS46() 999 NULL, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46() [all …]
|
D | custrtrn.c | 1995 char dest8[4]={ 3, 3, 3, 3 }; in TestNullEmptySource() local 2057 dest8[0]=3; in TestNullEmptySource() 2060 u_strToUTF8(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, &errorCode); in TestNullEmptySource() 2061 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource() 2065 dest8[0]=3; in TestNullEmptySource() 2068 u_strToUTF8WithSub(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource() 2069 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource() 2089 dest8[0]=3; in TestNullEmptySource() 2092 u_strToJavaModifiedUTF8(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, &errorCode); in TestNullEmptySource() 2093 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource()
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm2d.c | 20 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, in av1_highbd_iwht4x4_16_add_c() argument 29 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in av1_highbd_iwht4x4_16_add_c() 81 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest8, in av1_highbd_iwht4x4_1_add_c() argument 88 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in av1_highbd_iwht4x4_1_add_c()
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 748 char dest8[1000]; in assertGreekUpper() local 749 length = ucasemap_utf8ToUpper(csm.getAlias(), dest8, UPRV_LENGTHOF(dest8), in assertGreekUpper() 752 StringPiece result8(dest8, length); in assertGreekUpper() 782 assertEquals(msg + cap + " (memcmp)", 0, memcmp(dest8, dest8b, expected8Length)); in assertGreekUpper()
|