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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 766 const RBBITailoringTest * testPtr;
767 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
769 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
776 if (!foundError && offsindx >= testPtr->numOffsets) {
778 testPtr->locale, testPtr->type, offset)
    [all...]
cnumtst.c     [all...]
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 785 const RBBITailoringTest * testPtr;
786 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
788 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
795 if (!foundError && offsindx >= testPtr->numOffsets) {
797 testPtr->locale, testPtr->type, offset)
    [all...]
cnumtst.c     [all...]
nucnvtst.c     [all...]

Completed in 313 milliseconds