/external/python/cpython2/Lib/ |
D | re.py | 307 def __init__(self, lexicon, flags=0): argument 309 self.lexicon = lexicon 314 for phrase, action in lexicon: 333 action = self.lexicon[m.lastindex-1][1]
|
/external/python/cpython3/Lib/ |
D | re.py | 348 def __init__(self, lexicon, flags=0): argument 352 self.lexicon = lexicon 357 for phrase, action in lexicon: 377 action = self.lexicon[m.lastindex-1][1]
|
/external/python/cpython2/Modules/ |
D | unicodename_db.h | 6 static unsigned char lexicon[] = { variable
|
D | unicodedata.c | 967 w = lexicon + lexicon_offset[word]; in _getucname()
|
/external/python/cpython3/Modules/ |
D | unicodename_db.h | 6 static const unsigned char lexicon[] = { variable
|
D | unicodedata.c | 1136 w = lexicon + lexicon_offset[word]; in _getucname()
|
/external/python/cpython2/Tools/unicode/ |
D | makeunicodedata.py | 639 lexicon = "" 649 o = lexicon.find(ww) 652 lexicon = lexicon + ww 657 lexicon = map(ord, lexicon) 704 Array("lexicon", lexicon).dump(fp, trace)
|
/external/python/cpython3/Tools/unicode/ |
D | makeunicodedata.py | 677 lexicon = "" 687 o = lexicon.find(ww) 690 lexicon = lexicon + ww 695 lexicon = list(map(ord, lexicon)) 744 Array("lexicon", lexicon).dump(fp, trace)
|
/external/icing/icing/index/ |
D | index.cc | 220 IcingDynamicTrie::Iterator term_iterator(lite_index_->lexicon(), in FindLiteTermsByPrefix() 224 IcingDynamicTrie::PropertyReadersAll property_reader(lite_index_->lexicon()); in FindLiteTermsByPrefix()
|
D | index.h | 249 main_index_->MergeLexicon(lite_index_->lexicon())); in Merge()
|
/external/icing/icing/index/main/ |
D | main-index.cc | 50 const IcingDynamicTrie* lexicon, const std::string& prefix) { in FindShortestValidTermWithPrefixHits() argument 55 *lexicon, GetHasHitsInPrefixSectionPropertyId()); in FindShortestValidTermWithPrefixHits() 59 for (IcingDynamicTrie::Iterator it(*lexicon, prefix.c_str()); it.IsValid(); in FindShortestValidTermWithPrefixHits()
|
D | main-index_test.cc | 75 main_index->MergeLexicon(lite_index.lexicon())); in Merge()
|
/external/icing/icing/index/lite/ |
D | lite-index.h | 232 const IcingDynamicTrie& lexicon() const { return lexicon_; } in lexicon() function
|
/external/icing/proto/icing/proto/ |
D | storage.proto | 133 // Size of the lite index lexicon in bytes. Will be set to -1 if an IO error 141 // Size of the main index lexicon in bytes. Will be set to -1 if an IO error
|
/external/llvm/docs/ |
D | Lexicon.rst | 239 <lexicon-bb-vectorization>`.
|
/external/llvm-project/llvm/docs/ |
D | Lexicon.rst | 286 <lexicon-bb-vectorization>`.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/rust/crates/libz-sys/src/zlib-ng/test/data/ |
D | lcet10.txt | 6233 the English words in the definitions of the lexicon, the morphological
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 6233 the English words in the definitions of the lexicon, the morphological
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|