• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/

Lines Matching defs:dd

91     u_uastrcpy(temp, "M yyyy dd");
212 u_uastrcpy(pattern, "yyyy/MM/dd");
329 u_uastrcpy(pattern, "dd/mm/yyyy");
358 US locale a string formatted according to mm/dd/yy and parses it
361 When given a string mm/dd/yyyy it only parses up to the first
373 UDate d,dd;
413 dd = udat_parse(fmt, datestr, u_strlen(datestr), &pos, &status);
420 result2 =myFormatit(fmt, dd);
448 u_uastrcpy(format, "EEE', 'dd-MMM-yyyy HH:mm:ss z"); /* RFC 822/1123 */
509 static const UChar dMyGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGG" */
510 static const UChar dMyGGGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGGGG" */
513 static const UChar edMyPattern[] = { 0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "e dd MMM yyyy" */
514 static const UChar eedMyPattern[] = { 0x65,0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "ee dd MMM yyyy" */
515 static const UChar cdMyPattern[] = { 0x63,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "c dd MMM yyyy" */
516 static const UChar ccdMyPattern[] = { 0x63,0x63,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "cc dd MMM yyyy" */
519 static const UChar eeedMyPattern[] = { 0x65,0x65,0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "eee dd MMM yyyy" */
520 static const UChar EEEdMyPattern[] = { 0x45,0x45,0x45,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "EEE dd MMM yyyy" */
521 static const UChar EEdMyPattern[] = { 0x45,0x45,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "EE dd MMM yyyy" */
523 static const UChar eeeedMyPattern[] = { 0x65,0x65,0x65,0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "eeee dd MMM yyyy" */
525 static const UChar eeeeedMyPattern[] = { 0x65,0x65,0x65,0x65,0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "eeeee dd MMM yyyy" */
543 { dMyGGGPattern, dMyGGGText, "dd MMM yyyy GGG" },
544 { dMyGGGGGPattern, dMyGGGGGText, "dd MMM yyyy GGGGG" },
545 { edMyPattern, edMyText, "e dd MMM yyyy" },
546 { eedMyPattern, eedMyText, "ee dd MMM yyyy" },
547 { cdMyPattern, edMyText, "c dd MMM yyyy" },
548 { ccdMyPattern, edMyText, "cc dd MMM yyyy" },
549 { eeedMyPattern, eeedMyText, "eee dd MMM yyyy" },
550 { EEEdMyPattern, eeedMyText, "EEE dd MMM yyyy" },
551 { EEdMyPattern, eeedMyText, "EE dd MMM yyyy" },
552 { eeeedMyPattern, eeeedMyText, "eeee dd MMM yyyy" },
553 { eeeeedMyPattern, eeeeedMyText, "eeeee dd MMM yyyy" },