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

  /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/icu4c/i18n/
selfmt.cpp 80 UnicodeString phrase ; local
99 //Allow any character in phrase but nowhere else
102 phrase += ch;
163 //Handle the phrase state
168 phrase += ch;
171 //Matching keyword, phrase pair found
183 //Store the keyword, phrase pair in hashTable
184 ptrPhrase = new UnicodeString(phrase);
189 phrase.remove();
196 phrase += ch
    [all...]
  /packages/apps/Email/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...]

Completed in 172 milliseconds