Lines Matching refs:test

21 test(const S& s, typename S::value_type c, typename S::size_type pos,
31 test(const S& s, typename S::value_type c, typename S::size_type x)
42 test(S(""), 'q', 0, S::npos);
43 test(S(""), 'q', 1, S::npos);
44 test(S("kitcj"), 'q', 0, 0);
45 test(S("qkamf"), 'q', 1, 1);
46 test(S("nhmko"), 'q', 2, 2);
47 test(S("tpsaf"), 'q', 4, 4);
48 test(S("lahfb"), 'q', 5, S::npos);
49 test(S("irkhs"), 'q', 6, S::npos);
50 test(S("gmfhdaipsr"), 'q', 0, 0);
51 test(S("kantesmpgj"), 'q', 1, 1);
52 test(S("odaftiegpm"), 'q', 5, 5);
53 test(S("oknlrstdpi"), 'q', 9, 9);
54 test(S("eolhfgpjqk"), 'q', 10, S::npos);
55 test(S("pcdrofikas"), 'q', 11, S::npos);
56 test(S("nbatdlmekrgcfqsophij"), 'q', 0, 0);
57 test(S("bnrpehidofmqtcksjgla"), 'q', 1, 1);
58 test(S("jdmciepkaqgotsrfnhlb"), 'q', 10, 10);
59 test(S("jtdaefblsokrmhpgcnqi"), 'q', 19, 19);
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);
66 test(S("csope"), 'q', 0);
67 test(S("gfsmthlkon"), 'q', 0);
68 test(S("laenfsbridchgotmkqpj"), 'q', 0);
73 test(S(""), 'q', 0, S::npos);
74 test(S(""), 'q', 1, S::npos);
75 test(S("kitcj"), 'q', 0, 0);
76 test(S("qkamf"), 'q', 1, 1);
77 test(S("nhmko"), 'q', 2, 2);
78 test(S("tpsaf"), 'q', 4, 4);
79 test(S("lahfb"), 'q', 5, S::npos);
80 test(S("irkhs"), 'q', 6, S::npos);
81 test(S("gmfhdaipsr"), 'q', 0, 0);
82 test(S("kantesmpgj"), 'q', 1, 1);
83 test(S("odaftiegpm"), 'q', 5, 5);
84 test(S("oknlrstdpi"), 'q', 9, 9);
85 test(S("eolhfgpjqk"), 'q', 10, S::npos);
86 test(S("pcdrofikas"), 'q', 11, S::npos);
87 test(S("nbatdlmekrgcfqsophij"), 'q', 0, 0);
88 test(S("bnrpehidofmqtcksjgla"), 'q', 1, 1);
89 test(S("jdmciepkaqgotsrfnhlb"), 'q', 10, 10);
90 test(S("jtdaefblsokrmhpgcnqi"), 'q', 19, 19);
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);
97 test(S("csope"), 'q', 0);
98 test(S("gfsmthlkon"), 'q', 0);
99 test(S("laenfsbridchgotmkqpj"), 'q', 0);