Home
last modified time | relevance | path

Searched refs:pcre16 (Results 1 – 25 of 27) sorted by relevance

12

/external/pcre/
Dpcre.h328 typedef struct real_pcre16 pcre16; typedef
542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *,
548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **,
557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16,
569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *,
575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *,
582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *,
596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int,
602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16,
607 PCRE_EXP_DECL int pcre16_get_stringnumber(const pcre16 *, PCRE_SPTR16);
[all …]
/external/pcre/dist/
Dpcre.h.generic328 typedef struct real_pcre16 pcre16;
344 pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */
542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *,
548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **,
557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16,
569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *,
575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *,
582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *,
596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int,
602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16,
[all …]
Dpcre.h.in328 typedef struct real_pcre16 pcre16; typedef
344 pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */
542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *,
548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **,
557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16,
569 PCRE_EXP_DECL int pcre16_dfa_exec(const pcre16 *, const pcre16_extra *,
575 PCRE_EXP_DECL int pcre16_exec(const pcre16 *, const pcre16_extra *,
582 PCRE_EXP_DECL int pcre16_jit_exec(const pcre16 *, const pcre16_extra *,
596 PCRE_EXP_DECL int pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int,
602 PCRE_EXP_DECL int pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16,
[all …]
Dpcre_get.c73 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) in pcre_get_stringnumber()
154 pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname, in pcre_get_stringtable_entries()
264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) in get_first_set()
395 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject, in pcre_copy_named_substring()
612 pcre16_get_named_substring(const pcre16 *code, PCRE_SPTR16 subject, in pcre_get_named_substring()
Dpcre_refcount.c76 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
Dpcre_fullinfo.c74 pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_fullinfo()
DCMakeLists.txt626 ADD_LIBRARY(pcre16 ${PCRE_HEADERS} ${PCRE16_SOURCES} ${PROJECT_BINARY_DIR}/config.h) target
627 SET(targets ${targets} pcre16)
631 SET_TARGET_PROPERTIES(pcre16
637 SET_TARGET_PROPERTIES(pcre16
725 LIST(APPEND PCRETEST_LIBS pcre16)
740 LIST(APPEND PCRE_JIT_TEST_LIBS pcre16)
Dpcre_byte_order.c102 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re, in pcre_pattern_to_host_byte_order()
Dpcretest.c336 rc = pcre16_copy_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \
345 count = pcre16_dfa_exec((pcre16 *)re, (pcre16_extra *)extra, \
351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \
365 rc = pcre16_get_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \
380 rc = pcre16_pattern_to_host_byte_order((pcre16 *)re, (pcre16_extra *)extra, \
387 extra = (pcre_extra *)pcre16_study((pcre16 *)re, options, error)
2190 if (pcre16_get_stringnumber((pcre16 *)re, (PCRE_SPTR16)(*pp)) < 0) in read_capture_name16()
2422 rc = pcre16_fullinfo((pcre16 *)re, (pcre16_extra *)study, option, ptr); in new_info()
DMakefile.am25 doc/html/pcre16.html \
681 doc/pcre16.3 \
Dconfigure.ac130 # Handle --enable-pcre16 (disabled by default)
131 AC_ARG_ENABLE(pcre16, optenable
132 AS_HELP_STRING([--enable-pcre16],
331 # Set the default value for pcre16
915 DISTCHECK_CONFIGURE_FLAGS="CFLAGS='' CXXFLAGS='' --enable-pcre16 --enable-pcre32 --enable-jit --ena…
DPrepareRelease67 for file in pcre pcre16 pcre32 pcrebuild pcrematching pcreapi pcrecallout \
DRunTest296 $sim ./pcretest -C pcre16 >/dev/null
Dpcre_jit_test.c831 pcre16 *regex; in tables()
1139 pcre16 *re16; in regression_tests()
Dpcre_study.c1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
DRunTest.bat54 %pcretest% -C pcre16 >NUL
Dpcre_compile.c8751 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile()
8775 PCRE_EXP_DEFN pcre16 * PCRE_CALL_CONVENTION in pcre_compile2()
9508 return (pcre16 *)re; in pcre_compile2()
Dpcre_dfa_exec.c3181 pcre16_dfa_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_dfa_exec()
DREADME198 . By default, only the 8-bit library is built. If you add --enable-pcre16 to
DMakefile.in923 doc/html/pcre16.html \
1234 doc/pcre16.3 \
Dpcre_exec.c6340 pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_exec()
Dpcre_jit_compile.c10460 pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, in pcre_jit_exec()
/external/pcre/dist/doc/
Dpcretest.txt17 options, see the pcreapi , pcre16 and pcre32 documentation.
111 pcre16 the 16-bit library was built
1073 pcre(3), pcre16(3), pcre32(3), pcreapi(3), pcrecallout(3), pcrejit,
Dpcre.txt47 rately in the pcre16 and pcre32 pages. References to functions or
141 pcre16 details of the 16-bit library
199 pcre16 *pcre16_compile(PCRE_SPTR16 pattern, int options,
203 pcre16 *pcre16_compile2(PCRE_SPTR16 pattern, int options,
208 pcre16_extra *pcre16_study(const pcre16 *code, int options,
213 int pcre16_exec(const pcre16 *code, const pcre16_extra *extra,
217 int pcre16_dfa_exec(const pcre16 *code, const pcre16_extra *extra,
225 int pcre16_copy_named_substring(const pcre16 *code,
234 int pcre16_get_named_substring(const pcre16 *code,
239 int pcre16_get_stringnumber(const pcre16 *code,
[all …]
/external/pcre/dist/doc/html/
DREADME.txt198 . By default, only the 8-bit library is built. If you add --enable-pcre16 to

12