Home
last modified time | relevance | path

Searched refs:pcre_maketables (Results 1 – 22 of 22) sorted by relevance

/external/pcre/dist/
Dmakevp_l.txt11 +pcre_maketables.obj &
Dmakevp_c.txt11 pcre_maketables.c
DMakefile.am47 doc/html/pcre_maketables.html \
238 pcre_maketables.c \
650 pcre_globals.o pcre_jit_compile.o pcre_maketables.o \
703 doc/pcre_maketables.3 \
752 ln -sf pcre_maketables.3 $(DESTDIR)$(man3dir)/pcre16_maketables.3
778 ln -sf pcre_maketables.3 $(DESTDIR)$(man3dir)/pcre32_maketables.3
Dpcre_maketables.c71 pcre_maketables(void) in pcre_maketables() function
Ddftables.c84 tables = pcre_maketables(); in main()
DMakefile.in220 pcre_maketables.c pcre_newline.c pcre_ord2utf8.c \
234 @WITH_PCRE8_TRUE@ libpcre_la-pcre_maketables.lo \
945 doc/html/pcre_maketables.html \
1086 @WITH_PCRE8_TRUE@ pcre_maketables.c \
1218 pcre_globals.o pcre_jit_compile.o pcre_maketables.o \
1256 doc/pcre_maketables.3 \
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_maketables.Plo@am__quote@
1725 libpcre_la-pcre_maketables.lo: pcre_maketables.c
1726pcre_maketables.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_maketables.Tpo -c -o libpcre_la-pcre_make…
1727 …_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_maketables.Tpo $(DEPDIR)/libpcre_la-pcre_make…
[all …]
DPrepareRelease219 pcre_maketables.c \
Dpcregexp.pas407 function pcre_maketables : pchar; external; in pcre_maketables() function
Dpcretest.c301 #define pcre8_maketables pcre_maketables
693 …32_MODE ? pcre32_maketables() : pcre_mode == PCRE16_MODE ? pcre16_maketables() : pcre_maketables())
941 #define PCRE_MAKETABLES pcre_maketables()
Dpcre.h.in627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
Dpcre.h.generic627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
DCMakeLists.txt463 pcre_maketables.c
DREADME726 The third set of tests checks pcre_maketables(), the facility for building a
787 concatenated tables. A call to pcre_maketables() can be used to generate a set
Dpcregrep.c2984 pcretables = pcre_maketables(); in main()
DNEWS683 locale by pcre_maketables(). To use the default tables, this new argument
DNON-AUTOTOOLS-BUILD120 pcre_maketables.c
DChangeLog5214 to character tables built by pcre_maketables() in the current locale. If NULL
/external/pcre/
DAndroid.mk14 dist/pcre_maketables.c \
Dpcre.h627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
/external/pcre/dist/doc/html/
DREADME.txt726 The third set of tests checks pcre_maketables(), the facility for building a
787 concatenated tables. A call to pcre_maketables() can be used to generate a set
DNON-AUTOTOOLS-BUILD.txt120 pcre_maketables.c
/external/pcre/dist/doc/
Dpcre.txt1652 const unsigned char *pcre_maketables(void);
1776 The function pcre_maketables() is used to build a set of character
2084 result of a call to pcre_maketables(). This value is stored with the
2639 External tables are built by calling the pcre_maketables() function,
2647 tables = pcre_maketables();
2653 When pcre_maketables() runs, the tables are built in memory that is
9189 pcre_maketables() documentation), this is relatively straightforward.