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

Lines Matching refs:npos

12 // size_type find_last_not_of(const basic_string& str, size_type pos = npos) const;
24 if (x != S::npos)
33 if (x != S::npos)
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos);
51 test(S("mekdn"), S("ngtjfcalbseiqrphmkdo"), 0, S::npos);
55 test(S("qohtk"), S("oqftjhdmkgsblacenirp"), 1, S::npos);
59 test(S("pkrof"), S("acbsjqogpltdkhinfrem"), 2, S::npos);
63 test(S("mprdj"), S("fhepcrntkoagbmldqijs"), 4, S::npos);
67 test(S("oqmrj"), S("jeidpcmalhfnqbgtrsko"), 5, S::npos);
70 test(S("brqgo"), S("rodhqklgmb"), 6, S::npos);
71 test(S("tnrph"), S("thdjgafrlbkoiqcspmne"), 6, S::npos);
73 test(S("daiprenocl"), S("ashjd"), 0, S::npos);
74 test(S("litpcfdghe"), S("mgojkldsqh"), 0, S::npos);
75 test(S("aidjksrolc"), S("imqnaghkfrdtlopbjesc"), 0, S::npos);
79 test(S("gbmetiprqd"), S("bdfjqgatlksriohemnpc"), 1, S::npos);
83 test(S("cpebqsfmnj"), S("odnqkgijrhabfmcestlp"), 5, S::npos);
87 test(S("lsaijeqhtr"), S("rtdhgcisbnmoaqkfpjle"), 9, S::npos);
91 test(S("dfsjhanorc"), S("hqfimtrgnbekpdcsjalo"), 10, S::npos);
95 test(S("taqobhlerg"), S("pdgreqomsncafklhtibj"), 11, S::npos);
98 test(S("pnracgfkjdiholtbqsem"), S("tboimldpjh"), 0, S::npos);
99 test(S("dicfltehbsgrmojnpkaq"), S("slcerthdaiqjfnobgkpm"), 0, S::npos);
103 test(S("gpifsqlrdkbonjtmheca"), S("mkqpbtdalgniorhfescj"), 1, S::npos);
107 test(S("crsplifgtqedjohnabmk"), S("blkhjeogicatqfnpdmsr"), 10, S::npos);
111 test(S("kojatdhlcmigpbfrqnes"), S("bqjhtkfepimcnsgrlado"), 19, S::npos);
115 test(S("rphmlekgfscndtaobiqj"), S("lsckfnqgdahejiopbtmr"), 20, S::npos);
119 test(S("lecfratdjkhnsmqpoigb"), S("tpflmdnoicjgkberhqsa"), 21, S::npos);
125 test(S(""), S(""), S::npos);
126 test(S(""), S("laenf"), S::npos);
127 test(S(""), S("pqlnkmbdjo"), S::npos);
128 test(S(""), S("qkamfogpnljdcshbreti"), S::npos);
132 test(S("odaft"), S("oknlrstdpiqmjbaghcfe"), S::npos);
136 test(S("hkbgspoflt"), S("oselktgbcapndfjihrmq"), S::npos);
140 test(S("pniotcfrhqsmgdkjbael"), S("htaobedqikfplcgjsmrn"), S::npos);