Searched refs:testVar (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c870 UChar *testVar = 0; local
941 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
942 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
946 testVar=&_NUL;
1000 if (0 != u_strcmp(testVar,expectedVar)) {
1001 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1020 if(testVar!=&_NUL) {
1021 free(testVar);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c870 UChar *testVar = 0; local
941 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
942 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
946 testVar=&_NUL;
1000 if (0 != u_strcmp(testVar,expectedVar)) {
1001 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1020 if(testVar!=&_NUL) {
1021 free(testVar);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp751 UnicodeString testVar; local
757 testLocale.getDisplayVariant(displayLocale, testVar);
792 if (testVar != expectedVar)
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp751 UnicodeString testVar; local
757 testLocale.getDisplayVariant(displayLocale, testVar);
792 if (testVar != expectedVar)
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1237 constexpr TestVar testVar{-1};
1238 static_assert(testVar.value == -1, "");

Completed in 284 milliseconds