OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ETHIOPIC
(Results
1 - 7
of
7
) sorted by null
/dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
NumericShaper.java
103
* The Constant
ETHIOPIC
indicates the
ETHIOPIC
range and decimal base.
105
public static final int
ETHIOPIC
= 65536;
189
// Index of the
ETHIOPIC
range
229
0x1200, 0x137F, //
ETHIOPIC
240
* !! the only exception is
ETHIOPIC
script where there is no '0' digit
262
0x1338, //
ETHIOPIC
- (low range-1) no
ETHIOPIC
'0' DIGIT!
286
"
ETHIOPIC
", //$NON-NLS-1$
785
char minDigit = (char)((fRanges ==
ETHIOPIC
) ? 0x0031 : 0x0030)
[
all
...]
/dalvik/libcore/luni/src/main/java/java/lang/
Character.java
793
* The "
Ethiopic
" Unicode Block.
797
public static final UnicodeBlock
ETHIOPIC
= new UnicodeBlock("
ETHIOPIC
", 0x1200, 0x137f);
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/4/
android.jar
Completed in 469 milliseconds