Searched refs:String1 (Results 1 – 6 of 6) sorted by relevance
38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) argument
366 StringRef String1) const { in MakeIndex()368 unsigned Index1 = MakeIndex(String1); in MakeIndex()
367 unsigned MakeIndex(StringRef String0, StringRef String1) const;
198 *ParamCustomStringOption String1: 2 string 1 10
687 IN PCUNICODE_STRING String1,
4459 StringRef String1 = getTok().getStringContents(); in parseDirectiveIfeqs() local4487 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()