• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/

Lines Matching refs:category

37   const char *category;       /* General category */
39 const char *bidi; /* Bidirectional category */
80 uni->category = (field2[0] == '\0' ? "" : strdup (field2));
531 if (unicode_attributes[ch].category[0] == 'P'
532 && unicode_attributes[ch].category[1] == 's')
544 || (unicode_attributes[ch].category[0] == 'P'
545 && unicode_attributes[ch].category[1] == 'e'))
551 || (unicode_attributes[ch].category[0] == 'P'
552 && (unicode_attributes[ch].category[1] == 'f'
553 || unicode_attributes[ch].category[1] == 'i')))
557 if ((unicode_attributes[ch].category[0] == 'M'
558 && (unicode_attributes[ch].category[1] == 'n'
559 || unicode_attributes[ch].category[1] == 'c'
560 || unicode_attributes[ch].category[1] == 'e'))
562 || (unicode_attributes[ch].category[0] == 'C'
563 && (unicode_attributes[ch].category[1] == 'c'
564 || unicode_attributes[ch].category[1] == 'f')))
595 || (unicode_attributes[ch].category[0] == 'L'
596 && unicode_attributes[ch].category[1] == 'm'
599 || (unicode_attributes[ch].category[0] == 'S'
600 && unicode_attributes[ch].category[1] == 'k'
607 if (unicode_attributes[ch].category[0] == 'N'
608 && unicode_attributes[ch].category[1] == 'd'
652 || (unicode_attributes[ch].category[0] == 'S'
653 && unicode_attributes[ch].category[1] == 'c'))
661 && unicode_attributes[ch].category[0] == 'L'
662 && (unicode_attributes[ch].category[1] == 'm'
663 || unicode_attributes[ch].category[1] == 'o'))
740 if ((unicode_attributes[ch].category[0] == 'L'
741 && (unicode_attributes[ch].category[1] == 'u'
742 || unicode_attributes[ch].category[1] == 'l'
743 || unicode_attributes[ch].category[1] == 't'
744 || unicode_attributes[ch].category[1] == 'm'
745 || unicode_attributes[ch].category[1] == 'o'))
746 || (unicode_attributes[ch].category[0] == 'S'
747 && (unicode_attributes[ch].category[1] == 'm'
748 || unicode_attributes[ch].category[1] == 'c'
749 || unicode_attributes[ch].category[1] == 'k'
750 || unicode_attributes[ch].category[1] == 'o'))