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

/external/icu4c/test/thaitest/
H A Dthaitest.cpp90 // noSpaces - pointer to a UChar array for the text without spaces
91 // noSpaceCount - the number of characters in the noSpaces array
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
97 // but aren't found in the noSpaces array
100 // returns the number of breaks which are found in the noSpaces
127 // noSpaces - the address of the UChar array for the text without spaces
128 // noSpaceCount - the number of UChars in the noSpaces array
131 const UChar *noSpaces, int32_t noSpaceCount);
134 // array that's not found in the noSpaces array
138 // the noSpaces arra
159 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) argument
214 compareWordBreaks(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount) argument
378 UChar *noSpaces = new UChar[nonSpaceCount]; local
465 const UChar *spaces, *noSpaces; local
[all...]

Completed in 30 milliseconds