Home | History | Annotate | Download | only in cintltst

Lines Matching refs:source1

2611         static const uint8_t source1[]={0xc4};
2613 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2662 static const uint8_t source1[]={0xc4};
2664 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
2770 static const uint8_t source1[]={0xc4};
2772 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated");
4693 static const uint8_t source1[]={0x0f};
4694 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_INDEX_OUTOFBOUNDS_ERROR, "a character is truncated");