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

Lines Matching refs:npos

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);
53 test(S("srdfq"), "", 1, S::npos);
54 test(S("oemth"), "ikcrq", 1, S::npos);
57 test(S("cshmd"), "", 2, S::npos);
61 test(S("fmtsp"), "", 4, S::npos);
62 test(S("khbpm"), "aobjd", 4, S::npos);
63 test(S("pbsji"), "pcbahntsje", 4, S::npos);
65 test(S("eqmpa"), "", 5, S::npos);
66 test(S("omigs"), "kocgb", 5, S::npos);
67 test(S("onmje"), "fbslrjiqkm", 5, S::npos);
68 test(S("oqmrj"), "jeidpcmalhfnqbgtrsko", 5, S::npos);
69 test(S("schfa"), "", 6, S::npos);
70 test(S("igdsc"), "qngpd", 6, S::npos);
71 test(S("brqgo"), "rodhqklgmb", 6, S::npos);
72 test(S("tnrph"), "thdjgafrlbkoiqcspmne", 6, S::npos);
73 test(S("hcjitbfapl"), "", 0, S::npos);
77 test(S("qpghtfbaji"), "", 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);
87 test(S("drtasbgmfp"), "ktsrmnqagd", 9, S::npos);
89 test(S("elgofjmbrq"), "", 10, S::npos);
90 test(S("mjqdgalkpc"), "dplqa", 10, S::npos);
91 test(S("kthqnfcerm"), "dkacjoptns", 10, S::npos);
92 test(S("dfsjhanorc"), "hqfimtrgnbekpdcsjalo", 10, S::npos);
93 test(S("eqsgalomhb"), "", 11, S::npos);
94 test(S("akiteljmoh"), "lofbc", 11, S::npos);
95 test(S("hlbdfreqjo"), "astoegbfpn", 11, S::npos);
96 test(S("taqobhlerg"), "pdgreqomsncafklhtibj", 11, S::npos);
97 test(S("snafbdlghrjkpqtoceim"), "", 0, S::npos);
101 test(S("jlnkraeodhcspfgbqitm"), "", 1, S::npos);
105 test(S("hdpkobnsalmcfijregtq"), "", 10, S::npos);
109 test(S("niptglfbosehkamrdqcj"), "", 19, S::npos);
110 test(S("copqdhstbingamjfkler"), "djkqc", 19, S::npos);
113 test(S("eaintpchlqsbdgrkjofm"), "", 20, S::npos);
114 test(S("gjnhidfsepkrtaqbmclo"), "nocfa", 20, S::npos);
115 test(S("spocfaktqdbiejlhngmr"), "bgtajmiedc", 20, S::npos);
116 test(S("rphmlekgfscndtaobiqj"), "lsckfnqgdahejiopbtmr", 20, S::npos);
117 test(S("liatsqdoegkmfcnbhrpj"), "", 21, S::npos);
118 test(S("binjagtfldkrspcomqeh"), "gfsrt", 21, S::npos);
119 test(S("latkmisecnorjbfhqpdg"), "pfsocbhjtm", 21, S::npos);
120 test(S("lecfratdjkhnsmqpoigb"), "tpflmdnoicjgkberhqsa", 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);