HomeSort by relevance Sort by last modified time
    Searched refs:testCompareWithSrc (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
idnatest.c 515 testCompareWithSrc(const UChar* s1, int32_t s1Len,
619 testCompareWithSrc(src,srcLen,src,srcLen,testName, func, TRUE);
622 testCompareWithSrc(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
626 testCompareWithSrc(src,srcLen,uni1,u_strlen(uni1),testName, func,FALSE);
628 testCompareWithSrc(src,srcLen,uni0,u_strlen(uni0),testName, func,FALSE);
632 testCompareWithSrc(src,srcLen,ascii1,u_strlen(ascii1),testName, func,FALSE);
634 testCompareWithSrc(src,srcLen,ascii0,u_strlen(ascii0),testName, func,FALSE);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
idnatest.c 517 testCompareWithSrc(const UChar* s1, int32_t s1Len,
621 testCompareWithSrc(src,srcLen,src,srcLen,testName, func, TRUE);
624 testCompareWithSrc(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
628 testCompareWithSrc(src,srcLen,uni1,u_strlen(uni1),testName, func,FALSE);
630 testCompareWithSrc(src,srcLen,uni0,u_strlen(uni0),testName, func,FALSE);
634 testCompareWithSrc(src,srcLen,ascii1,u_strlen(ascii1),testName, func,FALSE);
636 testCompareWithSrc(src,srcLen,ascii0,u_strlen(ascii0),testName, func,FALSE);
    [all...]

Completed in 1847 milliseconds