Lines Matching refs:Binary

821             Named(ref name) => ClassQuery::Binary(name),
1985 assert_eq!(t(r"\d"), hir_uclass_query(ClassQuery::Binary("digit")));
1986 assert_eq!(t(r"\s"), hir_uclass_query(ClassQuery::Binary("space")));
1991 hir_uclass_query(ClassQuery::Binary("digit"))
1996 hir_uclass_query(ClassQuery::Binary("space"))
2004 hir_negate(hir_uclass_query(ClassQuery::Binary("digit")))
2008 hir_negate(hir_uclass_query(ClassQuery::Binary("space")))
2014 hir_negate(hir_uclass_query(ClassQuery::Binary("digit")))
2019 hir_negate(hir_uclass_query(ClassQuery::Binary("space")))
2140 assert_eq!(t(r"\pZ"), hir_uclass_query(ClassQuery::Binary("Z")));
2141 assert_eq!(t(r"\pz"), hir_uclass_query(ClassQuery::Binary("Z")));
2144 hir_uclass_query(ClassQuery::Binary("Z"))
2148 hir_uclass_query(ClassQuery::Binary("Z"))
2152 hir_uclass_query(ClassQuery::Binary("Z"))
2156 hir_uclass_query(ClassQuery::Binary("Z"))
2160 hir_uclass_query(ClassQuery::Binary("Other"))
2162 assert_eq!(t(r"\pC"), hir_uclass_query(ClassQuery::Binary("Other")));
2166 hir_negate(hir_uclass_query(ClassQuery::Binary("Z")))
2170 hir_negate(hir_uclass_query(ClassQuery::Binary("Z")))
2174 hir_negate(hir_uclass_query(ClassQuery::Binary("Z")))
2177 assert_eq!(t(r"\p{any}"), hir_uclass_query(ClassQuery::Binary("Any")));
2180 hir_uclass_query(ClassQuery::Binary("Assigned"))
2184 hir_uclass_query(ClassQuery::Binary("ASCII"))
2188 hir_uclass_query(ClassQuery::Binary("Any"))
2192 hir_uclass_query(ClassQuery::Binary("Assigned"))
2196 hir_uclass_query(ClassQuery::Binary("ASCII"))
2282 hir_uclass_query(ClassQuery::Binary("Greek"))
2287 hir_case_fold(hir_uclass_query(ClassQuery::Binary("Greek")))
2292 hir_negate(hir_case_fold(hir_uclass_query(ClassQuery::Binary(
2401 assert_eq!(t(r"[\d]"), hir_uclass_query(ClassQuery::Binary("digit")));
2405 hir_uclass_query(ClassQuery::Binary("separator"))
2410 hir_uclass_query(ClassQuery::Binary("separator"))
2413 assert_eq!(t(r"[^\D]"), hir_uclass_query(ClassQuery::Binary("digit")));
2417 hir_uclass_query(ClassQuery::Binary("separator"))
2422 hir_uclass_query(ClassQuery::Binary("separator"))
2430 hir_uclass_query(ClassQuery::Binary("digit"))
2435 hir_case_fold(hir_uclass_query(ClassQuery::Binary("greek")))
2465 hir_negate(hir_uclass_query(ClassQuery::Binary("digit")))
2470 hir_negate(hir_uclass_query(ClassQuery::Binary("separator")))
2475 hir_negate(hir_uclass_query(ClassQuery::Binary("separator")))
2480 hir_negate(hir_case_fold(hir_uclass_query(ClassQuery::Binary(
2487 hir_negate(hir_case_fold(hir_uclass_query(ClassQuery::Binary(
2555 hir_uclass_query(ClassQuery::Binary("separator"))
2562 hir_uclass_query(ClassQuery::Binary("greek")),
2563 hir_uclass_query(ClassQuery::Binary("separator"))
2579 hir_uclass_query(ClassQuery::Binary("greek")),
2580 hir_uclass_query(ClassQuery::Binary("separator"))
2597 hir_uclass_query(ClassQuery::Binary("cyrillic")),
2599 hir_uclass_query(ClassQuery::Binary("greek")),
2600 hir_uclass_query(ClassQuery::Binary("separator"))
2620 hir_uclass_query(ClassQuery::Binary("greek")),
2621 hir_uclass_query(ClassQuery::Binary("separator"))
2638 hir_uclass_query(ClassQuery::Binary("greek")),
2639 hir_uclass_query(ClassQuery::Binary("separator"))
2657 hir_uclass_query(ClassQuery::Binary("greek")),
2658 hir_uclass_query(ClassQuery::Binary("separator"))
2810 hir_negate(hir_uclass_query(ClassQuery::Binary("digit")))
2816 hir_negate(hir_uclass_query(ClassQuery::Binary("digit")))
2821 hir_uclass_query(ClassQuery::Binary("digit"))
2861 hir_uclass_query(ClassQuery::Binary("letter")),
2917 hir_uclass_query(ClassQuery::Binary("separator"))