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

  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 126 UCalendarType caltype,
139 if ( caltype == UCAL_GREGORIAN ) {
635 char *caltype = (char*)uprv_malloc(len + 1); local
636 if (caltype == NULL) {
640 u_UCharsToChars(type, caltype, len);
641 *(caltype + len) = 0;
643 ulist_addItemEndList(values, caltype, TRUE, status);
  /external/icu4c/i18n/
ucal.cpp 134 UCalendarType caltype,
147 if ( caltype == UCAL_GREGORIAN ) {
694 char *caltype = (char*)uprv_malloc(len + 1); local
695 if (caltype == NULL) {
699 u_UCharsToChars(type, caltype, len);
700 *(caltype + len) = 0;
702 ulist_addItemEndList(values, caltype, TRUE, status);

Completed in 35 milliseconds