HomeSort by relevance Sort by last modified time
    Searched full:nonspacecount (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/thaitest/
thaitest.cpp 116 // nonSpaceCount - the number of UChars in the result array
118 static const UChar *crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount);
366 const UChar *ThaiWordbreakTest::crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount)
377 nonSpaceCount = count - spaceCount;
378 UChar *noSpaces = new UChar[nonSpaceCount];
464 int32_t spaceCount, nonSpaceCount;
477 noSpaces = ThaiWordbreakTest::crunchSpaces(spaces, spaceCount, nonSpaceCount);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);

Completed in 70 milliseconds