Searched refs:HALF_ENDERS (Results 1 – 3 of 3) sorted by relevance
143 private static final String HALF_ENDERS = "=><\u2190\u2192\u2194;"; field in TransliteratorParser470 if (HALF_ENDERS.indexOf(c) >= 0) { in parseSection()
142 private static final String HALF_ENDERS = "=><\u2190\u2192\u2194;"; field in TransliteratorParser469 if (HALF_ENDERS.indexOf(c) >= 0) { in parseSection()
105 static const UChar HALF_ENDERS[] = { // "=><;" variable423 if (u_strchr(HALF_ENDERS, c) != NULL) { in parseSection()