Searched defs:labelType (Results 1 – 8 of 8) sorted by relevance
254 int labelType = 0; in decodeLoop() local665 int labelType = Loop; // set to Loop so that the code starts from loop: in encodeLoop() local
249 …private int labelType = fastSingle; //labeType is set to fastSingle to start the code from fastSin… field in CharsetBOCU1.CharsetEncoderBOCU
898 private final LabelType labelType; field in AlphabeticIndex.Bucket940 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket()
864 private final LabelType labelType; field in AlphabeticIndex.Bucket899 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket()
327 LabelType labelType = bucket.getLabelType(); in TestEmpty() local374 LabelType labelType = bucket.getLabelType(); in TestInflow() local
324 LabelType labelType = bucket.getLabelType(); in TestEmpty() local371 LabelType labelType = bucket.getLabelType(); in TestInflow() local
387 UAlphabeticIndexLabelType labelType = index.getBucketLabelType(); in ManyLocalesTest() local
1887 public Set<String> getLabels(Set<GrammarAST> rewriteElements, int labelType) { in getLabels()