Home | History | Annotate | Download | only in intltest

Lines Matching refs:hh

148     SimpleDateFormat sdf((UnicodeString)"E d MMM yyyy G HH:mm", status); 
398 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"MM/dd/yyyy HH:mm", status);
514 int32_t hh = (h<0) ? -h : h;
516 ((hh/2 < 10) ? "0" : "") +
517 (hh/2) + ':' +
518 ((hh%2==0) ? "00" : "30");
1053 SimpleDateFormat fmt("MMM d yyyy hh:mm a zzz", loc, status);