Searched refs:kMILLIS (Results 1 – 6 of 6) sorted by relevance
170 private static final String kMILLIS = "MILLIS="; field in DataDrivenCalendarTest202 if(from.startsWith(kMILLIS)){ in testOps()204 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps()224 if(to.startsWith(kMILLIS)){ in testOps()226 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps()
173 private static final String kMILLIS = "MILLIS="; field in DataDrivenCalendarTest205 if(from.startsWith(kMILLIS)){ in testOps()207 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps()227 if(to.startsWith(kMILLIS)){ in testOps()229 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps()
77 UnicodeString kMILLIS("MILLIS="); // TODO: static in testOps() local137 if(from.startsWith(kMILLIS)){ in testOps()138 UnicodeString millis = UnicodeString(from, kMILLIS.length()); in testOps()188 if(to.startsWith(kMILLIS)){ in testOps()189 UnicodeString millis = UnicodeString(to, kMILLIS.length()); in testOps()
98 UnicodeString kMILLIS("MILLIS="); // TODO: static in testConvertDate() local197 if(date.startsWith(kMILLIS)) { in testConvertDate()198 UnicodeString millis = UnicodeString(date, kMILLIS.length()); in testConvertDate()
84 private static final String kMILLIS = "MILLIS="; field in DataDrivenFormatTest134 if(date.startsWith(kMILLIS)) { in testConvertDate()136 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate()
81 private static final String kMILLIS = "MILLIS="; field in DataDrivenFormatTest131 if(date.startsWith(kMILLIS)) { in testConvertDate()133 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate()