• Home
  • Raw
  • Download

Lines Matching +defs:string +defs:match

182 func startsWithLowerCase(str string) bool {
202 func nextStdChunk(layout string) (prefix string, std int, suffix string) {
389 func match(s1, s2 string) bool { func
405 func lookup(tab []string, val string) (int, string, error) {
470 func atoi[bytes []byte | string](s bytes) (x int, err error) {
638 func (t Time) Format(layout string) string {
654 func (t Time) AppendFormat(b []byte, layout string) []byte {
666 func (t Time) appendFormat(b []byte, layout string) []byte {
847 func newParseError(layout, value, layoutElem, valueElem, message string) *ParseError {
861 func quote(s string) string {
911 func isDigit[bytes []byte | string](s bytes, i int) bool {
922 func getnum(s string, fixed bool) (int, string, error) {
938 func getnum3(s string, fixed bool) (int, string, error) {
949 func cutspace(s string) string {
958 func skip(value, prefix string) (string, error) {
1019 func Parse(layout, value string) (Time, error) {
1034 func ParseInLocation(layout, value string, loc *Location) (Time, error) {
1044 func parse(layout, value string, defaultLocation, local *Location) (Time, error) {
1439 func parseTimeZone(value string) (length int, ok bool) {
1489 func parseGMT(value string) int {
1501 func parseSignedOffset(value string) int {
1522 func parseNanoseconds[bytes []byte | string](value bytes, nbytes int) (ns int, rangeErrString strin…
1550 func leadingInt[bytes []byte | string](s bytes) (x uint64, rem bytes, err error) {
1573 func leadingFraction(s string) (x uint64, scale float64, rem string) {
1617 func ParseDuration(s string) (Duration, error) {