ホーム › Globalization › UConverterPlatform
UConverterPlatform
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| UCNV_UNKNOWN | -1 | 0xFFFFFFFF |
| UCNV_IBM | 0 | 0x0 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum UConverterPlatform : int {
UCNV_UNKNOWN = -1,
UCNV_IBM = 0
} UConverterPlatform;public enum UConverterPlatform : int
{
UCNV_UNKNOWN = -1,
UCNV_IBM = 0,
}Public Enum UConverterPlatform As Integer
UCNV_UNKNOWN = -1
UCNV_IBM = 0
End Enumimport enum
class UConverterPlatform(enum.IntEnum):
UCNV_UNKNOWN = -1
UCNV_IBM = 0// UConverterPlatform
pub const UCNV_UNKNOWN: i32 = -1;
pub const UCNV_IBM: i32 = 0;// UConverterPlatform
const (
UCNV_UNKNOWN int32 = -1
UCNV_IBM int32 = 0
)const
UCNV_UNKNOWN = -1;
UCNV_IBM = 0;// UConverterPlatform
pub const UCNV_UNKNOWN: i32 = -1;
pub const UCNV_IBM: i32 = 0;const
UCNV_UNKNOWN* = -1
UCNV_IBM* = 0enum UConverterPlatform : int {
UCNV_UNKNOWN = -1,
UCNV_IBM = 0,
}#define global UCNV_UNKNOWN 0xFFFFFFFF
#define global UCNV_IBM 0x0