Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
91 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
95 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
104 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) {
108 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
148 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) {
152 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
176 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
180 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
189 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
193 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
197 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
201 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
205 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
209 static UBool isRegionalIndicator(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
290 u_hasBinaryProperty(UChar32 c, UProperty which) {
303 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
314 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
327 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
331 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
340 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
344 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
349 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
353 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
357 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
361 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
366 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
392 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
403 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
407 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) {
413 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
417 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
423 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
427 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
470 u_getIntPropertyValue(UChar32 c, UProperty which) {
571 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) {