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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/test/intltest/
loctest.cpp 751 UnicodeString testVar;
757 testLocale.getDisplayVariant(displayLocale, testVar);
792 if (testVar != expectedVar)
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 723 UChar *testVar = 0;
794 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1))
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 159 milliseconds