com.ibm.icu.lang
public final class UScript extends Object
UNKNOWN: ICU 2.4
Field Summary | |
---|---|
static int | ARABIC
Arabic |
static int | ARMENIAN
Armenian |
static int | BENGALI
Bengali |
static int | BOPOMOFO
Bopomofo |
static int | BRAILLE
Braille
New script in Unicode 4 |
static int | BUGINESE
New script code in Unicode 4.1 |
static int | BUHID
Buhid |
static int | CANADIAN_ABORIGINAL
Unified Canadian Aboriginal Symbols |
static int | CHEROKEE
Cherokee |
static int | CODE_LIMIT
Limit |
static int | COMMON
Common |
static int | COPTIC
Coptic |
static int | CYPRIOT
Cypriot
New script in Unicode 4 |
static int | CYRILLIC
Cyrillic |
static int | DESERET
Deseret |
static int | DEVANAGARI
Devanagari |
static int | ETHIOPIC
Ethiopic |
static int | GEORGIAN
Georgian |
static int | GLAGOLITIC
New script code in Unicode 4.1 |
static int | GOTHIC
Gothic |
static int | GREEK
Greek |
static int | GUJARATI
Gujarati |
static int | GURMUKHI
Gurmukhi |
static int | HAN
Han |
static int | HANGUL
Hangul |
static int | HANUNOO
Hanunooo |
static int | HEBREW
Hebrew |
static int | HIRAGANA
Hiragana |
static int | INHERITED
Inherited |
static int | INVALID_CODE
Invalid code |
static int | KANNADA
Kannada |
static int | KATAKANA
Katakana |
static int | KATAKANA_OR_HIRAGANA
New script code in Unicode 4.0.1 |
static int | KHAROSHTHI
New script code in Unicode 4.1 |
static int | KHMER
Khmer |
static int | LAO
Lao |
static int | LATIN
Latin |
static int | LIMBU
Limbu
New script in Unicode 4 |
static int | LINEAR_B
Linear B
New script in Unicode 4 |
static int | MALAYALAM
Malayalam |
static int | MONGOLIAN
Mangolian |
static int | MYANMAR
Myammar |
static int | NEW_TAI_LUE
New script code in Unicode 4.1 |
static int | OGHAM
Ogham |
static int | OLD_ITALIC
Old Itallic |
static int | OLD_PERSIAN
New script code in Unicode 4.1 |
static int | ORIYA
Oriya |
static int | OSMANYA
Osmanya
New script in Unicode 4 |
static int | RUNIC
Runic |
static int | SHAVIAN
Shavian
New script in Unicode 4 |
static int | SINHALA
Sinhala |
static int | SYLOTI_NAGRI
New script code in Unicode 4.1 |
static int | SYRIAC
Syriac |
static int | TAGALOG
Tagalog |
static int | TAGBANWA
Tagbanwa |
static int | TAI_LE
Tai Le
New script in Unicode 4 |
static int | TAMIL
Tamil |
static int | TELUGU
Telugu |
static int | THAANA
Thana |
static int | THAI
Thai |
static int | TIBETAN
Tibetan |
static int | TIFINAGH
New script code in Unicode 4.1 |
static int | UCAS
Unified Canadian Aboriginal Symbols (alias) |
static int | UGARITIC
Ugaritic
New script in Unicode 4 |
static int | YI
Yi syllables |
Method Summary | |
---|---|
static int[] | getCode(Locale locale)
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
|
static int[] | getCode(ULocale locale)
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
|
static int[] | getCode(String nameOrAbbrOrLocale)
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
|
static int | getCodeFromName(String nameOrAbbr)
Gets a script codes associated with the given ISO 15924 abbreviation or name.
|
static String | getName(int scriptCode)
Gets a script name associated with the given script code.
|
static int | getScript(int codepoint)
Gets the script code associated with the given codepoint.
|
static String | getShortName(int scriptCode)
Gets a script name associated with the given script code.
|
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.0 This API might change or be removed in a future release.
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.4
UNKNOWN: ICU 3.4 This API might change or be removed in a future release.
UNKNOWN: ICU 2.4
UNKNOWN: ICU 2.6
UNKNOWN: ICU 2.4
Parameters: locale Locale
Returns: The script codes array. null if the the code cannot be found.
UNKNOWN: ICU 2.4
Parameters: locale ULocale
Returns: The script codes array. null if the the code cannot be found.
UNKNOWN: ICU 3.0 This API might change or be removed in a future release.
Note: To search by short or long script alias only, use UCharacater.getPropertyValueEnum(UProperty.SCRIPT, alias) instead. This does a fast lookup with no access of the locale data.
Parameters: nameOrAbbrOrLocale name of the script or ISO 15924 code or locale
Returns: The script codes array. null if the the code cannot be found.
UNKNOWN: ICU 2.4
Parameters: nameOrAbbr name of the script or ISO 15924 code
Returns: The script code value or INVALID_CODE if the code cannot be found.
UNKNOWN:
Parameters: scriptCode int script code
Returns: script name as a string in full as given in TR#24
UNKNOWN: ICU 2.4
Parameters: codepoint UChar32 codepoint
Returns: The script code
UNKNOWN: ICU 2.4
Parameters: scriptCode int script code
Returns: script abbreviated name as a string as given in TR#24
UNKNOWN: ICU 2.4