Home
last modified time | relevance | path

Searched refs:utf8_string (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dutf8_string.h287 utf8_string& operator=( utf8_string const &s ) {
298 utf8_string& operator=( utf8_string<StringType2> const &s ) {
453 utf8_string& append( utf8_string const &s ) {
458 utf8_string& append( utf8_string<StringType2> const &s ) {
515 utf8_string& operator+=( utf8_string const &s ) {
548 utf8_string& assign( utf8_string const &s );
552 utf8_string& assign( utf8_string<StringType2> const &s );
596 utf8_string& take( utf8_string &s );
856 utf8_string& insert( size_type pos, utf8_string const &s,
1249 utf8_string<StringType>::assign( utf8_string const &s ) {
[all …]
H A Dutf8_string.tcc29 typename utf8_string<StringType>::const_storage_pointer
30 utf8_string<StringType>::dup( size_type c_n, value_type c ) { in dup()
43 template<class StringType> utf8_string<StringType>&
55 utf8_string<StringType>::compare( size_type pos, size_type n, in compare()
295 utf8_string<StringType>::find_first_not_of( value_type c, in find_first_not_of()
426 template<class StringType> utf8_string<StringType>&
437 template<class StringType> utf8_string<StringType>&
447 template<class StringType> utf8_string<StringType>&
473 template<class StringType> utf8_string<StringType>&
484 template<class StringType> utf8_string<StringType>&
[all …]
/dports/math/ump/ump-0.8.6/src/
H A Dutf8_string.h32 class utf8_string
47 utf8_string();
48 utf8_string( const utf8_string &src ) throw(error_obj);
49 utf8_string( const char *src ) throw(error_obj);
50 ~utf8_string();
52 utf8_string & clear(void) throw();
60 utf8_string & insert( const utf8_string &src, uint32 pos ) throw(error_obj);
61 …inline utf8_string & prepend( const utf8_string &src ) throw(error_obj) { return insert( src, 0 );… in prepend()
62 utf8_string & append( const utf8_string &src ) throw(error_obj);
65 inline utf8_string & replace( uint32 pos, uint32 len, const utf8_string &src ) throw(error_obj) in replace()
[all …]
H A Dutf8_string.cpp34 utf8_string::utf8_string() in utf8_string() function in utf8_string
39 utf8_string::utf8_string( const utf8_string &src ) throw(error_obj) in utf8_string() function in utf8_string
45 utf8_string::utf8_string( const char *src ) throw(error_obj) in utf8_string() function in utf8_string
70 utf8_string::~utf8_string() in ~utf8_string()
75 utf8_string & utf8_string::clear(void) throw() in clear()
126 utf8_string & utf8_string::append( const utf8_string &src ) throw(error_obj) in append()
143 void utf8_string::operator=( const utf8_string &src ) throw(error_obj) in operator =()
156 bool utf8_string::operator==( const utf8_string &src ) const in operator ==()
222 utf8_string & utf8_string::remove( uint32 pos, uint32 len ) in remove()
247 utf8_string & utf8_string::insert( const utf8_string &src, uint32 pos ) throw(error_obj) in insert()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dfc_utf8.c253 *end = utf8_string; in fc_utf8_validate()
257 utf8_string += size; in fc_utf8_validate()
260 *end = utf8_string; in fc_utf8_validate()
285 *end = utf8_string; in fc_utf8_validate_len()
299 utf8_string += size; in fc_utf8_validate_len()
302 *end = utf8_string; in fc_utf8_validate_len()
325 return utf8_string; in fc_utf8_validate_trunc()
344 return utf8_string; in fc_utf8_validate_trunc_len()
389 return utf8_string; in fc_utf8_validate_rep_len()
408 utf8_char = utf8_string; in fc_utf8_validate_rep_dup()
[all …]
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dfc_utf8.c253 *end = utf8_string; in fc_utf8_validate()
257 utf8_string += size; in fc_utf8_validate()
260 *end = utf8_string; in fc_utf8_validate()
285 *end = utf8_string; in fc_utf8_validate_len()
299 utf8_string += size; in fc_utf8_validate_len()
302 *end = utf8_string; in fc_utf8_validate_len()
325 return utf8_string; in fc_utf8_validate_trunc()
344 return utf8_string; in fc_utf8_validate_trunc_len()
389 return utf8_string; in fc_utf8_validate_rep_len()
408 utf8_char = utf8_string; in fc_utf8_validate_rep_dup()
[all …]
/dports/converters/p5-Unicode-MapUTF8/Unicode-MapUTF8-1.14/t/
H A D01_unicode_maputf8.t58 my $utf8_string = 'Hello World';
66 $utf8_string = '';
83 my $utf8_string = 'Hello World';
91 $utf8_string = '';
114 my $utf8_string = 'Hello World';
122 $utf8_string = '';
152 my $utf8_string = 'Hello World';
160 $utf8_string = '';
173 $utf8_string = 'Hello World';
226 my $utf8_string = $parms->{-utf8};
[all …]
/dports/devel/libfwsi/libfwsi-20210419/pyfwsi/
H A Dpyfwsi_network_location.c242 if( utf8_string == NULL ) in pyfwsi_network_location_get_location()
292 utf8_string ); in pyfwsi_network_location_get_location()
297 if( utf8_string != NULL ) in pyfwsi_network_location_get_location()
300 utf8_string ); in pyfwsi_network_location_get_location()
364 if( utf8_string == NULL ) in pyfwsi_network_location_get_description()
414 utf8_string ); in pyfwsi_network_location_get_description()
419 if( utf8_string != NULL ) in pyfwsi_network_location_get_description()
422 utf8_string ); in pyfwsi_network_location_get_description()
486 if( utf8_string == NULL ) in pyfwsi_network_location_get_comments()
536 utf8_string ); in pyfwsi_network_location_get_comments()
[all …]
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dutf.cpp117 while (*utf8_string != '\0') in UTF8CharacterCount()
119 UTF8DecodeChar(utf8_string, &utf8_string); in UTF8CharacterCount()
175 while (*utf8_string != '\0' in UTF8CharacterAtOffset()
179 UTF8DecodeChar(utf8_string, &utf8_string); in UTF8CharacterAtOffset()
184 if (*utf8_string == '\0') in UTF8CharacterAtOffset()
189 return utf8_string; in UTF8CharacterAtOffset()
349 char *curOutPos = utf8_string; in UTF16toUTF8()
351 if (utf8_string == nullptr) in UTF16toUTF8()
372 return utf8_string; in UTF16toUTF8()
481 if (utf8_string == nullptr) in UTF32toUTF8()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
74 inline utf8_string to_utf8(wchar_t value) in to_utf8()
76 utf8_string result; in to_utf8()
89 utf8_string result; in to_utf8()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string;
23 inline utf8_string to_utf8(Char value)
26 utf8_string result;
36 inline utf8_string to_utf8(Char const* str)
39 utf8_string result;
50 inline utf8_string
54 utf8_string result;
68 inline utf8_string to_utf8(wchar_t value)
70 utf8_string result;
83 utf8_string result;
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp20 typedef std::basic_string<utf8_char> utf8_string; typedef
23 inline utf8_string to_utf8(Char value) in to_utf8()
26 utf8_string result; in to_utf8()
36 inline utf8_string to_utf8(Char const* str) in to_utf8()
39 utf8_string result; in to_utf8()
50 inline utf8_string
54 utf8_string result; in to_utf8()
68 inline utf8_string to_utf8(wchar_t value) in to_utf8()
70 utf8_string result; in to_utf8()
83 utf8_string result; in to_utf8()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/support/
H A Dutf8.hpp25 typedef std::basic_string<utf8_char> utf8_string; typedef
28 inline utf8_string to_utf8(Char value) in to_utf8()
31 utf8_string result; in to_utf8()
41 inline utf8_string to_utf8(Char const* str) in to_utf8()
44 utf8_string result; in to_utf8()
55 inline utf8_string
59 utf8_string result; in to_utf8()
73 inline utf8_string to_utf8(wchar_t value) in to_utf8()
75 utf8_string result; in to_utf8()
88 utf8_string result; in to_utf8()
[all …]

12345678910>>...76