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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp159 static const char gCyclicNameSetsTag[]="cyclicNameSets";
1471 UResourceBundle *cyclicNameSets= calData.getByKey(gCyclicNameSetsTag, tempStatus); local
1472 if (U_SUCCESS(tempStatus) && cyclicNameSets != NULL) {
1473 UResourceBundle *nameSetYears = ures_getByKeyWithFallback(cyclicNameSets, gNameSetYearsTag, NULL, &tempStatus);
1486 UResourceBundle *nameSetZodiacs = ures_getByKeyWithFallback(cyclicNameSets, gNameSetZodiacsTag, NULL, &tempStatus);

Completed in 116 milliseconds