Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java220 LAO ('\u0ed0', '\u0e80', '\u0f00'), enumConstant
449 public static final int LAO = 1<<13; field in NumericShaper
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java709 public static final java.lang.Character.UnicodeBlock LAO; field in Character.UnicodeBlock
710 static { LAO = null; }
1050 LAO, enumConstant
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java1373 public static final java.lang.Character.UnicodeBlock LAO; field in Character.UnicodeBlock
1376 LAO = null;
2047 LAO, enumConstant
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java76 assertEquals(Character.UnicodeBlock.LAO, Character.UnicodeBlock.of((char) 0xe80)); in test_ofC()
77 assertEquals(Character.UnicodeBlock.LAO, Character.UnicodeBlock.of((char) 0xeff)); in test_ofC()
301 assertEquals(Character.UnicodeBlock.LAO, Character.UnicodeBlock.of(0xe80)); in test_ofI()
302 assertEquals(Character.UnicodeBlock.LAO, Character.UnicodeBlock.of(0xeff)); in test_ofI()
585 assertEquals(Character.UnicodeBlock.LAO, Character.UnicodeBlock.forName("LAO")); in test_forNameLjava_lang_String()