Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/resources/data/unicodedata/
DPropertyValueAliases.txt151 # Block (blk)
153 blk; Adlam ; Adlam
154 blk; Aegean_Numbers ; Aegean_Numbers
155 blk; Ahom ; Ahom
156 blk; Alchemical ; Alchemical_Symbols
157 blk; Alphabetic_PF ; Alphabetic_Presentation_Forms
158 blk; Anatolian_Hieroglyphs ; Anatolian_Hieroglyphs
159 blk; Ancient_Greek_Music ; Ancient_Greek_Musical_Notation
160 blk; Ancient_Greek_Numbers ; Ancient_Greek_Numbers
161 blk; Ancient_Symbols ; Ancient_Symbols
[all …]
/libcore/ojluni/src/test/java/lang/Character/UnicodeBlock/
DCheckBlocks.java64 for (Block blk : blocks) { in main()
65 test4830803_1(blk); in main()
67 test4886934(blk); in main()
82 private static void test4830803_1(Block blk) throws Exception { in test4830803_1() argument
88 String blkName = blk.getName(); in test4830803_1()
121 String canonicalBlockName = blk.getOriginalName(); in test4830803_1()
194 private static void test4886934(Block blk) { in test4886934() argument
195 String blkName = blk.getName(); in test4886934()
196 String blkOrigName = blk.getOriginalName(); in test4886934()
222 for (int ch = blk.getBegin(); ch <= blk.getEnd(); ch++) { in test4886934()