Home
last modified time | relevance | path

Searched refs:PCRE2_UCHAR16 (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c1002 PCRE2_UCHAR16 *optr = output; in convert_utf8_to_utf16()
1050 PCRE2_UCHAR16 *optr = output; in copy_char8_to_char16()
1064 static PCRE2_UCHAR16 regtest_buf16[REGTEST_MAX_LENGTH16];
1193 PCRE2_UCHAR16 cpu_info[128]; in regression_tests()
2122 const PCRE2_UCHAR16 *pattern[2];
2123 const PCRE2_UCHAR16 *input;
2126 static PCRE2_UCHAR16 allany16[] = { '.', 0 };
2128 static PCRE2_UCHAR16 word_boundary16[] = { '\\', 'b', 0 };
2130 static PCRE2_UCHAR16 grapheme16[] = { '\\', 'X', 0 };
2132 static PCRE2_UCHAR16 afternl16[] = { '^', '\\', 'W', 0 };
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/src/
H A Dbindings.rs286 pub type PCRE2_UCHAR16 = u16; typedef
289 pub type PCRE2_SPTR16 = *const PCRE2_UCHAR16;
870 arg4: *mut *mut PCRE2_UCHAR16, in pcre2_pattern_convert_16() argument
1005 arg3: *mut PCRE2_UCHAR16, in pcre2_substring_copy_byname_16() argument
1013 arg3: *mut PCRE2_UCHAR16, in pcre2_substring_copy_bynumber_16() argument
1018 pub fn pcre2_substring_free_16(arg1: *mut PCRE2_UCHAR16); in pcre2_substring_free_16() argument
1024 arg3: *mut *mut PCRE2_UCHAR16, in pcre2_substring_get_byname_16() argument
1032 arg3: *mut *mut PCRE2_UCHAR16, in pcre2_substring_get_bynumber_16() argument
1070 arg2: *mut *mut *mut PCRE2_UCHAR16, in pcre2_substring_list_get_16() argument
1108 arg10: *mut PCRE2_UCHAR16, in pcre2_substitute_16() argument
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/regex/
H A Dregex.cpp215 PCRE2_UCHAR16 buf[256]; in compile()
385 PCRE2_UCHAR16 *o = (PCRE2_UCHAR16 *)output.ptrw(); in sub()
393 o = (PCRE2_UCHAR16 *)output.ptrw(); in sub()
/dports/devel/godot/godot-3.2.3-stable/modules/regex/
H A Dregex.cpp215 PCRE2_UCHAR16 buf[256]; in compile()
385 PCRE2_UCHAR16 *o = (PCRE2_UCHAR16 *)output.ptrw(); in sub()
393 o = (PCRE2_UCHAR16 *)output.ptrw(); in sub()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2.h276 typedef uint16_t PCRE2_UCHAR16; typedef
280 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
H A Dpcre2_jit_test.c922 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… in convert_utf8_to_utf16()
925 PCRE2_UCHAR16 *optr = output; in convert_utf8_to_utf16()
970 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16()
973 PCRE2_UCHAR16 *optr = output; in copy_char8_to_char16()
987 static PCRE2_UCHAR16 regtest_buf16[REGTEST_MAX_LENGTH16];
1116 PCRE2_UCHAR16 cpu_info[128]; in regression_tests()
H A Dpcre2test.c299 #define VERSION_TYPE PCRE2_UCHAR16
985 (PCRE2_SPTR16)i,j,(PCRE2_UCHAR16 *)k,l); \
1002 a = pcre2_substring_copy_bynumber_16(G(b,16),c,(PCRE2_UCHAR16 *)d,e); \
1009 pcre2_substring_free_16((PCRE2_UCHAR16 *)a); \
1048 a = pcre2_substring_list_get_16(G(b,16),(PCRE2_UCHAR16 ***)c,d); \
1604 (PCRE2_SPTR16)i,j,(PCRE2_UCHAR16 *)k,l)
1606 a = pcre2_substring_copy_byname_16(G(b,16),G(c,16),(PCRE2_UCHAR16 *)d,e)
1608 a = pcre2_substring_copy_bynumber_16(G(b,16),c,(PCRE2_UCHAR16 *)d,e)
1611 a = pcre2_substring_get_byname_16(G(b,16),G(c,16),(PCRE2_UCHAR16 **)d,e)
1613 a = pcre2_substring_get_bynumber_16(G(b,16),c,(PCRE2_UCHAR16 **)d,e)
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_jit_test.c968 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… in convert_utf8_to_utf16()
971 PCRE2_UCHAR16 *optr = output; in convert_utf8_to_utf16()
1016 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16()
1019 PCRE2_UCHAR16 *optr = output; in copy_char8_to_char16()
1033 static PCRE2_UCHAR16 regtest_buf16[REGTEST_MAX_LENGTH16];
1162 PCRE2_UCHAR16 cpu_info[128]; in regression_tests()
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2.h462 typedef uint16_t PCRE2_UCHAR16; typedef
466 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2.h453 typedef uint16_t PCRE2_UCHAR16; typedef
457 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2.h459 typedef uint16_t PCRE2_UCHAR16; typedef
463 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2.h459 typedef uint16_t PCRE2_UCHAR16; typedef
463 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;
/dports/lang/php80/php-8.0.15/ext/pcre/pcre2lib/
H A Dpcre2.h457 typedef uint16_t PCRE2_UCHAR16; typedef
461 typedef const PCRE2_UCHAR16 *PCRE2_SPTR16;

12