• Home
  • Raw
  • Download

Lines Matching refs:UProperty

48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
105 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenCasefolded() argument
109 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in changesWhenCasefolded() argument
150 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) { in changesWhenNFKC_Casefolded() argument
154 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whic… in changesWhenNFKC_Casefolded() argument
178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { in isCanonSegmentStarter() argument
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isCanonSegmentStarter() argument
191 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isPOSIX_alnum() argument
195 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isPOSIX_blank() argument
199 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isPOSIX_graph() argument
203 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isPOSIX_print() argument
207 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isPOSIX_xdigit() argument
280 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty()
319 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
320 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
330 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument
335 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() argument
339 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() argument
343 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument
347 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue()
352 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() argument
356 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() argument
361 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() argument
365 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningGroup() argument
369 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningType() argument
373 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType() argument
378 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getScript() argument
404 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getHangulSyllableType() argument
415 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) { in getNormQuickCheck() argument
419 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck()
425 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) { in getLeadCombiningClass() argument
429 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getLeadCombiningClass() argument
435 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) { in getTrailCombiningClass() argument
439 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getTrailCombiningClass() argument
481 u_getIntPropertyValue(UChar32 c, UProperty which) { in u_getIntPropertyValue()
497 u_getIntPropertyMinValue(UProperty /*which*/) { in u_getIntPropertyMinValue() argument
502 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue()
515 uprops_getSource(UProperty which) { in uprops_getSource()