Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp95 …ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceC…
133 const UChar *noSpaces, int32_t noSpaceCount);
162 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) in ThaiWordbreakTest() argument
165 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); in ThaiWordbreakTest()
217 const UChar *noSpaces, int32_t noSpaceCount) in compareWordBreaks() argument
221 UCharCharacterIterator *noSpaceIter = new UCharCharacterIterator(noSpaces, noSpaceCount); in compareWordBreaks()
380 UChar *noSpaces = new UChar[nonSpaceCount]; in crunchSpaces() local
382 if (noSpaces == 0) { in crunchSpaces()
389 noSpaces[out++] = spaces[i]; in crunchSpaces()
393 return noSpaces; in crunchSpaces()
[all …]