Home
last modified time | relevance | path

Searched refs:AsciiStrCaseFoldImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dascii.cc182 ABSL_ATTRIBUTE_ALWAYS_INLINE inline constexpr void AsciiStrCaseFoldImpl( in AsciiStrCaseFoldImpl() function
206 AsciiStrCaseFoldImpl<ToUpper>(p, size); in AsciiStrCaseFoldLong()
213 size < kCaseFoldThreshold ? AsciiStrCaseFoldImpl<ToUpper>(p, size) in AsciiStrCaseFold()
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dascii.cc182 ABSL_ATTRIBUTE_ALWAYS_INLINE inline constexpr void AsciiStrCaseFoldImpl( in AsciiStrCaseFoldImpl() function
206 AsciiStrCaseFoldImpl<ToUpper>(p, size); in AsciiStrCaseFoldLong()
213 size < kCaseFoldThreshold ? AsciiStrCaseFoldImpl<ToUpper>(p, size) in AsciiStrCaseFold()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dascii.cc183 ABSL_ATTRIBUTE_ALWAYS_INLINE inline constexpr void AsciiStrCaseFoldImpl( in AsciiStrCaseFoldImpl() function
208 AsciiStrCaseFoldImpl<ToUpper>(dst, src, size); in AsciiStrCaseFoldLong()
217 size < kCaseFoldThreshold ? AsciiStrCaseFoldImpl<ToUpper>(dst, src, size) in AsciiStrCaseFold()