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

  /external/icu4c/test/thaitest/
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,
163 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount);
214 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount,
225 SpaceBreakIterator spaceIter(spaces, spaceCount);
368 int32_t i, out, spaceCount;
370 spaceCount = 0
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 147 int spaceCount = 15 - name.length();
148 char[] spaceArr = new char[spaceCount];
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 147 int spaceCount = 15 - name.length();
148 char[] spaceArr = new char[spaceCount];
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 147 int spaceCount = 15 - name.length();
148 char[] spaceArr = new char[spaceCount];
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 151 double spaceCount;
152 if (space.getNumber(spaceCount)) {
154 if (spaceCount > maxGapLength)
156 else if (!(spaceCount > 0))
159 count = static_cast<int>(spaceCount);
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp     [all...]

Completed in 243 milliseconds