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

/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1506 UResourceBundle *standaloneShorterWeekdaysData = NULL; // Data closed by calData local
1744 standaloneShorterWeekdaysData = calData.getByKey3(gDayNamesTag, gNamesStandaloneTag, gNamesShortTag, status);
1747 standaloneShorterWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesAbbrTag, status);
1749 fStandaloneShorterWeekdaysCount = ures_getSize(standaloneShorterWeekdaysData);
1758 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);

Completed in 70 milliseconds