Home | History | Annotate | Download | only in cintltst

Lines Matching full:testing

172     log_verbose("Testing ucnv_openAllNames()...");
207 log_verbose("Testing ucnv_countAvailable()...");
212 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
216 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
395 /*Testing ucnv_openU()*/
415 /*testing with error value*/
444 log_verbose("Testing ucnv_open() with converter name greater than 7 characters\n");
455 /*Testing ucnv_convert()*/
514 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
515 log_verbose("\n---Testing ucnv_open with err ! = U_ZERO_ERROR...\n");
525 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */
526 log_verbose("\n---Testing ucnv_open default...\n");
534 /* Testing ucnv_getName()*/
589 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/
601 /*testing for ucnv_getName() */
602 log_verbose("Testing ucnv_getName()...\n");
618 log_verbose("Testing ucnv_getName with err != U_ZERO_ERROR");
629 log_verbose("Testing ucnv_getMaxCharSize()...\n");
635 log_verbose("\n---Testing ucnv_getMinCharSize()...\n");
642 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
643 log_verbose("\n---Testing ucnv_getSubstChars...\n");
657 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
674 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
675 log_verbose("\n---Testing ucnv_getSubstChars.. with len < minBytesPerChar\n");
684 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
689 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
697 log_verbose("\n---Testing ucnv_getSubstChars.. with err != U_ZERO_ERROR \n");
711 log_verbose("\n---Testing ucnv_reset()..\n");
732 log_verbose("\n---Testing ucnv_getDisplayName()...\n");
767 /* testing ucnv_setFromUCallBack() and ucnv_getFromUCallBack()*/
770 log_verbose("\n---Testing ucnv_setFromUCallBack...\n");
783 log_verbose("\n---Testing getFromUCallBack Roundtrip...\n");
796 /*testing ucnv_setToUCallBack with error conditions*/
798 log_verbose("\n---Testing setFromUCallBack. with err != U_ZERO_ERROR..\n");
807 /*testing ucnv_setToUCallBack() and ucnv_getToUCallBack()*/
810 log_verbose("\n---Testing setTo UCallBack...\n");
823 log_verbose("\n---Testing setTo UCallBack Roundtrip...\n");
834 /*testing ucnv_setToUCallBack with error conditions*/
836 log_verbose("\n---Testing setToUCallBack. with err != U_ZERO_ERROR..\n");
845 /*getcodepageid testing ucnv_getCCSID() */
846 log_verbose("\n----Testing getCCSID....\n");
857 /*testing ucnv_getCCSID() with err != U_ZERO_ERROR*/
864 /*getCodepagePlatform testing ucnv_getPlatform()*/
865 log_verbose("\n---Testing getCodepagePlatform ..\n");
875 /*testing ucnv_getPlatform() with err != U_ZERO_ERROR*/
905 /*testing ucnv_fromUChars() and ucnv_toUChars() */
920 log_verbose("\n---Testing ucnv_fromUChars()\n");
930 log_verbose("\n---Testing ucnv_toUChars()\n");
964 /*Testing ucnv_fromUChars and ucnv_toUChars with error conditions*/
966 log_verbose("\n---Testing ucnv_fromUChars() with err != U_ZERO_ERROR\n");
972 log_verbose("\n---Testing ucnv_fromUChars() with converter=NULL\n");
978 log_verbose("\n---Testing ucnv_fromUChars() with sourceLength = 0\n");
983 log_verbose("\n---Testing ucnv_fromUChars() with targetLength = 0\n");
1013 /*testing for ucnv_fromUnicode() and ucnv_toUnicode() */
1016 log_verbose("Testing ucnv_fromUnicode().....\n");
1035 log_verbose("Testing ucnv_toUnicode().....\n");
1054 log_verbose("\n---Testing RoundTrip ...\n");
1112 /*Testing ucnv_open()*/
1143 /* Testing ucnv_flushCache() */
1144 log_verbose("\n---Testing ucnv_flushCache...\n");
1150 /*testing ucnv_close() and ucnv_flushCache() */
1734 char charBuffer[21]; /* Leave at an odd number for alignment testing */
2215 /* for testing, give ucnv_convertEx() at most <chunkSize> input/pivot/output units at a time */
2247 /* all consumed, now flush without input (separate from conversion for testing) */
3462 /*Testing ucnv_getDefaultName() and ucnv_setDefaultNAme()*/
3623 * Further testing of ucnv_setSubstString() is done via intltest convert.