Home
last modified time | relevance | path

Searched refs:U_GC_ZP_MASK (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h851 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro
903 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h851 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro
903 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
/third_party/icu/icu4c/source/common/unicode/
Duchar.h851 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro
903 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h902 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro
954 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
/third_party/node/deps/icu-small/source/common/
Duchar.cpp187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duchar.cpp187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
/third_party/icu/icu4c/source/common/
Duchar.cpp187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
/third_party/skia/third_party/externals/icu/source/common/
Duchar.cpp187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
/third_party/icu/tools/unicode/c/genprops/
Dpnames_data.h1168 Value((int32_t)U_GC_ZP_MASK, "Zp Paragraph_Separator"),
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c645 mask=(mask&~U_GC_ZP_MASK)|U_GC_ZP_MASK; in TestMisc()