ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.globalization 

NationalDigitsType  - AS3

Packageflash.globalization
Classpublic final class NationalDigitsType
InheritanceNationalDigitsType Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

The NationalDigitsType class enumerates constants that indicate digit sets used by the NumberFormatter class. The value of each constant represents the Unicode value for the zero digit in the specified decimal digit set.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ARABIC_INDIC : uint = 0x0660
[static] Represents the Unicode value for the zero digit of the Arabic-Indic digit set.
NationalDigitsType
  BALINESE : uint = 0x1B50
[static] Represents the Unicode value for the zero digit of the Balinese digit set.
NationalDigitsType
  BENGALI : uint = 0x09E6
[static] Represents the Unicode value for the zero digit of the Bengali digit set.
NationalDigitsType
  CHAM : uint = 0xAA50
[static] Represents the Unicode value for the zero digit of the Cham digit set.
NationalDigitsType
  DEVANAGARI : uint = 0x0966
[static] Represents the Unicode value for the zero digit of the Devanagari digit set.
NationalDigitsType
  EUROPEAN : uint = 0x0030
[static] Represents the Unicode value for the zero digit of the Latin-1 (European) digit set.
NationalDigitsType
  EXTENDED_ARABIC_INDIC : uint = 0x06F0
[static] Represents the Unicode value for the zero digit of the Extended Arabic-Indic digit set.
NationalDigitsType
  FULL_WIDTH : uint = 0xFF10
[static] Represents the Unicode value for the zero digit of the Fullwidth digit set.
NationalDigitsType
  GUJARATI : uint = 0x0AE6
[static] Represents the Unicode value for the zero digit of the Gujarati digit set.
NationalDigitsType
  GURMUKHI : uint = 0x0A66
[static] Represents the Unicode value for the zero digit of the Gurmukhi digit set.
NationalDigitsType
  KANNADA : uint = 0x0CE6
[static] Represents the Unicode value for the zero digit of the Kannada digit set.
NationalDigitsType
  KAYAH_LI : uint = 0xA900
[static] Represents the Unicode value for the zero digit of the Kayah Li digit set.
NationalDigitsType
  KHMER : uint = 0x17E0
[static] Represents the Unicode value for the zero digit of the Khmer digit set.
NationalDigitsType
  LAO : uint = 0x0ED0
[static] Represents the Unicode value for the zero digit of the Lao digit set.
NationalDigitsType
  LEPCHA : uint = 0x1C40
[static] Represents the Unicode value for the zero digit of the Lepcha digit set.
NationalDigitsType
  LIMBU : uint = 0x1946
[static] Represents the Unicode value for the zero digit of the Limbu digit set.
NationalDigitsType
  MALAYALAM : uint = 0x0D66
[static] Represents the Unicode value for the zero digit of the Malayalam digit set.
NationalDigitsType
  MONGOLIAN : uint = 0x1810
[static] Represents the Unicode value for the zero digit of the Mongolian digit set.
NationalDigitsType
  MYANMAR : uint = 0x1040
[static] Represents the Unicode value for the zero digit of the Myanmar digit set.
NationalDigitsType
  MYANMAR_SHAN : uint = 0x1090
[static] Represents the Unicode value for the zero digit of the Myanmar Shan digit set.
NationalDigitsType
  NEW_TAI_LUE : uint = 0x19D0
[static] Represents the Unicode value for the zero digit of the New Tai Lue digit set.
NationalDigitsType
  NKO : uint = 0x07C0
[static] Represents the Unicode value for the zero digit of the Nko digit set.
NationalDigitsType
  OL_CHIKI : uint = 0x1C50
[static] Represents the Unicode value for the zero digit of the Ol Chiki digit set.
NationalDigitsType
  ORIYA : uint = 0x0B66
[static] Represents the Unicode value for the zero digit of the Oriya digit set.
NationalDigitsType
  OSMANYA : uint = 0x104A0
[static] Represents the Unicode value for the zero digit of the Osmanya digit set.
NationalDigitsType
  SAURASHTRA : uint = 0xA8D0
[static] Represents the Unicode value for the zero digit of the Saurashtra digit set.
NationalDigitsType
  SUNDANESE : uint = 0x1BB0
[static] Represents the Unicode value for the zero digit of the Sundanese digit set.
NationalDigitsType
  TAMIL : uint = 0x0BE6
[static] Represents the Unicode value for the zero digit of the Tamil digit set.
NationalDigitsType
  TELUGU : uint = 0x0C66
[static] Represents the Unicode value for the zero digit of the Telugu digit set.
NationalDigitsType
  THAI : uint = 0x0E50
[static] Represents the Unicode value for the zero digit of the Thai digit set.
NationalDigitsType
  TIBETAN : uint = 0x0F20
[static] Represents the Unicode value for the zero digit of the Tibetan digit set.
NationalDigitsType
  VAI : uint = 0xA620
[static] Represents the Unicode value for the zero digit of the Vai digit set.
NationalDigitsType
Constant Detail

ARABIC_INDIC

Constant
public static const ARABIC_INDIC:uint = 0x0660

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Arabic-Indic digit set.

BALINESE

Constant 
public static const BALINESE:uint = 0x1B50

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Balinese digit set.

BENGALI

Constant 
public static const BENGALI:uint = 0x09E6

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Bengali digit set.

CHAM

Constant 
public static const CHAM:uint = 0xAA50

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Cham digit set.

DEVANAGARI

Constant 
public static const DEVANAGARI:uint = 0x0966

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Devanagari digit set.

EUROPEAN

Constant 
public static const EUROPEAN:uint = 0x0030

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Latin-1 (European) digit set.

EXTENDED_ARABIC_INDIC

Constant 
public static const EXTENDED_ARABIC_INDIC:uint = 0x06F0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Extended Arabic-Indic digit set.

FULL_WIDTH

Constant 
public static const FULL_WIDTH:uint = 0xFF10

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Fullwidth digit set.

GUJARATI

Constant 
public static const GUJARATI:uint = 0x0AE6

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Gujarati digit set.

GURMUKHI

Constant 
public static const GURMUKHI:uint = 0x0A66

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Gurmukhi digit set.

KANNADA

Constant 
public static const KANNADA:uint = 0x0CE6

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Kannada digit set.

KAYAH_LI

Constant 
public static const KAYAH_LI:uint = 0xA900

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Kayah Li digit set.

KHMER

Constant 
public static const KHMER:uint = 0x17E0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Khmer digit set.

LAO

Constant 
public static const LAO:uint = 0x0ED0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Lao digit set.

LEPCHA

Constant 
public static const LEPCHA:uint = 0x1C40

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Lepcha digit set.

LIMBU

Constant 
public static const LIMBU:uint = 0x1946

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Limbu digit set.

MALAYALAM

Constant 
public static const MALAYALAM:uint = 0x0D66

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Malayalam digit set.

MONGOLIAN

Constant 
public static const MONGOLIAN:uint = 0x1810

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Mongolian digit set.

MYANMAR

Constant 
public static const MYANMAR:uint = 0x1040

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Myanmar digit set.

MYANMAR_SHAN

Constant 
public static const MYANMAR_SHAN:uint = 0x1090

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Myanmar Shan digit set.

NEW_TAI_LUE

Constant 
public static const NEW_TAI_LUE:uint = 0x19D0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the New Tai Lue digit set.

NKO

Constant 
public static const NKO:uint = 0x07C0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Nko digit set.

OL_CHIKI

Constant 
public static const OL_CHIKI:uint = 0x1C50

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Ol Chiki digit set.

ORIYA

Constant 
public static const ORIYA:uint = 0x0B66

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Oriya digit set.

OSMANYA

Constant 
public static const OSMANYA:uint = 0x104A0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Osmanya digit set.

SAURASHTRA

Constant 
public static const SAURASHTRA:uint = 0xA8D0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Saurashtra digit set.

SUNDANESE

Constant 
public static const SUNDANESE:uint = 0x1BB0

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Sundanese digit set.

TAMIL

Constant 
public static const TAMIL:uint = 0x0BE6

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Tamil digit set.

TELUGU

Constant 
public static const TELUGU:uint = 0x0C66

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Telugu digit set.

THAI

Constant 
public static const THAI:uint = 0x0E50

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Thai digit set.

TIBETAN

Constant 
public static const TIBETAN:uint = 0x0F20

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Tibetan digit set.

VAI

Constant 
public static const VAI:uint = 0xA620

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, AIR 2

Represents the Unicode value for the zero digit of the Vai digit set.