Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java140 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.of((char… in test_ofC()
141 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.of((char… in test_ofC()
357 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.of(0x244… in test_ofI()
358 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.of(0x245… in test_ofI()
619 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.forName(… in test_forNameLjava_lang_String()
620 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.forName(… in test_forNameLjava_lang_String()
621 …assertEquals(Character.UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION, Character.UnicodeBlock.forName(… in test_forNameLjava_lang_String()
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1026 public static final UnicodeBlock OPTICAL_CHARACTER_RECOGNITION = field in Character.UnicodeBlock
2820 OPTICAL_CHARACTER_RECOGNITION,