HomeSort by relevance Sort by last modified time
    Searched refs:nonSpaceCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/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 4554 milliseconds