Home | History | Annotate | Download | only in unicode

Lines Matching full:labels

43      * in scripts that sort before any of the bucket labels in this index.
50 * in scripts that sort between two of the bucket labels in this index.
51 * Inflow labels are created when an index contains normal labels for
60 * that sort after all of the bucket labels in this index.
98 * The class can generate a list of labels for use as a UI "index", that is, a list of
107 * is constructed with labels for Russian and English, Greek characters would fall
167 * buckets and their labels and label types.
169 * can be used to get a list of the labels,
258 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
313 * The index will be created with no labels; the addLabels() function must be called
314 * after creation to add the desired labels to the index.
328 * Add Labels to this Index. The labels are additions to those
340 * Add the index characters from a Locale to the index. The labels
387 * For example, consider the labels when Latin and Greek are used:
452 * Get the limit on the number of labels permitted in the index.
453 * The number does not include over, under and inflow labels.
455 * @return maxLabelCount maximum number of labels.
461 * Set a limit on the number of labels permitted in the index.
462 * The number does not include over, under and inflow labels.
467 * @param maxLabelCount the maximum number of labels.
504 /** Get the number of labels in this index.
508 * @return The number of labels in this index, including any under, over or
509 * in-flow labels.
689 * Determine the best labels to use.
734 int32_t maxLabelCount_; // Limit on # of labels permitted in the index.
736 UnicodeSet *initialLabels_; // Initial (unprocessed) set of Labels. Union
739 // crunching into bucket labels.