Home | History | Annotate | Download | only in string_find.last.of

Lines Matching refs:npos

12 // size_type find_last_of(const charT* s, size_type pos = npos) const;
25 if (x != S::npos)
34 if (x != S::npos)
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos);
49 test(S("fodgq"), "", 0, S::npos);
50 test(S("qanej"), "dfkap", 0, S::npos);
51 test(S("clbao"), "ihqrfebgad", 0, S::npos);
53 test(S("srdfq"), "", 1, S::npos);
54 test(S("oemth"), "ikcrq", 1, S::npos);
57 test(S("cshmd"), "", 2, S::npos);
58 test(S("lhcdo"), "oebqi", 2, S::npos);
61 test(S("fmtsp"), "", 4, S::npos);
65 test(S("eqmpa"), "", 5, S::npos);
69 test(S("schfa"), "", 6, S::npos);
73 test(S("hcjitbfapl"), "", 0, S::npos);
77 test(S("qpghtfbaji"), "", 1, S::npos);
78 test(S("gfshlcmdjr"), "nadkh", 1, S::npos);
81 test(S("crnklpmegd"), "", 5, S::npos);
82 test(S("jsbtafedoc"), "prqgn", 5, S::npos);
85 test(S("lmofqdhpki"), "", 9, S::npos);
89 test(S("elgofjmbrq"), "", 10, S::npos);
93 test(S("eqsgalomhb"), "", 11, S::npos);
97 test(S("snafbdlghrjkpqtoceim"), "", 0, S::npos);
98 test(S("aemtbrgcklhndjisfpoq"), "lbtqd", 0, S::npos);
101 test(S("jlnkraeodhcspfgbqitm"), "", 1, S::npos);
102 test(S("lhosrngtmfjikbqpcade"), "aqibs", 1, S::npos);
105 test(S("hdpkobnsalmcfijregtq"), "", 10, S::npos);
109 test(S("niptglfbosehkamrdqcj"), "", 19, S::npos);
113 test(S("eaintpchlqsbdgrkjofm"), "", 20, S::npos);
117 test(S("liatsqdoegkmfcnbhrpj"), "", 21, S::npos);
126 test(S(""), "", S::npos);
127 test(S(""), "laenf", S::npos);
128 test(S(""), "pqlnkmbdjo", S::npos);
129 test(S(""), "qkamfogpnljdcshbreti", S::npos);
130 test(S("nhmko"), "", S::npos);
134 test(S("eolhfgpjqk"), "", S::npos);
138 test(S("gprdcokbnjhlsfmtieqa"), "", S::npos);