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

/external/icu4c/i18n/
H A Ddtfmtsym.cpp1496 UResourceBundle *standaloneShorterWeekdaysData = NULL; // Data closed by calData local
1734 standaloneShorterWeekdaysData = calData.getByKey3(gDayNamesTag, gNamesStandaloneTag, gNamesShortTag, status);
1737 standaloneShorterWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesAbbrTag, status);
1739 fStandaloneShorterWeekdaysCount = ures_getSize(standaloneShorterWeekdaysData);
1748 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);

Completed in 49 milliseconds