Lines Matching refs:UChar32
50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
107 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty) {
111 static UBool changesWhenCasefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
151 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &, UChar32, UProperty) {
155 static UBool changesWhenNFKC_Casefolded(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
179 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
183 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
192 static UBool isPOSIX_alnum(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
196 static UBool isPOSIX_blank(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
200 static UBool isPOSIX_graph(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
204 static UBool isPOSIX_print(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
208 static UBool isPOSIX_xdigit(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
212 static UBool isRegionalIndicator(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
294 u_hasBinaryProperty(UChar32 c, UProperty which) {
307 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
318 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
331 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
335 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
344 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
348 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
353 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
357 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
361 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
365 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
370 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
396 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
407 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
411 UChar32 c, UProperty which) {
417 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
421 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
427 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
431 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
436 static int32_t getInPC(const IntProperty &, UChar32 c, UProperty) {
440 static int32_t getInSC(const IntProperty &, UChar32 c, UProperty) {
444 static int32_t getVo(const IntProperty &, UChar32 c, UProperty) {
489 u_getIntPropertyValue(UChar32 c, UProperty which) {
607 UChar32 start = 0, end;
618 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) {