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

Lines Matching refs:npos

25     if (x != S::npos)
34 if (x != S::npos)
42 test(S(""), 'q', 0, S::npos);
43 test(S(""), 'q', 1, S::npos);
48 test(S("lahfb"), 'q', 5, S::npos);
49 test(S("irkhs"), 'q', 6, S::npos);
54 test(S("eolhfgpjqk"), 'q', 10, S::npos);
55 test(S("pcdrofikas"), 'q', 11, S::npos);
60 test(S("hkbgspofltajcnedqmri"), 'q', 20, S::npos);
61 test(S("oselktgbcapndfjihrmq"), 'q', 21, S::npos);
63 test(S(""), 'q', S::npos);
64 test(S("q"), 'q', S::npos);
65 test(S("qqq"), 'q', S::npos);
73 test(S(""), 'q', 0, S::npos);
74 test(S(""), 'q', 1, S::npos);
79 test(S("lahfb"), 'q', 5, S::npos);
80 test(S("irkhs"), 'q', 6, S::npos);
85 test(S("eolhfgpjqk"), 'q', 10, S::npos);
86 test(S("pcdrofikas"), 'q', 11, S::npos);
91 test(S("hkbgspofltajcnedqmri"), 'q', 20, S::npos);
92 test(S("oselktgbcapndfjihrmq"), 'q', 21, S::npos);
94 test(S(""), 'q', S::npos);
95 test(S("q"), 'q', S::npos);
96 test(S("qqq"), 'q', S::npos);