Lines Matching refs:tables

44   Character tables
335 . For speed, PCRE uses four tables for manipulating and identifying characters
337 tables for ASCII encoding that is part of the distribution. If you specify
344 pcre_chartables.c.dist. See "Character tables" below for further information.
577 character tables (the pcre_chartables.c file). This will probably not work,
582 by making a copy of pcre_chartables.c.dist, which is a default set of tables
583 that assumes ASCII code. Cross-compiling with the default tables should not be
586 If you need to modify the character tables when cross-compiling, you should
589 Then when you cross-compile PCRE this new version of the tables will be used.
726 character tables may be different (see next paragraph). In some cases, this may
736 set of character tables for a specific locale and using them instead of the
737 default tables. The tests make use of the "fr_FR" (French) locale. Before
790 Character tables
793 For speed, PCRE uses four tables for manipulating and identifying characters
796 concatenated tables. A call to pcre_maketables() can be used to generate a set
797 of tables in the current locale. If the final argument for pcre_compile() is
798 passed as NULL, a set of default tables that is built into the binary is used.
800 The source file called pcre_chartables.c contains the default set of tables. By
802 tables for ASCII coding. However, if --enable-rebuild-chartables is specified
807 your system will control the contents of these default tables. You can change
808 the default tables by editing pcre_chartables.c and then re-building PCRE. If
812 tables.
818 set. If you really do want to build a source set of character tables in a
824 The first two 256-byte tables provide lower casing and case flipping functions,
856 pcre_chartables.c.dist a default set of character tables that assume ASCII