Home
last modified time | relevance | path

Searched refs:hexCodePoint (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java3785 String hexCodePoint = "\\x{" + Integer.toHexString(cp) + "}"; in unicodeHexNotationTest() local
3788 assertTrue(Pattern.matches("A" + hexCodePoint + "B", s)); in unicodeHexNotationTest()
3789 assertTrue(Pattern.matches("A[" + hexCodePoint + "]B", s)); in unicodeHexNotationTest()