Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/
DSupplementary.java350 checkCodePointCount(str, n, m); in test04()
352 checkCodePointCount(a, n, m); in test04()
358 checkCodePointCount(str, n, 0); in test04()
360 checkCodePointCount(str, n, 0); in test04()
362 checkCodePointCount(a, n, 0); in test04()
364 checkCodePointCount(a, n, 0); in test04()
379 private static void checkCodePointCount(Object data, int n, int expected) { in checkCodePointCount() method in Supplementary