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

  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 123 UCalendarType caltype,
136 if ( caltype == UCAL_GREGORIAN ) {
594 char *caltype = (char*)uprv_malloc(len + 1); local
595 if (caltype == NULL) {
599 u_UCharsToChars(type, caltype, len);
600 *(caltype + len) = 0;
602 ulist_addItemEndList(values, caltype, TRUE, status);
  /external/icu4c/i18n/
ucal.cpp 123 UCalendarType caltype,
136 if ( caltype == UCAL_GREGORIAN ) {
625 char *caltype = (char*)uprv_malloc(len + 1); local
626 if (caltype == NULL) {
630 u_UCharsToChars(type, caltype, len);
631 *(caltype + len) = 0;
633 ulist_addItemEndList(values, caltype, TRUE, status);

Completed in 88 milliseconds