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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.h 47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
ccaltst.c 90 UDateFormat *datdef = 0; local
299 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status);
304 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
443 udat_close(datdef);
458 UDateFormat *datdef = 0; local
471 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/
472 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status);
496 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
578 if(u_strcmp(myDateFormat(datdef, d1), temp)==0
647 UDateFormat *datdef = 0; local
    [all...]
cdtrgtst.c 598 UChar* myFormatit(UDateFormat* datdef, UDate d1)
605 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
612 udat_format(datdef, d1, result1, resultlength, NULL, &status);
  /external/icu4c/test/cintltst/
cdtrgtst.h 47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
ccaltst.c 97 UDateFormat *datdef = 0; local
330 datdef=udat_open(UDAT_FULL,UDAT_FULL ,NULL, NULL, 0,NULL,0,&status);
335 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
474 udat_close(datdef);
489 UDateFormat *datdef = 0; local
507 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/
508 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status);
531 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
679 if(u_strcmp(myDateFormat(datdef, d1), temp)==0
749 UDateFormat *datdef = 0; local
    [all...]
cdtrgtst.c 598 UChar* myFormatit(UDateFormat* datdef, UDate d1)
605 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
612 udat_format(datdef, d1, result1, resultlength, NULL, &status);

Completed in 63 milliseconds