Searched refs:DISALLOW_LONG_POWER (Results 1 – 1 of 1) sorted by relevance
27 private static final UnicodeSet DISALLOW_LONG_POWER = new UnicodeSet("[²³]").freeze(); field in CheckUnits102 if (DISALLOW_LONG_POWER.containsSome(fixedValueIfInherited(value, path))) { in handleCheck()