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

  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 712 UChar *testVar = 0;
783 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
784 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
788 testVar=&_NUL;
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 717 UChar *testVar = 0;
788 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
789 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
793 testVar=&_NUL;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
loctest.cpp 743 UnicodeString testVar;
749 testLocale.getDisplayVariant(displayLocale, testVar);
784 if (testVar != expectedVar)
785 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 747 UnicodeString testVar;
753 testLocale.getDisplayVariant(displayLocale, testVar);
788 if (testVar != expectedVar)
789 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
    [all...]

Completed in 1864 milliseconds