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

  /external/icu4c/test/cintltst/
cloctst.c 723 UChar *testVar = 0;
794 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1))
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 750 UnicodeString testVar;
756 testLocale.getDisplayVariant(displayLocale, testVar);
791 if (testVar != expectedVar)
792 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
    [all...]

Completed in 131 milliseconds