HomeSort by relevance Sort by last modified time
    Searched refs:phrase (Results 1 - 19 of 19) 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/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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 20 phrase = token.pattern
23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
  /external/srec/tools/grxmlcompile/
vocab.cpp 72 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;
vocab.h 75 int lookup( Vocabulary & vocab, std::string & phrase );
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 223 //# Item 3: phrase........
233 $phrase =
241 // ## Item #1: mailbox is an addr_spec or a phrase/route_addr
245 $phrase + $route_addr + // # name and address
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 198 for (String phrase : query) {
199 final byte[] bytes = phrase.getBytes("US-ASCII");
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 159 | ( phrase() (group_body() | angle_addr()) )/*@bgen(jjtree)*/
230 phrase() angle_addr()/*@bgen(jjtree)*/
362 void phrase() :
363 {/*@bgen(jjtree) phrase */
369 {/*@bgen(jjtree) phrase */
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/srec/ca/
syn_srec.c 54 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 */
  /external/openssh/contrib/caldera/
openssh.spec 85 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/
simapi.h     [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 
  /external/openssl/apps/
apps.c 581 prompt = UI_construct_prompt(ui, "pass phrase",
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 361 milliseconds