Searched defs:copyChars (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.h310 template <typename T> static void copyChars(T* destination, const T* source, unsigned numCharacters) function in class:WTF::StringImpl
315 ALWAYS_INLINE static void copyChars(UChar* destination, const LChar* source, unsigned numCharacters) function in class:WTF::StringImpl

Completed in 276 milliseconds