Home
last modified time | relevance | path

Searched refs:dic_ (Results 1 – 25 of 79) sorted by relevance

1234

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Dsuppression_dictionary.cc66 dic_.insert(key + kDelimiter + value); in AddEntry()
78 dic_.clear(); in Clear()
95 return dic_.empty(); in IsEmpty()
100 if (dic_.empty()) { in SuppressEntry()
113 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
119 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
126 if (dic_.find(lookup_key) != dic_.end()) { in SuppressEntry()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anon40a64eb80111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anon64d418300111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anon9c18bc1c0111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anond139f0030111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anon4f0834f60111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/base/
H A Dmsime_user_dictionary_importer.cc134 : dic_(dic) {} in ScopedIFEDictionary()
137 if (dic_ != NULL) { in ~ScopedIFEDictionary()
138 dic_->Close(); in ~ScopedIFEDictionary()
139 dic_->Release(); in ~ScopedIFEDictionary()
145 IFEDictionary* get() const { return dic_; } in get()
148 IFEDictionary *dic_; member in mozc::__anoncaff5f430111::ScopedIFEDictionary
156 : dic_(CreateIFEDictionary()), in MSIMEImportIterator()
158 if (dic_.get() == NULL) { in MSIMEImportIterator()
164 HRESULT result = dic_->Open(NULL, NULL); in MSIMEImportIterator()
191 result_ = dic_->GetWords(NULL, NULL, NULL, in MSIMEImportIterator()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anon0d8a56cf0111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anon9a3f01820111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anona8a24a3b0111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anon202238c20111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anon3236ca570111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/storage/
H A Dtiny_storage.cc99 return dic_.size(); in Size()
105 std::map<string, string> dic_; member in mozc::storage::__anonc22fed550111::TinyStorageImpl
127 dic_.clear(); in Open()
213 dic_.clear(); in Open()
249 it != dic_.end(); ++it) { in Sync()
298 if (IsInvalid(key, value, dic_.size())) { in Insert()
302 dic_[key] = value; in Insert()
309 if (it == dic_.end()) { in Erase()
313 dic_.erase(it); in Erase()
320 if (it == dic_.end()) { in Lookup()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Demoticon_rewriter.cc170 begin = dic_.begin(); in RewriteCandidate()
171 CHECK(begin != dic_.end()); in RewriteCandidate()
172 end = dic_.end(); in RewriteCandidate()
175 initial_insert_size = dic_.size(); in RewriteCandidate()
178 begin = dic_.begin(); in RewriteCandidate()
179 CHECK(begin != dic_.end()); in RewriteCandidate()
187 begin = dic_.begin(); in RewriteCandidate()
188 CHECK(begin != dic_.end()); in RewriteCandidate()
192 begin += n % dic_.size(); in RewriteCandidate()
198 const auto range = dic_.equal_range(key); in RewriteCandidate()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/Dictionary/
H A DDictionary.cpp32 if(dic_.count(key) > 0) in Dictionary()
33 dic_[key].push_back(value); in Dictionary()
37 dic_.insert(make_pair(key, values)); in Dictionary()
48 dic_.clear(); in ~Dictionary()
53 valueVectorRef = dic_[key]; in getValueVector()
59 return dic_[key].size(); in getCount()
64 return dic_[key].size() > 0 ? true : false; in has()

1234