Home
last modified time | relevance | path

Searched refs:text_end (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dfs-extension-functions.cc55 int text_end = -1; in sql_basename() local
63 if (text_end != -1) { in sql_basename()
72 if (text_end == -1) { in sql_basename()
84 ssize_t text_end; in sql_dirname() local
87 while (text_end >= 0 && in sql_dirname()
88 (path_in[text_end] == '/' || path_in[text_end] == '\\')) { in sql_dirname()
89 text_end -= 1; in sql_dirname()
92 while (text_end >= 0) { in sql_dirname()
93 if (path_in[text_end] == '/' || path_in[text_end] == '\\') { in sql_dirname()
94 return string_fragment(path_in, 0, text_end == 0 ? 1 : text_end); in sql_dirname()
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-buffer-verify.cc131 text_end = num_chars; in buffer_verify_unsafe_to_break()
140 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_break()
141 text_end++; in buffer_verify_unsafe_to_break()
160 if (text_end < num_chars) in buffer_verify_unsafe_to_break()
176 text_start = text_end; in buffer_verify_unsafe_to_break()
178 text_end = text_start; in buffer_verify_unsafe_to_break()
269 unsigned text_end = 0; in buffer_verify_unsafe_to_concat() local
279 text_end = num_chars; in buffer_verify_unsafe_to_concat()
283 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_concat()
284 text_end++; in buffer_verify_unsafe_to_concat()
[all …]
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-buffer-verify.cc131 text_end = num_chars; in buffer_verify_unsafe_to_break()
140 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_break()
141 text_end++; in buffer_verify_unsafe_to_break()
160 if (text_end < num_chars) in buffer_verify_unsafe_to_break()
176 text_start = text_end; in buffer_verify_unsafe_to_break()
178 text_end = text_start; in buffer_verify_unsafe_to_break()
269 unsigned text_end = 0; in buffer_verify_unsafe_to_concat() local
279 text_end = num_chars; in buffer_verify_unsafe_to_concat()
283 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_concat()
284 text_end++; in buffer_verify_unsafe_to_concat()
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-buffer-verify.cc131 text_end = num_chars; in buffer_verify_unsafe_to_break()
140 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_break()
141 text_end++; in buffer_verify_unsafe_to_break()
160 if (text_end < num_chars) in buffer_verify_unsafe_to_break()
176 text_start = text_end; in buffer_verify_unsafe_to_break()
178 text_end = text_start; in buffer_verify_unsafe_to_break()
269 unsigned text_end = 0; in buffer_verify_unsafe_to_concat() local
279 text_end = num_chars; in buffer_verify_unsafe_to_concat()
283 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_concat()
284 text_end++; in buffer_verify_unsafe_to_concat()
[all …]
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-buffer-verify.cc131 text_end = num_chars; in buffer_verify_unsafe_to_break()
140 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_break()
141 text_end++; in buffer_verify_unsafe_to_break()
160 if (text_end < num_chars) in buffer_verify_unsafe_to_break()
176 text_start = text_end; in buffer_verify_unsafe_to_break()
178 text_end = text_start; in buffer_verify_unsafe_to_break()
269 unsigned text_end = 0; in buffer_verify_unsafe_to_concat() local
279 text_end = num_chars; in buffer_verify_unsafe_to_concat()
283 while (text_end < num_chars && text[text_end].cluster < cluster) in buffer_verify_unsafe_to_concat()
284 text_end++; in buffer_verify_unsafe_to_concat()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Ddocument.hpp437 std::vector<char_type> tmp_buf(text_start,text_end); in create_from_plain_text()
457 …ptr->add_text(text_iterator(text_start,text_start,text_end),text_iterator(text_end,text_start,text… in create_from_plain_text()
488 if(text_start==text_end) in get_next_token()
492 token_end=text_end; in get_next_token()
505 for(;emoji_end!=text_end;++emoji_end) in get_next_token()
555 sentence_end=skip_whitespace(sentence_end,text_end,markup_info); in add_text()
556 if(sentence_end==text_end) in add_text()
558 token_end=get_next_token(sentence_end,text_end,markup_info); in add_text()
636 parser.parse(text_start,text_end,*doc_ptr); in create_from_ssml()
644 while(sentence_end!=text_end) in add_text()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/locale/
H A Dencoding.hpp93 char const *text_end = text; in to_utf() local
94 while(*text_end) in to_utf()
95 text_end++; in to_utf()
105 CharType const *text_end = text; in from_utf() local
106 while(*text_end) in from_utf()
107 text_end++; in from_utf()
141 char const *text_end = text; in to_utf() local
142 while(*text_end) in to_utf()
143 text_end++; in to_utf()
156 while(*text_end) in from_utf()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-scripts/
H A Dscript.exp36 || ![info exists nm_output(text_end)] \
43 set text_end 0x104
46 set text_end 0x101
50 set text_end 0x102
57 } else { if {$nm_output(text_end) < $text_end \
58 || $nm_output(text_end) > 0x110} {
59 send_log "text_end == $nm_output(text_end)\n"
60 verbose "text_end == $nm_output(text_end)"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-scripts/
H A Dscript.exp36 || ![info exists nm_output(text_end)] \
43 set text_end 0x104
46 set text_end 0x101
50 set text_end 0x102
57 } else { if {$nm_output(text_end) < $text_end \
58 || $nm_output(text_end) > 0x110} {
59 send_log "text_end == $nm_output(text_end)\n"
60 verbose "text_end == $nm_output(text_end)"
/dports/games/vamos/vamos-0.7.1/media/
H A DXML_Parser.cc89 String_Iterator text_end; in XML_Tag() local
98 String_Iterator& text_end) in get_text_boundries() argument
101 text_end = m_text.end () - 1; in get_text_boundries()
106 text_end--; in get_text_boundries()
112 text_end--; in get_text_boundries()
200 String_Iterator text_end) in find_label() argument
269 String_Iterator text_end) in find_attributes() argument
273 text_end++; in find_attributes()
279 if (attrib_end == text_end) in find_attributes()
285 if (attrib_end == text_end) in find_attributes()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/testsuite/ld-scripts/
H A Dscript.exp38 || ![info exists nm_output(text_end)] \
48 set text_end 0x104
52 set text_end 0x101
57 set text_end 0x102
67 if {$nm_output(text_end) < $text_end \
68 || $nm_output(text_end) > 0x110} {
69 send_log "text_end == $nm_output(text_end)\n"
70 verbose "text_end == $nm_output(text_end)"

12345678910>>...37