diff options
author | Bruno Haible <bruno@clisp.org> | 2009-06-29 23:39:38 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-29 23:39:38 +0200 |
commit | b99e22a3d86f403add6a2fa0f597d81a1433fbc8 (patch) | |
tree | cdd6565962f97a9174bb1571a1024096e4c53c32 /lib/unicase/u32-prefix-context.c | |
parent | 57ed3c9b3e3a2056b08bb5f48bc1757477b08419 (diff) | |
download | gnulib-b99e22a3d86f403add6a2fa0f597d81a1433fbc8.tar.gz |
New module 'unicase/u32-prefix-context'.
Diffstat (limited to 'lib/unicase/u32-prefix-context.c')
-rw-r--r-- | lib/unicase/u32-prefix-context.c | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/unicase/u32-prefix-context.c b/lib/unicase/u32-prefix-context.c new file mode 100644 index 0000000000..2bf6a18d4d --- /dev/null +++ b/lib/unicase/u32-prefix-context.c @@ -0,0 +1,33 @@ +/* Case-mapping context of prefix UTF-32 string. + Copyright (C) 2009 Free Software Foundation, Inc. + Written by Bruno Haible <bruno@clisp.org>, 2009. + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +#include <config.h> + +/* Specification. */ +#include "unicase.h" + +#include "unictype.h" +#include "unistr.h" +#include "caseprop.h" +#include "context.h" + +#define FUNC1 u32_casing_prefix_context +#define FUNC2 u32_casing_prefixes_context +#define UNIT uint32_t +#define U_MBTOUC_UNSAFE u32_mbtouc_unsafe +#define U_PREV u32_prev +#include "u-prefix-context.h" |