OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spaceCount
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp
75
int
spaceCount
= 0;
78
++
spaceCount
;
82
if (
spaceCount
== afterLength) {
102
static_cast<float>(min(beforeLength, afterLength -
spaceCount
)))
char_utils.h
79
int
spaceCount
= 0;
82
++
spaceCount
;
85
return
spaceCount
;
/external/chromium_org/third_party/icu/source/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
...]
/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
146
int
spaceCount
= 15 - name.length();
147
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
];
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
264
const int
spaceCount
= terminalDicNode->getTotalNodeSpaceCount();
288
if (
spaceCount
< 1) return NOT_A_FIRST_WORD_CONFIDENCE;
307
* (
spaceCount
- MIN_EXPECTED_SPACE_COUNT)
Completed in 483 milliseconds