Searched refs:sampleText4MBCS (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 388 static const UChar sampleText4MBCS[] = { 0x0061, 0xFFE4, 0xdc01}; in TestErrorBehaviour() local 440 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 443 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 460 static const UChar sampleText4MBCS[] = { 0x0061, 0x4e00, 0xdc01}; in TestErrorBehaviour() local 480 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 483 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 504 static const UChar sampleText4MBCS[] = { 0x0061, 0x4e00, 0xdc01}; in TestErrorBehaviour() local 531 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 534 if(!convertFromU(sampleText4MBCS, UPRV_LENGTHOF(sampleText4MBCS), in TestErrorBehaviour() 596 static const UChar sampleText4MBCS[] = { 0x0061, 0x4e00, 0xdc01}; in TestErrorBehaviour() local [all …]
|