Searched refs:spaceCount (Results 1 - 2 of 2) sorted by relevance
/external/icu4c/test/thaitest/ |
H A D | thaitest.cpp | 89 // spaceCount - the number of characters in the spaces array 93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose); 126 // spaceCount - the number of UChars in the spaces array 130 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount, 159 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, argument 163 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); 214 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount, argument 225 SpaceBreakIterator spaceIter(spaces, spaceCount); 368 int32_t i, out, spaceCount; local 370 spaceCount 464 int32_t spaceCount, nonSpaceCount; local [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | JSONObject.cpp | 151 double spaceCount; local 152 if (space.getNumber(spaceCount)) { 154 if (spaceCount > maxGapLength) 156 else if (!(spaceCount > 0)) 159 count = static_cast<int>(spaceCount);
|
Completed in 785 milliseconds