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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp141 static const char * const gCalTypes[] = { variable
158 // Must be in the order of gCalTypes above
179 for (int i = 0; gCalTypes[i] != NULL; i++) {
180 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
365 for(int32_t i=0;gCalTypes[i] != NULL;i++) {
368 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
430 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())]));
/external/icu4c/i18n/
H A Dcalendar.cpp153 static const char * const gCalTypes[] = { variable
172 // Must be in the order of gCalTypes above
195 for (int i = 0; gCalTypes[i] != NULL; i++) {
196 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
388 for(int32_t i=0;gCalTypes[i] != NULL;i++) {
391 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
455 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV));

Completed in 93 milliseconds