Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Character/UnicodeBlock/
DCheckBlocks.java88 String blkName = blk.getName(); in test4830803_1() local
91 switch (blkName) { in test4830803_1()
93 blkName = "COMBINING_MARKS_FOR_SYMBOLS"; in test4830803_1()
99 blkName = "GREEK"; in test4830803_1()
104 blkName = "CYRILLIC_SUPPLEMENTARY"; in test4830803_1()
114 expectedBlock = clazzUnicodeBlock.getField(blkName).getName(); in test4830803_1()
116 System.err.println("Error: " + blkName + " was not found."); in test4830803_1()
195 String blkName = blk.getName(); in test4886934() local
201 switch (blkName) { in test4886934()
203 blkName = "COMBINING_MARKS_FOR_SYMBOLS"; in test4886934()
[all …]