Lines Matching refs:using
212 // Split a string using a character delimiter. Append the components
219 // Split a string using one or more byte delimiters, presented
232 // Split a string using a character delimiter.
247 // These methods concatenate a vector of strings into a C++ string, using
320 // Escapes 'src' using C-style escape sequences and returns the resulting
329 // Escapes 'src' using C-style escape sequences, and appends the escaped
349 // platforms, so using these is safer, from the point of view of
350 // overflow behavior, than using the standard libc functions.
636 // performance hit of using FastInt64ToBufferLeft to handle 32-bit values
680 using strings::AlphaNum;
693 // string. In particular, avoid using any of these (anti-)patterns:
764 // These methods concatenate a range of components into a C++ string, using
837 // Encode "src" to "dest" using base64 encoding.