Home
last modified time | relevance | path

Searched refs:char_end (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net/netatalk3/netatalk-3.1.12/contrib/shell_utils/
H A Dmake-casetable.pl81 our $char_end;
232 $char_end = ($block_end * 64) -1;
235 $_[0], $table_no, $char_end - $char_start +1);
237 for ($char = $char_start ; $char <= $char_end ; $char++) {
249 $char_end);
254 $char_start, $char_end);
292 $char_end = ($block_end * 64) -1;
295 $_[0], $table_no, $char_end - $char_start +1);
297 for ($char = $char_start ; $char <= $char_end ; $char++) {
310 $table_sp[$char_start][1], $table_sp[$char_end][1]);
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dpostfix_master.aug24 in let char_end = char_start | /[]["\/]/
25 in let char_middle = char_end | " "
26 in char_start . char_middle* . char_end
/dports/textproc/gspell/gspell-1.9.1/testsuite/
H A Dtest-entry.c67 word->char_end = -1; in add_word()
78 gint char_end) in add_word_full() argument
87 word->char_end = char_end; in add_word_full()
115 if (word1->char_end != -1 && in check_entry_word_equal()
116 word2->char_end != -1) in check_entry_word_equal()
118 g_assert_cmpint (word1->char_end, ==, word2->char_end); in check_entry_word_equal()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dppc64_helpers.h1661 char char_start, char_end; in build_char_range_table() local
1665 char_end = 'z'; in build_char_range_table()
1667 char_ranges[i++] = char_end; in build_char_range_table()
1670 char_end = 'Z'; in build_char_range_table()
1672 char_ranges[i++] = char_end; in build_char_range_table()
1675 char_end = '9'; in build_char_range_table()
1677 char_ranges[i++] = char_end; in build_char_range_table()
1680 char_end = 'z'; in build_char_range_table()
1682 char_ranges[i++] = char_end; in build_char_range_table()
1685 char_end = 'e'; in build_char_range_table()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dppc64_helpers.h1661 char char_start, char_end; in build_char_range_table() local
1665 char_end = 'z'; in build_char_range_table()
1667 char_ranges[i++] = char_end; in build_char_range_table()
1670 char_end = 'Z'; in build_char_range_table()
1672 char_ranges[i++] = char_end; in build_char_range_table()
1675 char_end = '9'; in build_char_range_table()
1677 char_ranges[i++] = char_end; in build_char_range_table()
1680 char_end = 'z'; in build_char_range_table()
1682 char_ranges[i++] = char_end; in build_char_range_table()
1685 char_end = 'e'; in build_char_range_table()
[all …]
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-entry-utils.h42 gint char_end; member
H A Dgspell-entry.c284 return (word->char_start <= cursor_pos && cursor_pos <= word->char_end); in is_current_word()
576 if (cur_word->char_start <= pos && pos <= cur_word->char_end) in get_entry_word_at_popup_position()
653 word->char_end); in suggestion_activated_cb()
759 if (cur_word->char_start <= char_pos && char_pos < cur_word->char_end) in is_inside_word()
778 if (cur_word->char_end == char_pos) in ends_word()
H A Dgspell-entry-utils.c133 word->char_end = attr_num; in _gspell_entry_utils_get_words()
/dports/textproc/groff/groff-1.22.4/src/preproc/refer/
H A Dref.cpp755 const char *char_end = ptr; in capitalize() local
758 const token_info *ti2 = lookup_token(char_end, ptr); in capitalize()
760 ptr = char_end; in capitalize()
767 ti->upper_case(start, char_end, result); in capitalize()
768 result.append(char_end, ptr - char_end); in capitalize()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/refer/
H A Dref.cc754 const char *char_end = ptr; in capitalize() local
757 const token_info *ti2 = lookup_token(char_end, ptr); in capitalize()
759 ptr = char_end; in capitalize()
766 ti->upper_case(start, char_end, result); in capitalize()
767 result.append(char_end, ptr - char_end); in capitalize()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp431 uint32_t char_end = CopyAndVerifyOrFail(c.baseChar + c.nChars, in SetGlyphsFromSegment() local
435 CopyAndVerifyOrFail(c.baseChar + 1, val <= char_end, &failedVerify); in SetGlyphsFromSegment()
440 for (uint32_t j = char_start; j < char_end; ++j) { in SetGlyphsFromSegment()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp433 uint32_t char_end = CopyAndVerifyOrFail(c.baseChar + c.nChars, in SetGlyphsFromSegment() local
437 CopyAndVerifyOrFail(c.baseChar + 1, val <= char_end, &failedVerify); in SetGlyphsFromSegment()
442 for (uint32_t j = char_start; j < char_end; ++j) { in SetGlyphsFromSegment()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp431 uint32_t char_end = CopyAndVerifyOrFail(c.baseChar + c.nChars, in SetGlyphsFromSegment() local
435 CopyAndVerifyOrFail(c.baseChar + 1, val <= char_end, &failedVerify); in SetGlyphsFromSegment()
440 for (uint32_t j = char_start; j < char_end; ++j) { in SetGlyphsFromSegment()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxGraphiteShaper.cpp431 uint32_t char_end = CopyAndVerifyOrFail(c.baseChar + c.nChars, in SetGlyphsFromSegment() local
435 CopyAndVerifyOrFail(c.baseChar + 1, val <= char_end, &failedVerify); in SetGlyphsFromSegment()
440 for (uint32_t j = char_start; j < char_end; ++j) { in SetGlyphsFromSegment()
/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Dlibcommon.cpp745 const char* char_end = beg+max_len; in truncate_utf8_string() local
753 const gunichar guch = g_utf8_get_char_validated(p, char_end-p); in truncate_utf8_string()
755 return char_end - beg; in truncate_utf8_string()
756 char_end = p; in truncate_utf8_string()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/strings/
H A Dcord_test.cc1445 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1446 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1456 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1457 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1458 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1502 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1503 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1505 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1507 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/
H A Dcord_test.cc1488 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1489 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1499 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1500 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1501 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1545 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1546 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1548 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1550 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/strings/
H A Dcord_test.cc1461 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1462 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1472 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1473 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1474 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1518 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1519 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1521 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1523 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/
H A Dcord_test.cc1488 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1489 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1499 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1500 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1501 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1545 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1546 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1548 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1550 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dcord_test.cc1630 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1631 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1641 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1642 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1643 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1687 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1688 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1690 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1692 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/
H A Dcord_test.cc1630 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()
1631 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()
1641 while (pre_iter != cord.char_end() && post_iter != cord.char_end()) { in VerifyCharIterator()
1642 EXPECT_FALSE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1643 EXPECT_FALSE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1687 EXPECT_TRUE(pre_iter == cord.char_end()); // NOLINT: explicitly test == in VerifyCharIterator()
1688 EXPECT_TRUE(post_iter == cord.char_end()); // NOLINT in VerifyCharIterator()
1690 absl::Cord::CharIterator zero_advanced_end = cord.char_end(); in VerifyCharIterator()
1692 EXPECT_EQ(zero_advanced_end, cord.char_end()); in VerifyCharIterator()
/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/tests/
H A Dproptest_tests.rs19 fn string_remove(text: &mut String, char_start: usize, char_end: usize) { in string_remove()
21 let byte_end = char_to_byte_idx(text, char_end); in string_remove()
27 fn string_slice(text: &str, char_start: usize, char_end: usize) -> &str { in string_slice()
30 let byte_end = char_to_byte_idx(text, char_end - char_start); in string_slice()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/tests/
H A Dproptest_tests.rs19 fn string_remove(text: &mut String, char_start: usize, char_end: usize) { in string_remove()
21 let byte_end = char_to_byte_idx(text, char_end); in string_remove()
27 fn string_slice(text: &str, char_start: usize, char_end: usize) -> &str { in string_slice()
30 let byte_end = char_to_byte_idx(text, char_end - char_start); in string_slice()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dx11term.c935 char * char_end = (char_scan + x_length); variable
937 while (char_scan < char_end)
976 char * char_end = (char_scan + x_length); variable
978 while (char_scan < char_end)
/dports/devel/py-curtsies/curtsies-0.3.10/curtsies/
H A Dformatstring.py749 for char, char_start, char_end in zip(s, divides[:-1], divides[1:]):
750 if char_start == start and char_end == start:
753 elif char_start >= start and char_end <= end:
757 replacement_char * interval_overlap(char_start, char_end, start, end)

1234567