Lines Matching refs:defg
725 defg[]={ 0x64, 0x65, 0x66, 0x67, 0 };
773 strcpy(utf8Out, defg);
775 if(errorCode!=U_PARSE_ERROR || 0!=strcmp(defg, utf8Out)) {
797 strcpy(utf8Out, defg);
799 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) {
805 strcpy(utf8Out, defg);
807 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) {
813 strcpy(utf8Out, defg);
815 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) {
821 strcpy(utf8Out, defg);
823 if(errorCode!=U_ILLEGAL_ARGUMENT_ERROR || 0!=strcmp(defg, utf8Out)) {
829 strcpy(utf8Out, defg);
831 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || length!=3 || 0!=strcmp(defg+2, utf8Out+2)) {
835 /* dest not terminated (leaves g from defg alone) */
837 strcpy(utf8Out, defg);