Searched refs:ch8Malloc (Results 1 – 2 of 2) sorted by relevance
28 inline const char* ConvertUnicodeToChar(const short* ch16, size_t len, SkAutoMalloc& ch8Malloc) { in ConvertUnicodeToChar() argument29 char* ch8 = (char*) ch8Malloc.get(); in ConvertUnicodeToChar()