HomeSort by relevance Sort by last modified time
    Searched refs:labels_ (Results 1 - 10 of 10) sorted by null

  /external/openfst/src/include/fst/
arcfilter.h 83 bool match = labels_.Find(label) != labels_.End();
88 labels_.Insert(label);
92 CompactSet<Label, kNoLabel> labels_; member in class:fst::MultiLabelArcFilter
string.h 161 for (size_t i = 0; i < labels_.size(); ++i) {
164 if (!PrintLabel(labels_[i], sstrm))
169 for (size_t i = 0; i < labels_.size(); ++i) {
170 output->push_back(labels_[i]);
173 return LabelsToUTF8String(labels_, output);
184 labels_.clear();
202 labels_.push_back(arc.olabel);
240 vector<Label> labels_; // Input FST labels. member in class:fst::StringPrinter
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.cc 61 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
62 it != labels_.end(); ++it) {
66 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
67 it != labels_.end(); ++it) {
130 labels_.push_back(label1);
138 labels_.push_back(label2);
143 labels_.push_back(label3);
181 labels_.push_back(label1);
191 labels_.push_back(label2);
203 for (size_t i = 0; i < labels_.size(); ++i)
    [all...]
page_info_bubble_gtk.cc 92 std::vector<GtkWidget*> labels_; member in class:__anon3650::PageInfoBubbleGtk
162 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
163 it != labels_.end(); ++it) {
167 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
168 it != labels_.end(); ++it) {
185 labels_.clear();
230 labels_.push_back(label);
244 labels_.push_back(label);
first_run_bubble.h 81 std::vector<GtkWidget*> labels_; member in class:FirstRunBubble
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 73 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
74 it != labels_.end(); ++it) {
78 for (std::vector<GtkWidget*>::iterator it = labels_.begin();
79 it != labels_.end(); ++it) {
104 labels_.push_back(label);
136 &labels_,
bookmark_bubble_gtk.h 103 std::vector<GtkWidget*> labels_; member in class:BookmarkBubbleGtk
  /external/icu4c/i18n/
alphaindex.cpp 122 delete labels_;
180 labels_->removeAllElements();
233 appendUnicodeSetToUVector(*labels_, labelSet, status);
234 labels_->sortWithUComparator(sortCollateComparator, collatorPrimaryOnly_, status);
245 for (int32_t srcIndex=0; srcIndex<labels_->size(); srcIndex++) {
246 const UnicodeString *str = static_cast<const UnicodeString *>(labels_->elementAt(srcIndex));
256 delete labels_;
257 labels_ = newLabels;
282 const UnicodeString *last = static_cast<UnicodeString *>(labels_->elementAt(0));
291 for (int i = 1; i < labels_->size(); ++i)
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 663 UVector *labels_; // List of Labels, after processing, sorting. member in class:AlphabeticIndex
  /external/v8/src/
ast.h 380 ZoneStringList* labels() const { return labels_; }
397 : labels_(labels),
406 ZoneStringList* labels_; member in class:v8::internal::BreakableStatement
    [all...]

Completed in 132 milliseconds