Lines Matching refs:mixed

425mixed[]=                { 0x61, 0x42, 0x130,       0x49,  0x131, 0x3d0, 0xdf,       0xfb03,       …  in TestCaseFolding()  local
463 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
482 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
498 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
499 buffer[UPRV_LENGTHOF(mixed)]=0; in TestCaseFolding()
518 uprv_memcpy(buffer, mixed, sizeof(mixed)); in TestCaseFolding()
521 buffer, UPRV_LENGTHOF(mixed), in TestCaseFolding()
540 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
556 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
570 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
582 mixed, UPRV_LENGTHOF(mixed), in TestCaseFolding()
597 NULL, UPRV_LENGTHOF(mixed), in TestCaseFolding()
612 mixed, -2, in TestCaseFolding()
629mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0… in TestCaseCompare() local
642 lenMixed=u_strlen(mixed); in TestCaseCompare()
654 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
658 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare()
668 …result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CAS… in TestCaseCompare()
674 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
678 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
684 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
688 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
694 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
698 result=u_strCaseCompare(mixed, 5, different, 5, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
704 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
710 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare()