Searched refs:calLoc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrfmt.cpp111 char calLoc[256] = ""; local
152 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
153 Locale loc(calLoc);
176 errln("case %d: could not create calendar from %s", n, calLoc);
/external/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp113 char calLoc[256] = ""; local
160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
161 Locale loc(calLoc);
184 errln("case %d: could not create calendar from %s", n, calLoc);

Completed in 222 milliseconds