Home
last modified time | relevance | path

Searched refs:starts_with_bom (Results 1 – 25 of 88) sorted by relevance

1234

/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/utf8/
H A Dcpp17.h91 inline bool starts_with_bom(std::string_view s) in starts_with_bom() function
93 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libebml/src/lib/utf8-cpp/source/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/utf8-cpp/source/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
H A Dcpp17.h95 inline bool starts_with_bom(std::string_view s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
H A Dcore.h309 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/utfcpp/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/utfcpp/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/devel/utf8cpp/utfcpp-3.1.2/source/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/devel/utf8cpp/utfcpp-3.1.2/tests/
H A Dtest_cpp11.cpp100 bool bbom = starts_with_bom(byte_order_mark); in TEST()
103 bool no_bbom = starts_with_bom(threechars); in TEST()
H A Dtest_checked_api.cpp183 bool bbom = starts_with_bom(byte_order_mark, byte_order_mark + sizeof(byte_order_mark)); in TEST()
186 bool no_bbom = starts_with_bom(threechars, threechars + sizeof(threechars)); in TEST()
/dports/games/warzone2100/warzone2100/3rdparty/utfcpp/source/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/games/warzone2100/warzone2100/3rdparty/utfcpp/tests/
H A Dtest_cpp11.cpp100 bool bbom = starts_with_bom(byte_order_mark); in TEST()
103 bool no_bbom = starts_with_bom(threechars); in TEST()
H A Dtest_checked_api.cpp183 bool bbom = starts_with_bom(byte_order_mark, byte_order_mark + sizeof(byte_order_mark)); in TEST()
186 bool no_bbom = starts_with_bom(threechars, threechars + sizeof(threechars)); in TEST()
/dports/multimedia/assimp/assimp-5.1.3/contrib/utf8cpp/source/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/third-party/utfcpp/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/textproc/lttoolbox/lttoolbox-3.5.4/utf8/utf8/
H A Dcpp11.h95 inline bool starts_with_bom(const std::string& s) in starts_with_bom() function
97 return starts_with_bom(s.begin(), s.end()); in starts_with_bom()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Demoji_keyboard.cpp74 utf8::starts_with_bom(line.begin(), line.end())) in getKeyboardLayout()
/dports/net-mgmt/icinga2/icinga2-2.13.2/third-party/utf8cpp/test_drivers/smoke_test/
H A Dtest.cpp144 bool bbom = starts_with_bom(byte_order_mark, byte_order_mark + sizeof(byte_order_mark)); in main()
146 bool no_bbom = starts_with_bom(threechars, threechars + sizeof(threechars)); in main()
/dports/games/freesynd/freesynd-0.7.5/src/utils/utf8/
H A Dcore.h335 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/utf8/
H A Dcore.h335 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function
/dports/security/md5deep/hashdeep-cd2ed74/src/utf8/
H A Dcore.h335 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function
/dports/devel/love08/love-0.8.0/src/libraries/utf8/utf8/
H A Dcore.h335 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function
/dports/chinese/librime/librime-1.7.3/thirdparty/include/utf8/
H A Dcore.h335 inline bool starts_with_bom (octet_iterator it, octet_iterator end) in starts_with_bom() function

1234