Searched refs:nonSpaceCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/thaitest/
H A Dthaitest.cpp116 // 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) argument
377 nonSpaceCount = count - spaceCount;
378 UChar *noSpaces = new UChar[nonSpaceCount];
464 int32_t spaceCount, nonSpaceCount; local
477 noSpaces = ThaiWordbreakTest::crunchSpaces(spaces, spaceCount, nonSpaceCount);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
/external/icu4c/test/thaitest/
H A Dthaitest.cpp116 // 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) argument
377 nonSpaceCount = count - spaceCount;
378 UChar *noSpaces = new UChar[nonSpaceCount];
464 int32_t spaceCount, nonSpaceCount; local
477 noSpaces = ThaiWordbreakTest::crunchSpaces(spaces, spaceCount, nonSpaceCount);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);

Completed in 93 milliseconds