Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp313 char *bufferChars; in readFile() local
326 bufferChars = new char[fileSize]; in readFile()
328 if(bufferChars == 0) { in readFile()
334 fread(bufferChars, sizeof(char), fileSize, f); in readFile()
338 delete[] bufferChars; in readFile()
343 UnicodeString myText(bufferChars, fileSize, "UTF-8"); in readFile()
345 delete[] bufferChars; in readFile()