HomeSort by relevance Sort by last modified time
    Searched refs:ETHIOPIC (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 97 * The Constant ETHIOPIC indicates the ETHIOPIC range and decimal base.
99 public static final int ETHIOPIC = 65536;
183 // Index of the ETHIOPIC range
223 0x1200, 0x137F, // ETHIOPIC
234 * !! the only exception is ETHIOPIC script where there is no '0' digit
256 0x1338, // ETHIOPIC - (low range-1) no ETHIOPIC '0' DIGIT!
280 "ETHIOPIC",
743 char minDigit = (char)((fRanges == ETHIOPIC) ? 0x0031 : 0x0030)
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 709 static UnicodeSet *ETHIOPIC;
  /external/icu4c/i18n/
alphaindex.cpp 420 if (exemplars.containsSome(*ETHIOPIC)) {
422 // make use of the fact that Ethiopic is allocated in 8's, where
424 UnicodeSetIterator it(*ETHIOPIC);
625 delete ETHIOPIC;
626 ETHIOPIC = NULL;
644 UnicodeSet *AlphabeticIndex::ETHIOPIC;
681 UnicodeString EthiopicStr = UNICODE_STRING_SIMPLE("[[:Block=Ethiopic:]&[:Script=Ethiopic:]]");
682 ETHIOPIC = new UnicodeSet(EthiopicStr, status);
683 if (ETHIOPIC == NULL)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 782 * The "Ethiopic" Unicode Block.
786 public static final UnicodeBlock ETHIOPIC = new UnicodeBlock("ETHIOPIC", 0x1200, 0x137f);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Character_UnicodeBlockTest.java 90 assertEquals(Character.UnicodeBlock.ETHIOPIC, Character.UnicodeBlock.of((char)0x1200));
91 assertEquals(Character.UnicodeBlock.ETHIOPIC, Character.UnicodeBlock.of((char)0x137f));
328 assertEquals(Character.UnicodeBlock.ETHIOPIC, Character.UnicodeBlock.of(0x1200));
329 assertEquals(Character.UnicodeBlock.ETHIOPIC, Character.UnicodeBlock.of(0x137f));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 441 milliseconds