OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedVar
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp
762
UnicodeString
expectedVar
;
777
expectedVar
= dataTable[compareIndex + 3][i];
778
if (
expectedVar
.length() == 0)
779
expectedVar
= dataTable[DVAR_EN][i];
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
763
UnicodeString
expectedVar
;
778
expectedVar
= dataTable[compareIndex + 3][i];
779
if (
expectedVar
.length() == 0)
780
expectedVar
= dataTable[DVAR_EN][i];
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
730
UChar*
expectedVar
= 0;
[
all
...]
/external/icu4c/test/cintltst/
cloctst.c
[
all
...]
Completed in 31 milliseconds