HomeSort by relevance Sort by last modified time
    Searched full:left_month (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/samples/cal/
cal.c 552 int32_t left_month, right_month; local
646 left_month = ucal_get(left_cal, UCAL_MONTH, status);
650 while(left_month == i || right_month == i + 1) {
655 if(left_month != i && right_month == i + 1) {
660 while(left_month == i) {
689 left_month = ucal_get(left_cal, UCAL_MONTH, status);
  /external/icu/icu4c/source/samples/cal/
cal.c 552 int32_t left_month, right_month; local
646 left_month = ucal_get(left_cal, UCAL_MONTH, status);
650 while(left_month == i || right_month == i + 1) {
655 if(left_month != i && right_month == i + 1) {
660 while(left_month == i) {
689 left_month = ucal_get(left_cal, UCAL_MONTH, status);

Completed in 55 milliseconds