HomeSort by relevance Sort by last modified time
    Searched defs:TitleCase (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/unicode/
letter.go 74 TitleCase
230 // The constants UpperCase and TitleCase are even while LowerCase
245 // To maps the rune to the specified case: UpperCase, LowerCase, or TitleCase.
280 return To(TitleCase, r)
294 r1 := to(TitleCase, r, []CaseRange(special))
  /prebuilts/go/linux-x86/src/unicode/
letter.go 74 TitleCase
230 // The constants UpperCase and TitleCase are even while LowerCase
245 // To maps the rune to the specified case: UpperCase, LowerCase, or TitleCase.
280 return To(TitleCase, r)
294 r1 := to(TitleCase, r, []CaseRange(special))

Completed in 917 milliseconds