ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::char_set::constexprs::masks 命名空间参考

变量

constexpr auto U_GC_CN_MASK = ((uint32_t)1<<( U_GENERAL_OTHER_TYPES ))
 
constexpr auto U_GC_LU_MASK = ((uint32_t)1<<( U_UPPERCASE_LETTER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_LL_MASK = ((uint32_t)1<<( U_LOWERCASE_LETTER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_LT_MASK = ((uint32_t)1<<( U_TITLECASE_LETTER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_LM_MASK = ((uint32_t)1<<( U_MODIFIER_LETTER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_LO_MASK = ((uint32_t)1<<( U_OTHER_LETTER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_MN_MASK = ((uint32_t)1<<( U_NON_SPACING_MARK ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_ME_MASK = ((uint32_t)1<<( U_ENCLOSING_MARK ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_MC_MASK = ((uint32_t)1<<( U_COMBINING_SPACING_MARK ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_ND_MASK = ((uint32_t)1<<( U_DECIMAL_DIGIT_NUMBER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_NL_MASK = ((uint32_t)1<<( U_LETTER_NUMBER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_NO_MASK = ((uint32_t)1<<( U_OTHER_NUMBER ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_ZS_MASK = ((uint32_t)1<<( U_SPACE_SEPARATOR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_ZL_MASK = ((uint32_t)1<<( U_LINE_SEPARATOR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_ZP_MASK = ((uint32_t)1<<( U_PARAGRAPH_SEPARATOR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_CC_MASK = ((uint32_t)1<<( U_CONTROL_CHAR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_CF_MASK = ((uint32_t)1<<( U_FORMAT_CHAR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_CO_MASK = ((uint32_t)1<<( U_PRIVATE_USE_CHAR ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_CS_MASK = ((uint32_t)1<<( U_SURROGATE ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PD_MASK = ((uint32_t)1<<( U_DASH_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PS_MASK = ((uint32_t)1<<( U_START_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PE_MASK = ((uint32_t)1<<( U_END_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PC_MASK = ((uint32_t)1<<( U_CONNECTOR_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PO_MASK = ((uint32_t)1<<( U_OTHER_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_SM_MASK = ((uint32_t)1<<( U_MATH_SYMBOL ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_SC_MASK = ((uint32_t)1<<( U_CURRENCY_SYMBOL ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_SK_MASK = ((uint32_t)1<<( U_MODIFIER_SYMBOL ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_SO_MASK = ((uint32_t)1<<( U_OTHER_SYMBOL ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PI_MASK = ((uint32_t)1<<( U_INITIAL_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_PF_MASK = ((uint32_t)1<<( U_FINAL_PUNCTUATION ))
 Mask constant for a UCharCategory.
 
constexpr auto U_GC_L_MASK = (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK|U_GC_LM_MASK|U_GC_LO_MASK)
 Mask constant for multiple UCharCategory bits (L Letters).
 
constexpr auto U_GC_LC_MASK = (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK)
 Mask constant for multiple UCharCategory bits (LC Cased Letters).
 
constexpr auto U_GC_M_MASK = (U_GC_MN_MASK|U_GC_ME_MASK|U_GC_MC_MASK)
 Mask constant for multiple UCharCategory bits (M Marks).
 
constexpr auto U_GC_N_MASK = (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
 Mask constant for multiple UCharCategory bits (N Numbers).
 
constexpr auto U_GC_Z_MASK = (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
 Mask constant for multiple UCharCategory bits (Z Separators).
 
constexpr auto U_GC_C_MASK = (U_GC_CN_MASK|U_GC_CC_MASK|U_GC_CF_MASK|U_GC_CO_MASK|U_GC_CS_MASK)
 Mask constant for multiple UCharCategory bits (C Others).
 
constexpr auto U_GC_P_MASK = (U_GC_PD_MASK|U_GC_PS_MASK|U_GC_PE_MASK|U_GC_PC_MASK|U_GC_PO_MASK|U_GC_PI_MASK|U_GC_PF_MASK)
 Mask constant for multiple UCharCategory bits (P Punctuation).
 
constexpr auto U_GC_S_MASK = (U_GC_SM_MASK|U_GC_SC_MASK|U_GC_SK_MASK|U_GC_SO_MASK)
 Mask constant for multiple UCharCategory bits (S Symbols).
 

变量说明

◆ U_GC_C_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_C_MASK = (U_GC_CN_MASK|U_GC_CC_MASK|U_GC_CF_MASK|U_GC_CO_MASK|U_GC_CS_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (C Others).

@stable ICU 2.1

在文件 all_defs.cpp15439 行定义.

◆ U_GC_CC_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_CC_MASK = ((uint32_t)1<<( U_CONTROL_CHAR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15389 行定义.

◆ U_GC_CF_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_CF_MASK = ((uint32_t)1<<( U_FORMAT_CHAR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15391 行定义.

◆ U_GC_CN_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_CN_MASK = ((uint32_t)1<<( U_GENERAL_OTHER_TYPES ))
inlineconstexpr

在文件 all_defs.cpp15354 行定义.

◆ U_GC_CO_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_CO_MASK = ((uint32_t)1<<( U_PRIVATE_USE_CHAR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15393 行定义.

◆ U_GC_CS_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_CS_MASK = ((uint32_t)1<<( U_SURROGATE ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15395 行定义.

◆ U_GC_L_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_L_MASK = (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK|U_GC_LM_MASK|U_GC_LO_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (L Letters).

@stable ICU 2.1

在文件 all_defs.cpp15424 行定义.

◆ U_GC_LC_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LC_MASK = (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (LC Cased Letters).

@stable ICU 2.1

在文件 all_defs.cpp15427 行定义.

◆ U_GC_LL_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LL_MASK = ((uint32_t)1<<( U_LOWERCASE_LETTER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15359 行定义.

◆ U_GC_LM_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LM_MASK = ((uint32_t)1<<( U_MODIFIER_LETTER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15363 行定义.

◆ U_GC_LO_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LO_MASK = ((uint32_t)1<<( U_OTHER_LETTER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15365 行定义.

◆ U_GC_LT_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LT_MASK = ((uint32_t)1<<( U_TITLECASE_LETTER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15361 行定义.

◆ U_GC_LU_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_LU_MASK = ((uint32_t)1<<( U_UPPERCASE_LETTER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15357 行定义.

◆ U_GC_M_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_M_MASK = (U_GC_MN_MASK|U_GC_ME_MASK|U_GC_MC_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (M Marks).

@stable ICU 2.1

在文件 all_defs.cpp15430 行定义.

◆ U_GC_MC_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_MC_MASK = ((uint32_t)1<<( U_COMBINING_SPACING_MARK ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15372 行定义.

◆ U_GC_ME_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_ME_MASK = ((uint32_t)1<<( U_ENCLOSING_MARK ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15370 行定义.

◆ U_GC_MN_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_MN_MASK = ((uint32_t)1<<( U_NON_SPACING_MARK ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15368 行定义.

◆ U_GC_N_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_N_MASK = (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (N Numbers).

@stable ICU 2.1

在文件 all_defs.cpp15433 行定义.

◆ U_GC_ND_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_ND_MASK = ((uint32_t)1<<( U_DECIMAL_DIGIT_NUMBER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15375 行定义.

◆ U_GC_NL_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_NL_MASK = ((uint32_t)1<<( U_LETTER_NUMBER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15377 行定义.

◆ U_GC_NO_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_NO_MASK = ((uint32_t)1<<( U_OTHER_NUMBER ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15379 行定义.

◆ U_GC_P_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_P_MASK = (U_GC_PD_MASK|U_GC_PS_MASK|U_GC_PE_MASK|U_GC_PC_MASK|U_GC_PO_MASK|U_GC_PI_MASK|U_GC_PF_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (P Punctuation).

@stable ICU 2.1

在文件 all_defs.cpp15442 行定义.

◆ U_GC_PC_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PC_MASK = ((uint32_t)1<<( U_CONNECTOR_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15404 行定义.

◆ U_GC_PD_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PD_MASK = ((uint32_t)1<<( U_DASH_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15398 行定义.

◆ U_GC_PE_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PE_MASK = ((uint32_t)1<<( U_END_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15402 行定义.

◆ U_GC_PF_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PF_MASK = ((uint32_t)1<<( U_FINAL_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15420 行定义.

◆ U_GC_PI_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PI_MASK = ((uint32_t)1<<( U_INITIAL_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15418 行定义.

◆ U_GC_PO_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PO_MASK = ((uint32_t)1<<( U_OTHER_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15406 行定义.

◆ U_GC_PS_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_PS_MASK = ((uint32_t)1<<( U_START_PUNCTUATION ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15400 行定义.

◆ U_GC_S_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_S_MASK = (U_GC_SM_MASK|U_GC_SC_MASK|U_GC_SK_MASK|U_GC_SO_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (S Symbols).

@stable ICU 2.1

在文件 all_defs.cpp15445 行定义.

◆ U_GC_SC_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_SC_MASK = ((uint32_t)1<<( U_CURRENCY_SYMBOL ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15411 行定义.

◆ U_GC_SK_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_SK_MASK = ((uint32_t)1<<( U_MODIFIER_SYMBOL ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15413 行定义.

◆ U_GC_SM_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_SM_MASK = ((uint32_t)1<<( U_MATH_SYMBOL ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15409 行定义.

◆ U_GC_SO_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_SO_MASK = ((uint32_t)1<<( U_OTHER_SYMBOL ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15415 行定义.

◆ U_GC_Z_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_Z_MASK = (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
inlineconstexpr

Mask constant for multiple UCharCategory bits (Z Separators).

@stable ICU 2.1

在文件 all_defs.cpp15436 行定义.

◆ U_GC_ZL_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_ZL_MASK = ((uint32_t)1<<( U_LINE_SEPARATOR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15384 行定义.

◆ U_GC_ZP_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_ZP_MASK = ((uint32_t)1<<( U_PARAGRAPH_SEPARATOR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15386 行定义.

◆ U_GC_ZS_MASK

constexpr auto elc::char_set::constexprs::masks::U_GC_ZS_MASK = ((uint32_t)1<<( U_SPACE_SEPARATOR ))
inlineconstexpr

Mask constant for a UCharCategory.

@stable ICU 2.1

在文件 all_defs.cpp15382 行定义.