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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp1286 UResourceBundle *standaloneNarrowWeekdaysData = NULL; // Data closed by calData local
1534 standaloneNarrowWeekdaysData = calData.getByKey3(gDayNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status);
1537 standaloneNarrowWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesNarrowTag, status);
1540 standaloneNarrowWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesAbbrTag, status);
1543 fStandaloneNarrowWeekdaysCount = ures_getSize(standaloneNarrowWeekdaysData);
1552 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status);
/external/icu4c/i18n/
H A Ddtfmtsym.cpp1497 UResourceBundle *standaloneNarrowWeekdaysData = NULL; // Data closed by calData local
1755 standaloneNarrowWeekdaysData = calData.getByKey3(gDayNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status);
1758 standaloneNarrowWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesNarrowTag, status);
1761 standaloneNarrowWeekdaysData = calData.getByKey2(gDayNamesTag, gNamesAbbrTag, status);
1764 fStandaloneNarrowWeekdaysCount = ures_getSize(standaloneNarrowWeekdaysData);
1773 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status);

Completed in 55 milliseconds