Home | History | Annotate | Download | only in thaitest

Lines Matching refs:ThaiWordbreakTest

84 class ThaiWordbreakTest
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
94 ~ThaiWordbreakTest();
122 ThaiWordbreakTest();
159 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount,
169 ThaiWordbreakTest::ThaiWordbreakTest()
177 ThaiWordbreakTest::~ThaiWordbreakTest()
186 inline int32_t ThaiWordbreakTest::getBreaksNotFound()
195 inline int32_t ThaiWordbreakTest::getInvalidBreaks()
203 inline int32_t ThaiWordbreakTest::getWordCount()
214 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount,
275 void ThaiWordbreakTest::breakNotFound(int32_t br)
290 void ThaiWordbreakTest::foundInvalidBreak(int32_t br)
305 const UChar *ThaiWordbreakTest::readFile(char *fileName, int32_t &charCount)
366 const UChar *ThaiWordbreakTest::crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount)
467 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount);
477 noSpaces = ThaiWordbreakTest::crunchSpaces(spaces, spaceCount, nonSpaceCount);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);