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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1591 const char *expectedLocaleID; member in struct:__anon12316
1685 if(uprv_strcmp(testCases[i].expectedLocaleID, result) != 0) {
1687 testCases[i].expectedLocaleID, testCases[i].localeID, result);
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1591 const char *expectedLocaleID; member in struct:__anon22126
1685 if(uprv_strcmp(testCases[i].expectedLocaleID, result) != 0) {
1687 testCases[i].expectedLocaleID, testCases[i].localeID, result);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c1670 const char *expectedLocaleID; member in struct:__anon12217
1751 if (uprv_strcmp(testCases[i].expectedLocaleID, buffer) != 0) {
1753 testCases[i].localeID, testCases[i].expectedLocaleID, buffer);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1671 const char *expectedLocaleID; member in struct:__anon22017
1752 if (uprv_strcmp(testCases[i].expectedLocaleID, buffer) != 0) {
1754 testCases[i].localeID, testCases[i].expectedLocaleID, buffer);

Completed in 56 milliseconds