Lines Matching refs:category
14 // Categories is the set of Unicode category tables.
3212 Cc = _Cc // Cc is the set of Unicode characters in category Cc.
3213 Cf = _Cf // Cf is the set of Unicode characters in category Cf.
3214 Co = _Co // Co is the set of Unicode characters in category Co.
3215 Cs = _Cs // Cs is the set of Unicode characters in category Cs.
3217 Nd = _Nd // Nd is the set of Unicode characters in category Nd.
3218 Letter = _L // Letter/L is the set of Unicode letters, category L.
3220 Lm = _Lm // Lm is the set of Unicode characters in category Lm.
3221 Lo = _Lo // Lo is the set of Unicode characters in category Lo.
3223 Ll = _Ll // Ll is the set of Unicode characters in category Ll.
3224 Mark = _M // Mark/M is the set of Unicode mark characters, category M.
3226 Mc = _Mc // Mc is the set of Unicode characters in category Mc.
3227 Me = _Me // Me is the set of Unicode characters in category Me.
3228 Mn = _Mn // Mn is the set of Unicode characters in category Mn.
3229 Nl = _Nl // Nl is the set of Unicode characters in category Nl.
3230 No = _No // No is the set of Unicode characters in category No.
3231 Number = _N // Number/N is the set of Unicode number characters, category N.
3233 Other = _C // Other/C is the set of Unicode control and special characters, category C.
3235 Pc = _Pc // Pc is the set of Unicode characters in category Pc.
3236 Pd = _Pd // Pd is the set of Unicode characters in category Pd.
3237 Pe = _Pe // Pe is the set of Unicode characters in category Pe.
3238 Pf = _Pf // Pf is the set of Unicode characters in category Pf.
3239 Pi = _Pi // Pi is the set of Unicode characters in category Pi.
3240 Po = _Po // Po is the set of Unicode characters in category Po.
3241 Ps = _Ps // Ps is the set of Unicode characters in category Ps.
3242 Punct = _P // Punct/P is the set of Unicode punctuation characters, category P.
3244 Sc = _Sc // Sc is the set of Unicode characters in category Sc.
3245 Sk = _Sk // Sk is the set of Unicode characters in category Sk.
3246 Sm = _Sm // Sm is the set of Unicode characters in category Sm.
3247 So = _So // So is the set of Unicode characters in category So.
3248 Space = _Z // Space/Z is the set of Unicode space characters, category Z.
3250 Symbol = _S // Symbol/S is the set of Unicode symbol characters, category S.
3253 Lt = _Lt // Lt is the set of Unicode characters in category Lt.
3255 Lu = _Lu // Lu is the set of Unicode characters in category Lu.
3256 Zl = _Zl // Zl is the set of Unicode characters in category Zl.
3257 Zp = _Zp // Zp is the set of Unicode characters in category Zp.
3258 Zs = _Zs // Zs is the set of Unicode characters in category Zs.
6903 // FoldCategory maps a category name to a table of
6904 // code points outside the category that are equivalent under
6905 // simple case folding to code points inside the category.
6906 // If there is no entry for a category name, there are no such points.