Searched defs:compareIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp735 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) { argument
766 expectedLang = dataTable[compareIndex][i];
770 expectedScript = dataTable[compareIndex + 1][i];
774 expectedCtry = dataTable[compareIndex + 2][i];
778 expectedVar = dataTable[compareIndex + 3][i];
782 expectedName = dataTable[compareIndex + 4][i];
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp735 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) { argument
766 expectedLang = dataTable[compareIndex][i];
770 expectedScript = dataTable[compareIndex + 1][i];
774 expectedCtry = dataTable[compareIndex + 2][i];
778 expectedVar = dataTable[compareIndex + 3][i];
782 expectedName = dataTable[compareIndex + 4][i];
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c858 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex) argument
968 expectedLang=dataTable[compareIndex][i];
972 expectedScript=dataTable[compareIndex + 1][i];
976 expectedCtry=dataTable[compareIndex + 2][i];
980 expectedVar=dataTable[compareIndex + 3][i];
984 expectedName=dataTable[compareIndex + 4][i];
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c858 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex) argument
968 expectedLang=dataTable[compareIndex][i];
972 expectedScript=dataTable[compareIndex + 1][i];
976 expectedCtry=dataTable[compareIndex + 2][i];
980 expectedVar=dataTable[compareIndex + 3][i];
984 expectedName=dataTable[compareIndex + 4][i];

Completed in 310 milliseconds