Lines Matching refs:strcmp

681     if (!strcmp(psz, "N"))
683 if (!strcmp(psz, "Y"))
685 if (!strcmp(psz, "M"))
725 if (!strcmp(pszProperty, "ASCII_Hex_Digit")) pCPInfo->fASCIIHexDigit = 1;
726 else if (!strcmp(pszProperty, "Alphabetic")) pCPInfo->fAlphabetic = 1;
727 else if (!strcmp(pszProperty, "Bidi_Control")) pCPInfo->fBidiControl = 1;
728 else if (!strcmp(pszProperty, "Case_Ignorable")) pCPInfo->fCaseIgnorable = 1;
729 else if (!strcmp(pszProperty, "Cased")) pCPInfo->fCased = 1;
730 else if (!strcmp(pszProperty, "Changes_When_Casefolded")) pCPInfo->fChangesWhenCasefolded = 1;
731 else if (!strcmp(pszProperty, "Changes_When_Casemapped")) pCPInfo->fChangesWhenCasemapped = 1;
732 else if (!strcmp(pszProperty, "Changes_When_Lowercased")) pCPInfo->fChangesWhenLowercased = 1;
733 else if (!strcmp(pszProperty, "Changes_When_Titlecased")) pCPInfo->fChangesWhenTitlecased = 1;
734 else if (!strcmp(pszProperty, "Changes_When_Uppercased")) pCPInfo->fChangesWhenUppercased = 1;
735 else if (!strcmp(pszProperty, "Dash")) pCPInfo->fDash = 1;
736 else if (!strcmp(pszProperty, "Default_Ignorable_Code_Point")) pCPInfo->fDefaultIgnorableCodePoint = 1;
737 else if (!strcmp(pszProperty, "Deprecated")) pCPInfo->fDeprecated = 1;
738 else if (!strcmp(pszProperty, "Diacritic")) pCPInfo->fDiacritic = 1;
739 else if (!strcmp(pszProperty, "Extender")) pCPInfo->fExtender = 1;
740 else if (!strcmp(pszProperty, "Grapheme_Base")) pCPInfo->fGraphemeBase = 1;
741 else if (!strcmp(pszProperty, "Grapheme_Extend")) pCPInfo->fGraphemeExtend = 1;
742 else if (!strcmp(pszProperty, "Grapheme_Link")) pCPInfo->fGraphemeLink = 1;
743 else if (!strcmp(pszProperty, "Hex_Digit")) pCPInfo->fHexDigit = 1;
744 else if (!strcmp(pszProperty, "Hyphen")) pCPInfo->fHyphen = 1;
745 else if (!strcmp(pszProperty, "ID_Continue")) pCPInfo->fIDContinue = 1;
746 else if (!strcmp(pszProperty, "ID_Start")) pCPInfo->fIDStart = 1;
747 else if (!strcmp(pszProperty, "Ideographic")) pCPInfo->fIdeographic = 1;
748 else if (!strcmp(pszProperty, "IDS_Binary_Operator")) pCPInfo->fIDSBinaryOperator = 1;
749 else if (!strcmp(pszProperty, "IDS_Trinary_Operator")) pCPInfo->fIDSTrinaryOperator = 1;
750 else if (!strcmp(pszProperty, "Join_Control")) pCPInfo->fJoinControl = 1;
751 else if (!strcmp(pszProperty, "Logical_Order_Exception")) pCPInfo->fLogicalOrderException = 1;
752 else if (!strcmp(pszProperty, "Lowercase")) pCPInfo->fLowercase = 1;
753 else if (!strcmp(pszProperty, "Math")) pCPInfo->fMath = 1;
754 else if (!strcmp(pszProperty, "Noncharacter_Code_Point")) pCPInfo->fNoncharacterCodePoint = 1;
755 else if (!strcmp(pszProperty, "Other_Alphabetic")) pCPInfo->fOtherAlphabetic = 1;
756 else if (!strcmp(pszProperty, "Other_Default_Ignorable_Code_Point")) pCPInfo->fOtherDefaultIgnorableCodePoint = 1;
757 else if (!strcmp(pszProperty, "Other_Grapheme_Extend")) pCPInfo->fOtherGraphemeExtend = 1;
758 else if (!strcmp(pszProperty, "Other_ID_Continue")) pCPInfo->fOtherIDContinue = 1;
759 else if (!strcmp(pszProperty, "Other_ID_Start")) pCPInfo->fOtherIDStart = 1;
760 else if (!strcmp(pszProperty, "Other_Lowercase")) pCPInfo->fOtherLowercase = 1;
761 else if (!strcmp(pszProperty, "Other_Math")) pCPInfo->fOtherMath = 1;
762 else if (!strcmp(pszProperty, "Other_Uppercase")) pCPInfo->fOtherUppercase = 1;
763 else if (!strcmp(pszProperty, "Pattern_Syntax")) pCPInfo->fPatternSyntax = 1;
764 else if (!strcmp(pszProperty, "Pattern_White_Space")) pCPInfo->fPatternWhiteSpace = 1;
765 else if (!strcmp(pszProperty, "Quotation_Mark")) pCPInfo->fQuotationMark = 1;
766 else if (!strcmp(pszProperty, "Radical")) pCPInfo->fRadical = 1;
767 else if (!strcmp(pszProperty, "Soft_Dotted")) pCPInfo->fSoftDotted = 1;
768 else if (!strcmp(pszProperty, "STerm")) pCPInfo->fSTerm = 1;
769 else if (!strcmp(pszProperty, "Terminal_Punctuation")) pCPInfo->fTerminalPunctuation = 1;
770 else if (!strcmp(pszProperty, "Unified_Ideograph")) pCPInfo->fUnifiedIdeograph = 1;
771 else if (!strcmp(pszProperty, "Uppercase")) pCPInfo->fUppercase = 1;
772 else if (!strcmp(pszProperty, "Variation_Selector")) pCPInfo->fVariationSelector = 1;
773 else if (!strcmp(pszProperty, "White_Space")) pCPInfo->fWhiteSpace = 1;
774 else if (!strcmp(pszProperty, "XID_Continue")) pCPInfo->fXIDContinue = 1;
775 else if (!strcmp(pszProperty, "XID_Start")) pCPInfo->fXIDStart = 1;
777 else if (!strcmp(pszProperty, "FC_NFKC")) return; /* ignored */
778 else if (!strcmp(pszProperty, "Full_Composition_Exclusion")) pCPInfo->fFullCompositionExclusion = 1;
779 else if (!strcmp(pszProperty, "NFC_QC")) pCPInfo->fInvNFC_QC = YesNoMaybePropertyValueInv(&pszNextField);
780 else if (!strcmp(pszProperty, "NFD_QC")) pCPInfo->fInvNFD_QC = YesNoMaybePropertyValueInv(&pszNextField);
781 else if (!strcmp(pszProperty, "NFKC_QC")) pCPInfo->fInvNFKC_QC = YesNoMaybePropertyValueInv(&pszNextField);
782 else if (!strcmp(pszProperty, "NFKD_QC")) pCPInfo->fInvNFKD_QC = YesNoMaybePropertyValueInv(&pszNextField);
783 else if (!strcmp(pszProperty, "Expands_On_NFC")) pCPInfo->fExpandsOnNFC = 1;
784 else if (!strcmp(pszProperty, "Expands_On_NFD")) pCPInfo->fExpandsOnNFD = 1;
785 else if (!strcmp(pszProperty, "Expands_On_NFKC")) pCPInfo->fExpandsOnNFKC = 1;
786 else if (!strcmp(pszProperty, "Expands_On_NFKD")) pCPInfo->fExpandsOnNFKD = 1;
787 else if (!strcmp(pszProperty, "NFKC_CF")) return; /*ignore */
788 else if (!strcmp(pszProperty, "Changes_When_NFKC_Casefolded")) return; /*ignore */
881 if (!strcmp(pInfo->pszGeneralCategory, "Nd"))
1247 else if ( !strcmp(argv[argi], "--dir")
1248 || !strcmp(argv[argi], "-C"))