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

  /external/icu4c/test/intltest/
dicttest.cpp 93 UnicodeString phrase; local
94 while (phrases.readLineSkippingComments(phrase, status, FALSE) && U_SUCCESS(status)) {
97 for (pIdx = 0; pIdx < phrase.length(); pIdx++) {
98 if (phrase.charAt(pIdx) == 0x007C /* | */) {
100 phrase.remove(pIdx, 1);
105 wb->setText(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...]
  /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...]
  /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 

Completed in 296 milliseconds