Searched refs:phrase (Results 1 - 13 of 13) sorted by relevance

/external/srec/tools/dictTest/
H A DdictTest.c42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) argument
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_LENGT
[all...]
/external/icu4c/test/intltest/
H A Ddicttest.cpp93 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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dscanner.py20 phrase = token.pattern
23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
/external/srec/tools/grxmlcompile/
H A Dvocab.cpp72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase )
80 strcpy (s, phrase.c_str() ); // No conversion for std::string to wchar
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
H A Dvocab.h75 int lookup( Vocabulary & vocab, std::string & phrase );
H A Dgrxmlcompile.cpp660 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
[all...]
/external/srec/srec/ca/
H A Dsyn_srec.c54 const char *phrase, const char* pronunciation,
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight);
332 /* checks if the phrase is in the grammar node, 0=in 1=not.in */
53 CA_AddWordToSyntax(CA_Syntax* syntax, const char* slot, const char *phrase, const char* pronunciation, const int weight) argument
/external/openssh/contrib/caldera/
H A Dopenssh.spec85 Summary : OpenSSH X11 pass-phrase dialog.
88 Summary(fr) : Dialogue pass-phrase X11 d'OpenSSH.
165 This package contains an X11-based pass-phrase dialog used per
/external/srec/srec/include/
H A Dsimapi.h1568 * trans character string phrase
1575 * Use CA_CheckTranscription to check whether a phrase is valid for the
1605 const char *phrase, const char* pronunciation, const int weight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssl/apps/
H A Dapps.c581 prompt = UI_construct_prompt(ui, "pass phrase",

Completed in 161 milliseconds