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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp1538 UResourceBundle *standaloneShorterWeekdaysData = NULL; // Data closed by calData local
1776 standaloneShorterWeekdaysData = calData.getByKey3(gDayNamesTag, gNamesStandaloneTag, gNamesShortTag, status);
1779 standaloneShorterWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesAbbrTag, status);
1781 fStandaloneShorterWeekdaysCount = ures_getSize(standaloneShorterWeekdaysData);
1790 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);

Completed in 177 milliseconds