Lines Matching refs:condition
172 private static boolean isConditionMet(String src, int index, Locale locale, int condition) {
173 switch (condition) {
195 * Implements the "Final_Cased" condition
236 * Implements the "After_I" condition
267 * Implements the "After_Soft_Dotted" condition
299 * Implements the "More_Above" condition
330 * Implements the "Before_Dot" condition
441 int condition;
443 Entry(int ch, char[] lower, char[] upper, String lang, int condition) {
448 this.condition = condition;
468 return condition;