]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Locale/rune.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Locale / rune.h
diff --git a/StdLib/LibC/Locale/rune.h b/StdLib/LibC/Locale/rune.h
deleted file mode 100644 (file)
index 93829e5..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/*  $NetBSD: rune.h,v 1.11 2006/02/16 19:19:49 tnozaki Exp $  */\r
-\r
-/*-\r
- * Copyright (c) 1993\r
- *  The Regents of the University of California.  All rights reserved.\r
- *\r
- * This code is derived from software contributed to Berkeley by\r
- * Paul Borman at Krystal Technologies.\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions\r
- * are met:\r
- * 1. Redistributions of source code must retain the above copyright\r
- *    notice, this list of conditions and the following disclaimer.\r
- * 2. Redistributions in binary form must reproduce the above copyright\r
- *    notice, this list of conditions and the following disclaimer in the\r
- *    documentation and/or other materials provided with the distribution.\r
- * 3. Neither the name of the University nor the names of its contributors\r
- *    may be used to endorse or promote products derived from this software\r
- *    without specific prior written permission.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND\r
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\r
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
- * SUCH DAMAGE.\r
- *\r
- *  @(#)rune.h  8.1 (Berkeley) 6/27/93\r
- */\r
-#ifndef _RUNE_H_\r
-#define _RUNE_H_\r
-\r
-#include  <LibConfig.h>\r
-\r
-#include <stdio.h>\r
-#include <wchar.h>\r
-#include "runetype.h"\r
-\r
-/*\r
- * map _RTYPE_x to _CTYPE_x\r
- *\r
- * XXX: these should be defined in ctype.h and used in isxxx macros.\r
- *      (note: current isxxx macros use "old" NetBSD masks and\r
- *       _CTYPE_x are not public.)\r
- */\r
-#define _CTYPE_A  _RUNETYPE_A\r
-#define _CTYPE_C  _RUNETYPE_C\r
-#define _CTYPE_D  _RUNETYPE_D\r
-#define _CTYPE_G  _RUNETYPE_G\r
-#define _CTYPE_L  _RUNETYPE_L\r
-#define _CTYPE_P  _RUNETYPE_P\r
-#define _CTYPE_S  _RUNETYPE_S\r
-#define _CTYPE_U  _RUNETYPE_U\r
-#define _CTYPE_X  _RUNETYPE_X\r
-#define _CTYPE_B  _RUNETYPE_B\r
-#define _CTYPE_R  _RUNETYPE_R\r
-#define _CTYPE_I  _RUNETYPE_I\r
-#define _CTYPE_T  _RUNETYPE_T\r
-#define _CTYPE_Q  _RUNETYPE_Q\r
-#define _CTYPE_SWM  _RUNETYPE_SWM\r
-#define _CTYPE_SWS  _RUNETYPE_SWS\r
-#define _CTYPE_SW0  _RUNETYPE_SW0\r
-#define _CTYPE_SW1  _RUNETYPE_SW1\r
-#define _CTYPE_SW2  _RUNETYPE_SW2\r
-#define _CTYPE_SW3  _RUNETYPE_SW3\r
-\r
-/*\r
- * Other namespace conversion.\r
- */\r
-\r
-#define rune_t      __nbrune_t\r
-#define _RUNE_ISCACHED    _NB_RUNE_ISCACHED\r
-#define _CACHED_RUNES   _NB_CACHED_RUNES\r
-#define _DEFAULT_INVALID_RUNE _NB_DEFAULT_INVALID_RUNE\r
-#define _RuneEntry    _NBRuneEntry\r
-#define _RuneRange    _NBRuneRange\r
-#define _RuneLocale   _NBRuneLocale\r
-#define _RUNE_MAGIC_1   _NB_RUNE_MAGIC_1\r
-#define _RUNE_MODULE_1    _NB_RUNE_MODULE_1\r
-#define _RUNE_CODESET   _NB_RUNE_CODESET\r
-\r
-/*\r
- * global variables\r
- */\r
-extern size_t __mb_len_max_runtime;\r
-#define __MB_LEN_MAX_RUNTIME  __mb_len_max_runtime\r
-\r
-extern _RuneLocale _DefaultRuneLocale;\r
-extern _RuneLocale *_CurrentRuneLocale;\r
-extern const char *_PathLocale;\r
-\r
-#define _LOCALE_ALIAS_NAME  "locale.alias"\r
-\r
-#endif  /*! _RUNE_H_ */\r