Searched refs:kMILLIS (Results 1 – 6 of 6) sorted by relevance
159 private static final String kMILLIS = "MILLIS="; field in DataDrivenCalendarTest191 if(from.startsWith(kMILLIS)){ in testOps()193 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps()213 if(to.startsWith(kMILLIS)){ in testOps()215 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps()
155 private static final String kMILLIS = "MILLIS="; field in DataDrivenCalendarTest187 if(from.startsWith(kMILLIS)){ in testOps()189 fromDate = Long.parseLong(from.substring(kMILLIS.length())); in testOps()209 if(to.startsWith(kMILLIS)){ in testOps()211 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps()
75 UnicodeString kMILLIS("MILLIS="); // TODO: static in testOps() local135 if(from.startsWith(kMILLIS)){ in testOps()136 UnicodeString millis = UnicodeString(from, kMILLIS.length()); in testOps()186 if(to.startsWith(kMILLIS)){ in testOps()187 UnicodeString millis = UnicodeString(to, kMILLIS.length()); in testOps()
96 UnicodeString kMILLIS("MILLIS="); // TODO: static in testConvertDate() local195 if(date.startsWith(kMILLIS)) { in testConvertDate()196 UnicodeString millis = UnicodeString(date, kMILLIS.length()); in testConvertDate()
69 private static final String kMILLIS = "MILLIS="; field in DataDrivenFormatTest119 if(date.startsWith(kMILLIS)) { in testConvertDate()121 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate()
73 private static final String kMILLIS = "MILLIS="; field in DataDrivenFormatTest123 if(date.startsWith(kMILLIS)) { in testConvertDate()125 fromDate = new Date(Long.parseLong(date.substring(kMILLIS.length()))); in testConvertDate()