Lines Matching refs:UChar32
48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
105 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) {
109 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
150 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) {
154 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
191 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
195 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
199 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
203 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
207 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
280 u_hasBinaryProperty(UChar32 c, UProperty which) {
293 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
304 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
317 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
326 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
330 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
335 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
339 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
343 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
347 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
352 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
378 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
389 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
393 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) {
399 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
403 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
409 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
413 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
455 u_getIntPropertyValue(UChar32 c, UProperty which) {
556 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) {