HomeSort by relevance Sort by last modified time
    Searched defs:phrase (Results 1 - 10 of 10) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
ContextualDictionaryTests.java 52 final String[] phrase = new String[] {"a", "b", "c", "d"}; local
57 phrase, probability, bigramProbabilityForWords, bigramProbabilityForPhrases);
66 // Phrase
  /external/srec/tools/dictTest/
dictTest.c 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
48 // rc = vocab->getPronunciation(vocab, phrase, prons, &len);
58 LFPRINTF(fout,"%s : %s\n", phrase, pron);
71 LCHAR* phrase;
87 phrase = tokenArray[0];
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme);
112 LCHAR phrase[MAX_LINE_LENGTH]; local
302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp 102 UnicodeString phrase ; local
122 //Allow any character in phrase but nowhere else
125 phrase += ch;
190 //Handle the phrase state
195 phrase += ch;
198 //Matching keyword, phrase pair found
212 //Store the keyword, phrase pair in hashTable
213 ptrPhrase = new UnicodeString(phrase);
218 phrase.remove();
225 phrase += ch
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 150 phrase(); method
245 phrase(); method
430 final public void phrase() throws ParseException { method in class:AddressListParser
431 /*@bgen(jjtree) phrase */
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 660 const char* phrase = iter.Symbol(); local
665 /* if( is_scope_marker( phrase) || is_script_marker(phrase))
668 if(!strcmp( phrase, SILENCE_PREFIX_WORD)
669 || !strcmp(phrase,SILENCE_SUFFIX_WORD))
671 else if( !strcmp( phrase, "eps") && wordId == 0)
674 else if( strstr( phrase, ".grxml@"))
677 else if( phrase[0]=='_' && strspn(phrase+1,"0123456789")==strlen(phrase+1)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 2897 milliseconds