Home | History | Annotate | Download | only in string.view.find
      1 //===----------------------------------------------------------------------===//
      2 //
      3 //                     The LLVM Compiler Infrastructure
      4 //
      5 // This file is dual licensed under the MIT and the University of Illinois Open
      6 // Source Licenses. See LICENSE.TXT for details.
      7 //
      8 //===----------------------------------------------------------------------===//
      9 
     10 // <string_view>
     11 
     12 // constexpr size_type find_last_not_of(const charT* s, size_type pos = npos) const;
     13 
     14 #include <string_view>
     15 #include <cassert>
     16 
     17 #include "test_macros.h"
     18 #include "constexpr_char_traits.hpp"
     19 
     20 template <class S>
     21 void
     22 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
     23      typename S::size_type x)
     24 {
     25     assert(s.find_last_not_of(str, pos) == x);
     26     if (x != S::npos)
     27         assert(x <= pos && x < s.size());
     28 }
     29 
     30 template <class S>
     31 void
     32 test(const S& s, const typename S::value_type* str, typename S::size_type x)
     33 {
     34     assert(s.find_last_not_of(str) == x);
     35     if (x != S::npos)
     36         assert(x < s.size());
     37 }
     38 
     39 template <class S>
     40 void test0()
     41 {
     42     test(S(""), "", 0, S::npos);
     43     test(S(""), "laenf", 0, S::npos);
     44     test(S(""), "pqlnkmbdjo", 0, S::npos);
     45     test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
     46     test(S(""), "", 1, S::npos);
     47     test(S(""), "bjaht", 1, S::npos);
     48     test(S(""), "hjlcmgpket", 1, S::npos);
     49     test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos);
     50     test(S("fodgq"), "", 0, 0);
     51     test(S("qanej"), "dfkap", 0, 0);
     52     test(S("clbao"), "ihqrfebgad", 0, 0);
     53     test(S("mekdn"), "ngtjfcalbseiqrphmkdo", 0, S::npos);
     54     test(S("srdfq"), "", 1, 1);
     55     test(S("oemth"), "ikcrq", 1, 1);
     56     test(S("cdaih"), "dmajblfhsg", 1, 0);
     57     test(S("qohtk"), "oqftjhdmkgsblacenirp", 1, S::npos);
     58     test(S("cshmd"), "", 2, 2);
     59     test(S("lhcdo"), "oebqi", 2, 2);
     60     test(S("qnsoh"), "kojhpmbsfe", 2, 1);
     61     test(S("pkrof"), "acbsjqogpltdkhinfrem", 2, S::npos);
     62     test(S("fmtsp"), "", 4, 4);
     63     test(S("khbpm"), "aobjd", 4, 4);
     64     test(S("pbsji"), "pcbahntsje", 4, 4);
     65     test(S("mprdj"), "fhepcrntkoagbmldqijs", 4, S::npos);
     66     test(S("eqmpa"), "", 5, 4);
     67     test(S("omigs"), "kocgb", 5, 4);
     68     test(S("onmje"), "fbslrjiqkm", 5, 4);
     69     test(S("oqmrj"), "jeidpcmalhfnqbgtrsko", 5, S::npos);
     70     test(S("schfa"), "", 6, 4);
     71     test(S("igdsc"), "qngpd", 6, 4);
     72     test(S("brqgo"), "rodhqklgmb", 6, S::npos);
     73     test(S("tnrph"), "thdjgafrlbkoiqcspmne", 6, S::npos);
     74     test(S("hcjitbfapl"), "", 0, 0);
     75     test(S("daiprenocl"), "ashjd", 0, S::npos);
     76     test(S("litpcfdghe"), "mgojkldsqh", 0, S::npos);
     77     test(S("aidjksrolc"), "imqnaghkfrdtlopbjesc", 0, S::npos);
     78     test(S("qpghtfbaji"), "", 1, 1);
     79     test(S("gfshlcmdjr"), "nadkh", 1, 1);
     80     test(S("nkodajteqp"), "ofdrqmkebl", 1, 0);
     81     test(S("gbmetiprqd"), "bdfjqgatlksriohemnpc", 1, S::npos);
     82     test(S("crnklpmegd"), "", 5, 5);
     83     test(S("jsbtafedoc"), "prqgn", 5, 5);
     84     test(S("qnmodrtkeb"), "pejafmnokr", 5, 4);
     85     test(S("cpebqsfmnj"), "odnqkgijrhabfmcestlp", 5, S::npos);
     86     test(S("lmofqdhpki"), "", 9, 9);
     87     test(S("hnefkqimca"), "rtjpa", 9, 8);
     88     test(S("drtasbgmfp"), "ktsrmnqagd", 9, 9);
     89     test(S("lsaijeqhtr"), "rtdhgcisbnmoaqkfpjle", 9, S::npos);
     90     test(S("elgofjmbrq"), "", 10, 9);
     91     test(S("mjqdgalkpc"), "dplqa", 10, 9);
     92     test(S("kthqnfcerm"), "dkacjoptns", 10, 9);
     93     test(S("dfsjhanorc"), "hqfimtrgnbekpdcsjalo", 10, S::npos);
     94     test(S("eqsgalomhb"), "", 11, 9);
     95     test(S("akiteljmoh"), "lofbc", 11, 9);
     96     test(S("hlbdfreqjo"), "astoegbfpn", 11, 8);
     97     test(S("taqobhlerg"), "pdgreqomsncafklhtibj", 11, S::npos);
     98     test(S("snafbdlghrjkpqtoceim"), "", 0, 0);
     99     test(S("aemtbrgcklhndjisfpoq"), "lbtqd", 0, 0);
    100     test(S("pnracgfkjdiholtbqsem"), "tboimldpjh", 0, S::npos);
    101     test(S("dicfltehbsgrmojnpkaq"), "slcerthdaiqjfnobgkpm", 0, S::npos);
    102     test(S("jlnkraeodhcspfgbqitm"), "", 1, 1);
    103     test(S("lhosrngtmfjikbqpcade"), "aqibs", 1, 1);
    104     test(S("rbtaqjhgkneisldpmfoc"), "gtfblmqinc", 1, 0);
    105     test(S("gpifsqlrdkbonjtmheca"), "mkqpbtdalgniorhfescj", 1, S::npos);
    106     test(S("hdpkobnsalmcfijregtq"), "", 10, 10);
    107     test(S("jtlshdgqaiprkbcoenfm"), "pblas", 10, 9);
    108     test(S("fkdrbqltsgmcoiphneaj"), "arosdhcfme", 10, 9);
    109     test(S("crsplifgtqedjohnabmk"), "blkhjeogicatqfnpdmsr", 10, S::npos);
    110     test(S("niptglfbosehkamrdqcj"), "", 19, 19);
    111     test(S("copqdhstbingamjfkler"), "djkqc", 19, 19);
    112     test(S("mrtaefilpdsgocnhqbjk"), "lgokshjtpb", 19, 16);
    113     test(S("kojatdhlcmigpbfrqnes"), "bqjhtkfepimcnsgrlado", 19, S::npos);
    114     test(S("eaintpchlqsbdgrkjofm"), "", 20, 19);
    115     test(S("gjnhidfsepkrtaqbmclo"), "nocfa", 20, 18);
    116     test(S("spocfaktqdbiejlhngmr"), "bgtajmiedc", 20, 19);
    117     test(S("rphmlekgfscndtaobiqj"), "lsckfnqgdahejiopbtmr", 20, S::npos);
    118     test(S("liatsqdoegkmfcnbhrpj"), "", 21, 19);
    119     test(S("binjagtfldkrspcomqeh"), "gfsrt", 21, 19);
    120     test(S("latkmisecnorjbfhqpdg"), "pfsocbhjtm", 21, 19);
    121     test(S("lecfratdjkhnsmqpoigb"), "tpflmdnoicjgkberhqsa", 21, S::npos);
    122 }
    123 
    124 template <class S>
    125 void test1()
    126 {
    127     test(S(""), "", S::npos);
    128     test(S(""), "laenf", S::npos);
    129     test(S(""), "pqlnkmbdjo", S::npos);
    130     test(S(""), "qkamfogpnljdcshbreti", S::npos);
    131     test(S("nhmko"), "", 4);
    132     test(S("lahfb"), "irkhs", 4);
    133     test(S("gmfhd"), "kantesmpgj", 4);
    134     test(S("odaft"), "oknlrstdpiqmjbaghcfe", S::npos);
    135     test(S("eolhfgpjqk"), "", 9);
    136     test(S("nbatdlmekr"), "bnrpe", 8);
    137     test(S("jdmciepkaq"), "jtdaefblso", 9);
    138     test(S("hkbgspoflt"), "oselktgbcapndfjihrmq", S::npos);
    139     test(S("gprdcokbnjhlsfmtieqa"), "", 19);
    140     test(S("qjghlnftcaismkropdeb"), "bjaht", 18);
    141     test(S("pnalfrdtkqcmojiesbhg"), "hjlcmgpket", 17);
    142     test(S("pniotcfrhqsmgdkjbael"), "htaobedqikfplcgjsmrn", S::npos);
    143 }
    144 
    145 int main()
    146 {
    147     {
    148     typedef std::string_view S;
    149     test0<S>();
    150     test1<S>();
    151     }
    152 
    153 #if TEST_STD_VER > 11
    154     {
    155     typedef std::basic_string_view<char, constexpr_char_traits<char>> SV;
    156     constexpr SV  sv1;
    157     constexpr SV  sv2 { "abcde", 5 };
    158 
    159     static_assert (sv1.find_last_not_of( "",      0) == SV::npos, "" );
    160     static_assert (sv1.find_last_not_of( "irkhs", 5) == SV::npos, "" );
    161     static_assert (sv2.find_last_not_of( "",      0) == 0, "" );
    162     static_assert (sv2.find_last_not_of( "gfsrt", 5) == 4, "" );
    163     static_assert (sv2.find_last_not_of( "lecar", 5) == 3, "" );
    164     }
    165 #endif
    166 }
    167