Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Replaced

4808        * implementation (replaced by dlmalloc normally) so
6842 '%c': '%a %b %d %H:%M:%S %Y', // Replaced by the locale's appropriate date and time representation - e.g., Mon Aug 3 14:02:01 2013
6846 '%r': '%I:%M:%S %p', // Replaced by the time in a.m. and p.m. notation
6847 '%R': '%H:%M', // Replaced by the time in 24-hour notation
6848 '%T': '%H:%M:%S', // Replaced by the time
6849 '%x': '%m/%d/%y', // Replaced by the locale's appropriate date representation
6850 '%X': '%H:%M:%S', // Replaced by the locale's appropriate date representation
6955 // %G is replaced by 1998 and %V is replaced by 53. If December 29th, 30th,
6957 // Thus, for Tuesday 30th December 1997, %G is replaced by 1998 and %V is replaced by 01.
7001 // Replaced by the week number of the year as a decimal number [00,53].
7020 // Replaced by the week number of the year (Monday as the first day of the week)
7059 // Replaced by the week number of the year as a decimal number [00,53].
7076 // Replaced by the last two digits of the year as a decimal number [00,99]. [ tm_year]
7080 // Replaced by the year as a decimal number (for example, 1997). [ tm_year]
7084 // Replaced by the offset from UTC in the ISO 8601:2000 standard format ( +hhmm or -hhmm ),
7094 // Replaced by the timezone name or abbreviation, or by no bytes if no timezone information exists. [ tm_isdst]