Home
last modified time | relevance | path

Searched refs:String2 (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-tools/tests/
Dintl-setlocale-145 String2 - Lang1: 2nd string
47 String2 - Lang2: 2nd string
49 String2 - Another string for testing.
/third_party/libexif/libexif/
Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) argument
/third_party/boost/libs/unordered/examples/
Dcase_insensitive.hpp26 template <typename String1, typename String2>
27 bool operator()(String1 const& x1, String2 const& x2) const in operator ()()
/third_party/glib/glib/
Dglibintl.h36 #define dngettext(Domain,String1,String2,N) ((N) == 1 ? (String1) : (String2)) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5148 StringRef String2 = getTok().getStringContents(); in parseDirectiveIfeqs() local
5153 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()