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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp155 static const char * const gCalTypes[] = { variable
177 // Must be in the order of gCalTypes above
203 for (int i = 0; gCalTypes[i] != NULL; i++) {
204 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
404 for(int32_t i=0;gCalTypes[i] != NULL;i++) {
407 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
471 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV));
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp155 static const char * const gCalTypes[] = { variable
177 // Must be in the order of gCalTypes above
203 for (int i = 0; gCalTypes[i] != NULL; i++) {
204 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
404 for(int32_t i=0;gCalTypes[i] != NULL;i++) {
407 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
471 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV));

Completed in 771 milliseconds