/external/icu4c/data/xml/rbnf/ |
nb.xml | 9 <generation date="$Date: 2009/03/24 17:40:13 $"/>
|
nn.xml | 9 <generation date="$Date: 2009/03/24 17:40:17 $"/>
|
pt.xml | 9 <generation date="$Date: 2009/03/24 17:40:19 $"/>
|
pt_PT.xml | 9 <generation date="$Date: 2009/03/24 17:40:21 $"/>
|
root.xml | 9 <generation date="$Date: 2008/12/08 18:18:44 $"/>
|
ru.xml | 9 <generation date="$Date: 2009/03/24 17:40:25 $"/>
|
sr.xml | 9 <generation date="$Date: 2009/03/24 17:40:32 $"/>
|
sv.xml | 9 <generation date="$Date: 2009/03/24 17:40:34 $"/>
|
uk.xml | 9 <generation date="$Date: 2009/03/24 17:40:40 $"/>
|
/external/icu4c/i18n/ |
reldtfmt.h | 85 * Format a date or time, which is the standard millis since 24:00 GMT, Jan 91 * @param cal Calendar set to the date and time to be formatted 92 * into a date/time string. 106 * objects with a UDate type. If a the Formattable object type is not a Date, 109 * @param obj The object to format. Must be a Date. 125 * Parse a date/time string beginning at the given parse position. For 126 * example, a time text "07/10/96 4:5 PM, PDT" will be parsed into a Date 127 * that is equivalent to Date(837039928046). 130 * this object's format method but can still be parsed as a date, then the 134 * @param text The date/time string to be parse [all...] |
/external/icu4c/samples/datefmt/answers/ |
main_2.cpp | 42 UDate date; local 44 // The languages in which we will display the date 66 date = cal->getTime(status); 72 // Create a formatter for DATE 75 // Format the date 77 fmt->format(date, str, status); 79 // Display the formatted date string 80 printf("Date (%s): ", LANGUAGE[i]);
|
main_3.cpp | 42 UDate date; local 44 // The languages in which we will display the date 66 date = cal->getTime(status); 72 // Create a formatter for DATE and TIME 81 // Format the date 83 fmt->format(date, str, status); 85 // Display the formatted date string 86 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
|
/external/icu4c/samples/datefmt/ |
main.cpp | 42 UDate date; local 44 // The languages in which we will display the date 66 date = cal->getTime(status); 72 // Create a formatter for DATE and TIME 81 // Format the date 83 fmt->format(date, str, status); 85 // Display the formatted date string 86 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
LIST | 16 date-format-tofte 17 date-format-xparb
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
LIST | 16 date-format-tofte 17 date-format-xparb
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.2-2-n.js | 24 ECMA Section: 15.9.5.2 Date.prototype.toString 27 implementation dependent, but are intended to represent the Date in a 31 this value is not a Date object. Therefore it cannot be transferred to 39 Date: 12 november 1997 45 var TITLE = "Date.prototype.toString"; 51 var OBJ = new MyObject( new Date(0) ); 54 "var OBJ = new MyObject( new Date(0) ); OBJ.toString()", 62 this.toString = Date.prototype.toString;
|
15.9.3.1-5.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 26 object is set to the original Date prototype object, 27 the one that is the initial value of Date.prototype. 33 3. Call ToNumber(date) 50 Date object. 53 Date: 7 july 1997 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 73 var DATE = 11 [all...] |
15.9.3.2-5.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 26 object is set to the original Date prototype object, 27 the one that is the initial value of Date.prototype. 33 3. Call ToNumber(date) 50 Date object. 53 Date: 7 july 1997 68 var DATE = 11; 77 var TITLE = "Date( year, month, date, hours, minutes, seconds )" [all...] |
15.9.5.36-7.js | 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] ) 28 value getMonth( ). If date is not specified, this behaves as if date were 36 4. If date is not specified, compute DateFromTime(t); otherwise, call 37 ToNumber(date). 44 Date: 12 november 1997 53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )"); 73 addNewTestCase( "TDATE = new Date(0);(TDATE).setFullYear(2005);TDATE" [all...] |
15.9.5.37-5.js | 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] ) 28 value getUTCMonth( ). If date is not specified, this behaves as if date 35 4. If date is not specified, compute DateFromTime(t); otherwise, call 36 ToNumber(date). 43 Date: 12 november 1997 51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )"); 72 addNewTestCase( "TDATE = new Date(0); TDATE.setUTCFullYear(1900);TDATE" [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
15.9.5.6.js | 24 ECMA Section: 15.9.5.6 Date.prototype.toLocaleDateString() 27 implementation dependent, but are intended to represent the "date" 28 portion of the Date in the current time zone in a convenient, 30 but can verify that the string is parsable by Date.parse 33 if its 'this' value is not a Date object. Therefore it cannot be transferred 37 Date: 14 november 2000 42 var TITLE = "Date.prototype.toLocaleDateString()"; 65 status = "Date.prototype.toLocaleDateString.length"; 66 actual = Date.prototype.toLocaleDateString.length; 70 /* Date.parse is accurate to the second; valueOf() to the millisecond [all...] |
/ndk/sources/host-tools/make-3.81/po/ |
remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry 6 /^"POT-Creation-Date: .*"$/{
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry 6 /^"POT-Creation-Date: .*"$/{
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.2.1-1.js | 62 Date: 12 november 1997 94 PROPERTY[p++] = new Property( "this", "Date", "function" ); 185 // properties of the Date object 186 PROPERTY[p++] = new Property( "Date", "parse", "function" ); 187 PROPERTY[p++] = new Property( "Date", "prototype", "object" ); 188 PROPERTY[p++] = new Property( "Date", "UTC", "function" ); 189 PROPERTY[p++] = new Property( "Date.prototype", "constructor", "function" ); 190 PROPERTY[p++] = new Property( "Date.prototype", "toString", "function" ); 191 PROPERTY[p++] = new Property( "Date.prototype", "valueOf", "function" ); 192 PROPERTY[p++] = new Property( "Date.prototype", "getTime", "function" ) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
PrivateKeyUsagePeriod.java | 25 import java.util.Date; 49 private final Date notBeforeDate; 51 private final Date notAfterDate; 55 public PrivateKeyUsagePeriod(Date notBeforeDate, Date notAfterDate) { 59 private PrivateKeyUsagePeriod(Date notBeforeDate, Date notAfterDate, byte[] encoding) { 68 public Date getNotBefore() { 75 public Date getNotAfter() { 102 return new PrivateKeyUsagePeriod((Date) values[0], (Date) values[1], in.getEncoded()) [all...] |