Searched refs:customClassifier (Results 1 – 2 of 2) sorted by relevance
1100 BidiClassifier customClassifier = null; field in Bidi4640 this.customClassifier = classifier; in setCustomClassifier()4652 return this.customClassifier; in getCustomClassifier()4671 if (customClassifier == null || in getCustomizedClass()4672 (dir = customClassifier.classify(c)) == Bidi.CLASS_DEFAULT) { in getCustomizedClass()
1124 BidiClassifier customClassifier = null; field in Bidi4693 this.customClassifier = classifier; in setCustomClassifier()4706 return this.customClassifier; in getCustomClassifier()4726 if (customClassifier == null || in getCustomizedClass()4727 (dir = customClassifier.classify(c)) == Bidi.CLASS_DEFAULT) { in getCustomizedClass()