Lines Matching refs:defg
729 defg[]={ 0x64, 0x65, 0x66, 0x67, 0 }; in TestUCaseMap() local
778 strcpy(utf8Out, defg); in TestUCaseMap()
780 if(errorCode!=U_PARSE_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap()
802 strcpy(utf8Out, defg); in TestUCaseMap()
804 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap()
810 strcpy(utf8Out, defg); in TestUCaseMap()
812 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap()
818 strcpy(utf8Out, defg); in TestUCaseMap()
820 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap()
826 strcpy(utf8Out, defg); in TestUCaseMap()
828 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) { in TestUCaseMap()
834 strcpy(utf8Out, defg); in TestUCaseMap()
836 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || length!=3 || 0!=strcmp(defg+2, utf8Out+2)) { in TestUCaseMap()
842 strcpy(utf8Out, defg); in TestUCaseMap()