Searched refs:HALF_ENDERS (Results 1 – 3 of 3) sorted by relevance
141 private static final String HALF_ENDERS = "=><\u2190\u2192\u2194;"; field in TransliteratorParser463 if (HALF_ENDERS.indexOf(c) >= 0) { in parseSection()
140 private static final String HALF_ENDERS = "=><\u2190\u2192\u2194;"; field in TransliteratorParser462 if (HALF_ENDERS.indexOf(c) >= 0) { in parseSection()
103 static const UChar HALF_ENDERS[] = { // "=><;" variable421 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection()