/external/srec/tools/dictTest/ |
D | dictTest.c | 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) in doGetProns() argument 47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns() 58 LFPRINTF(fout,"%s : %s\n", phrase, pron); in doGetProns() 71 LCHAR* phrase; in doInputTestPhonemes() 87 phrase = tokenArray[0]; in doInputTestPhonemes() 93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len); in doInputTestPhonemes() 99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme); in doInputTestPhonemes() 112 LCHAR phrase[MAX_LINE_LENGTH]; in main() local 302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL) in main() 304 lstrtrim(phrase); in main() [all …]
|
/external/icu4c/i18n/ |
D | selfmt.cpp | 80 UnicodeString phrase ; in applyPattern() local 102 phrase += ch; in applyPattern() 168 phrase += ch; in applyPattern() 184 ptrPhrase = new UnicodeString(phrase); in applyPattern() 189 phrase.remove(); in applyPattern() 196 phrase += ch; in applyPattern() 200 phrase += ch; in applyPattern()
|
/external/srec/tools/grxmlcompile/ |
D | grxmlcompile.cpp | 660 const char* phrase = iter.Symbol(); in make_openfst_graphs() local 668 if(!strcmp( phrase, SILENCE_PREFIX_WORD) in make_openfst_graphs() 669 || !strcmp(phrase,SILENCE_SUFFIX_WORD)) in make_openfst_graphs() 671 else if( !strcmp( phrase, "eps") && wordId == 0) in make_openfst_graphs() 674 else if( strstr( phrase, ".grxml@")) in make_openfst_graphs() 677 else if( phrase[0]=='_' && strspn(phrase+1,"0123456789")==strlen(phrase+1)) in make_openfst_graphs() 679 else if(is_slot_symbol(phrase)) { in make_openfst_graphs() 680 cout << "SLOT>> " << phrase << endl; in make_openfst_graphs() 706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs() 708 LPRINTF( "ERROR: SR_VocabularyGetPronunciation(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc)); in make_openfst_graphs() [all …]
|
D | vocab.cpp | 72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase ) in lookup() argument 80 strcpy (s, phrase.c_str() ); // No conversion for std::string to wchar in lookup() 88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl; in lookup() 109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl; in lookup()
|
D | vocab.h | 75 int lookup( Vocabulary & vocab, std::string & phrase );
|
/external/libvpx/ |
D | keywords.dox | 18 This phrase, or the phrase "SHALL NOT", mean that the 30 This phrase, or the phrase "NOT RECOMMENDED" mean that
|
/external/webkit/WebKitTools/simplejson/ |
D | scanner.py | 20 phrase = token.pattern 23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
|
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 410 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* p… in SR_VocabularyGetPronunciationImpl() argument 436 if(self == NULL || phrase == NULL) in SR_VocabularyGetPronunciationImpl() 442 if( LSTRLEN(phrase) >= MAX_PRON_LEN) in SR_VocabularyGetPronunciationImpl() 452 if( CA_GetEntryInDictionary(impl->vocabulary, phrase, pronunciation, (int*)&len, MAX_PRON_LEN)) { in SR_VocabularyGetPronunciationImpl() 465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length); in SR_VocabularyGetPronunciationImpl()
|
/external/srec/srec/ca/ |
D | syn_srec.c | 54 const char *phrase, const char* pronunciation, in CA_AddWordToSyntax() argument 58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight); in CA_AddWordToSyntax()
|
/external/srec/srec/include/ |
D | simapi.h | 1605 const char *phrase, const char* pronunciation, const int weight);
|
/external/webkit/WebKit/mac/Panels/ |
D | WebAuthenticationPanel.m | 201 …// Use this scary-sounding phrase only when using basic auth with non-https servers. In this case …
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | rbbitst.txt | 168 # test normalization/dictionary handling of halfwidth katakana: same dictionary phrase in fullwidth… 357 # make sure there is sentence break after ?,danda(hindi phrase separator),
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebViewFactory.mm | 553 return UI_STRING("definition", "definition phrase");
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 526 /* definition phrase */
|
/external/icu4c/test/testdata/ |
D | rbbitst.txt | 332 # make sure there is sentence break after ?,danda(hindi phrase separator),
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 9312 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */ 80410 /* If the column contains an "AS <name>" phrase, use <name> as the name */ 98853 ** A "phrase" is a sequence of one or more tokens that must match in 98859 int nToken; /* Number of tokens in the phrase */ 98860 int iColumn; /* Index of column this phrase must match */ 98866 } aToken[1]; /* One entry for each token in the phrase */ 98874 ** containing the results of the NEAR or phrase query in FTS3 doclist 100355 ** Return a DocList corresponding to the phrase *pPhrase. 100373 char *z = pTok->z; /* Next token of the phrase */ 100387 ** last term in the phrase, and positions are not required in the [all …]
|
/external/chromium/third_party/icu/patches/ |
D | segmentation.patch.txt | 3311 +# test normalization/dictionary handling of halfwidth katakana: same dictionary phrase in fullwidt…
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 926 it's definitely wrong (phrase with quotes ['] requires double
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 18798 renamed from `error:inDataSource:' so that it's a verb phrase.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 22158 phrase frAz
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 9087 - Standardized use of the phrase "Create Rule."
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 30417 Set HTTP status text to the reason phrase attribute of QNetworkReply. 86640 <rdar://problem/5575547> REGRESSION: ATOK has no phrase boundary on Safari/Mail.app
|
D | ChangeLog-2006-12-31 | 7659 … ungrammatical phrase (e.g., multiple grammar errors in one sentence). Has a markAll parameter akin
|
D | ChangeLog-2007-10-14 | 44055 a getter that sounds like a verb phrase.
|
D | ChangeLog-2008-08-10 | 10722 This patch removes all instances of the phrase "TextMarker" from
|