Searched refs:offsetStrToMillis (Results 1 – 3 of 3) sorted by relevance
660 fromOffset = offsetStrToMillis(from); in parse()661 toOffset = offsetStrToMillis(to); in parse()1986 private static int offsetStrToMillis(String str) { in offsetStrToMillis() method
691 fromOffset = offsetStrToMillis(from); in parse()692 toOffset = offsetStrToMillis(to); in parse()2017 private static int offsetStrToMillis(String str) { in offsetStrToMillis() method
291 static int32_t offsetStrToMillis(const UnicodeString& str, UErrorCode& status) { in offsetStrToMillis() function1515 fromOffset = offsetStrToMillis(from, status); in parse()1516 toOffset = offsetStrToMillis(to, status); in parse()