Home | History | Annotate | Download | only in i18n

Lines Matching full:cccpattern

1677     // cccpattern = "[[:^tccc=0:][:^lccc=0:]]", unfortunately variant
1678 static const UChar cccpattern[25] = { 0x5b, 0x5b, 0x3a, 0x5e, 0x74, 0x63, 0x63, 0x63, 0x3d, 0x30, 0x3a, 0x5d,
1682 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);