Searched refs:AsciiStrCaseFoldImpl (Results 1 – 3 of 3) sorted by relevance
182 ABSL_ATTRIBUTE_ALWAYS_INLINE inline constexpr void AsciiStrCaseFoldImpl( in AsciiStrCaseFoldImpl() function206 AsciiStrCaseFoldImpl<ToUpper>(p, size); in AsciiStrCaseFoldLong()213 size < kCaseFoldThreshold ? AsciiStrCaseFoldImpl<ToUpper>(p, size) in AsciiStrCaseFold()
183 ABSL_ATTRIBUTE_ALWAYS_INLINE inline constexpr void AsciiStrCaseFoldImpl( in AsciiStrCaseFoldImpl() function208 AsciiStrCaseFoldImpl<ToUpper>(dst, src, size); in AsciiStrCaseFoldLong()217 size < kCaseFoldThreshold ? AsciiStrCaseFoldImpl<ToUpper>(dst, src, size) in AsciiStrCaseFold()