/external/icu4c/data/xml/rbnf/ |
fo.xml | 9 <generation date="$Date: 2009/03/24 17:39:41 $"/>
|
fr.xml | 9 <generation date="$Date: 2008/12/08 18:18:44 $"/>
|
fr_BE.xml | 9 <generation date="$Date: 2009/03/24 17:39:44 $"/>
|
fr_CH.xml | 9 <generation date="$Date: 2009/03/24 17:39:45 $"/>
|
is.xml | 9 <generation date="$Date: 2009/03/24 17:39:56 $"/>
|
it.xml | 9 <generation date="$Date: 2009/03/24 17:39:58 $"/>
|
mk.xml | 9 <generation date="$Date: 2009/03/24 17:40:09 $"/>
|
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/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/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...] |
/external/webkit/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...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
LIST | 16 date-format-tofte 17 date-format-xparb
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
LIST | 16 date-format-tofte 17 date-format-xparb
|
/external/webkit/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...] |