OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sentence
(Results
1 - 5
of
5
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java
126
String
sentence
=
local
131
wf.mMessage =
sentence
;
135
if (utter.equals(
sentence
)) {
/external/icu4c/test/cintltst/
cbiapts.c
144
UBreakIterator *word, *
sentence
, *line, *character, *b, *bogus;
local
173
sentence
= ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status);
175
log_err_status(status, "FAIL: Error in ubrk_open() for
sentence
breakiterator: %s\n", myErrorName(status));
179
log_verbose("PASS: Successfully opened
sentence
breakiterator\n");
298
log_verbose("\nTesting the functions for
sentence
\n");
299
ubrk_first(
sentence
);
300
pos = ubrk_current(
sentence
);
301
log_verbose("Current(
sentence
) = %d\n", (int32_t)pos);
302
pos = ubrk_last(
sentence
);
304
log_err("error ubrk_last for
sentence
did not return 49\n")
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java
57
/** part of speech (end of clause/not end of
sentence
) */
61
/** part of speech (end of
sentence
) */
158
WnnSentence[]
sentence
= mSentenceBuffer;
local
162
if (start != 0 &&
sentence
[start-1] == null) {
176
if (
sentence
[idx] != null) {
178
if (
sentence
[idx].frequency >
sentence
[start-1].frequency + CLAUSE_COST + FREQ_LEARN) {
183
if (
sentence
[idx].frequency > CLAUSE_COST + FREQ_LEARN) {
194
/* get the clause which can be the end of the
sentence
*/
197
/* get the clause which is not the end of the
sentence
*/
237
WnnSentence
sentence
= consecutiveClauseConvert(input);
local
[
all
...]
OpenWnnEngineJAJP.java
438
WnnSentence
sentence
= null;
local
440
sentence
= mClauseConverter.consecutiveClauseConvert(input);
443
sentence
= new WnnSentence(head,
sentence
);
445
if (
sentence
== null) {
449
StrSegmentClause[] ss = new StrSegmentClause[
sentence
.elements.size()];
452
Iterator<WnnClause> it =
sentence
.elements.iterator();
463
mConvertSentence =
sentence
;
/prebuilts/devtools/tools/lib/
lint-checks.jar
Completed in 257 milliseconds