Searched defs:titlecaseSegment (Results 1 – 3 of 3) sorted by relevance
4 export function titlecaseSegment(s: string, localeName: string, optionsLeadingAdjustment: LeadingAd… function
4 export function titlecaseSegment(s, localeName, optionsLeadingAdjustment, optionsTrailingCase) { function
81 titlecaseSegment(s, locale, options) { method in TitlecaseMapper