Home
last modified time | relevance | path

Searched refs:start_byte_index (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/training/pango/
H A Dstringrenderer.cpp375 const int start_byte_index = cluster_iter.start_index; in GetClusterStrings() local
378 std::string(full_text + start_byte_index, end_byte_index - start_byte_index); in GetClusterStrings()
389 start_byte_to_text[start_byte_index] = text; in GetClusterStrings()
490 const int start_byte_index = pango_layout_iter_get_index(cluster_iter); in ComputeClusterBoxes() local
491 const int end_byte_index = cluster_start_to_end_index[start_byte_index]; in ComputeClusterBoxes()
493 std::string(text + start_byte_index, end_byte_index - start_byte_index); in ComputeClusterBoxes()
503 start_byte_to_box[start_byte_index] = boxchar; in ComputeClusterBoxes()
508 cluster_rect.width, cluster_rect.height, start_byte_index, end_byte_index, in ComputeClusterBoxes()
511 cluster_text.c_str(), start_byte_index); in ComputeClusterBoxes()
513 cluster_text.c_str(), start_byte_index); in ComputeClusterBoxes()
[all …]
H A Dpango_font_info.cpp418 const int start_byte_index = cluster_iter.start_index; in CanRenderString() local
423 std::string(utf8_word + start_byte_index, end_byte_index - start_byte_index); in CanRenderString()
432 printf("start_byte=%d end_byte=%d start_glyph=%d end_glyph=%d ", start_byte_index, in CanRenderString()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/ast/
H A Duntyped.rs168 pub fn start_byte_index(&self) -> usize { in start_byte_index() method
176 .map(|e| e.start_byte_index()) in start_byte_index()
178 Self::PipeLine { expressions, .. } => expressions.first().start_byte_index(), in start_byte_index()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/utils/
H A DBTPeerIDByteDecoderDefinitions.java164 int start_byte_index = verdata.pos; in getSubstringStyleClientVersion() local
165 …coderUtils.getTwoByteThreePartVersion(peer_id_bytes[start_byte_index], peer_id_bytes[start_byte_in… in getSubstringStyleClientVersion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/
H A Dmock_input_channel.h67 (uint32_t start_byte_index, uint32_t end_byte_index),
H A Dinput_engine.h67 void SetCompositionRange(uint32_t start_byte_index,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/public/mojom/
H A Dinput_engine.mojom224 // `start_byte_index` and `end_byte_index` as the current composition,
228 // The order of `start_byte_index` and `end_byte_index` does not matter.
229 // If both `start_byte_index` and `end_byte_index` are the same, then this i
233 SetCompositionRange(uint32 start_byte_index, uint32 end_byte_index);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/
H A Dnative_input_method_engine.h124 void SetCompositionRange(uint32_t start_byte_index,
H A Dnative_input_method_engine.cc417 uint32_t start_byte_index, in SetCompositionRange() argument
419 const auto ordered_range = std::minmax(start_byte_index, end_byte_index); in SetCompositionRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/decoder/
H A Dsystem_engine.cc238 reply.set_composition_range().start_byte_index(), in OnReply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/public/proto/
H A Dmessages.proto165 optional uint32 start_byte_index = 1; field
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dformat.rs565 let preceeding_newline = self.pop_empty_lines(expression.start_byte_index()); in sequence()
608 doc.append(if self.pop_empty_lines(then.start_byte_index()) { in assignment()
620 let comments = self.pop_comments(expr.start_byte_index()); in expr()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextbtree.c1107 int start_byte_index; in _gtk_text_btree_insert() local
1121 start_byte_index = gtk_text_iter_get_line_index (iter); in _gtk_text_btree_insert()
1228 start_byte_index); in _gtk_text_btree_insert()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbtree.c1123 gint start_byte_index; in _gtk_text_btree_insert() local
1137 start_byte_index = gtk_text_iter_get_line_index (iter); in _gtk_text_btree_insert()
1244 start_byte_index); in _gtk_text_btree_insert()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbtree.c1117 gint start_byte_index; in _gtk_text_btree_insert() local
1131 start_byte_index = gtk_text_iter_get_line_index (iter); in _gtk_text_btree_insert()
1238 start_byte_index); in _gtk_text_btree_insert()