HomeSort by relevance Sort by last modified time
    Searched refs:ucal (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
ccaltst.c 24 #include "unicode/ucal.h"
1844 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status); local
1918 UCalendar* ucal; local
2271 UCalendar * ucal = ucal_open(zoneGMT, -1, "en", UCAL_GREGORIAN, &status); local
    [all...]
cdattst.c 25 #include "unicode/ucal.h"
408 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); local
411 ucal_setMillis(ucal, ucal_getNow(), &status);
412 year = ucal_get(ucal, UCAL_YEAR, &status);
413 month = ucal_get(ucal, UCAL_MONTH, &status);
414 day = ucal_get(ucal, UCAL_DATE, &status);
415 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
416 today = ucal_getMillis(ucal, &status);
417 ucal_close(ucal);
    [all...]
  /external/icu4c/i18n/
Android.mk 60 ucal.cpp ucol_bld.cpp ucol_cnt.cpp \

Completed in 76 milliseconds