✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium134.web-hosting.com ​🇻​♯➤ 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 162.0.232.104 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.120
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/include/libxslt//xsltlocale.h
/*
 * Summary: Locale handling
 * Description: Interfaces for locale handling. Needed for language dependent
 *              sorting.
 *
 * Copy: See Copyright for the status of this software.
 *
 * Author: Nick Wellnhofer
 */

#ifndef __XML_XSLTLOCALE_H__
#define __XML_XSLTLOCALE_H__

#include <libxml/xmlstring.h>
#include "xsltexports.h"

#ifdef HAVE_STRXFRM_L

/*
 * XSLT_LOCALE_POSIX:
 * Macro indicating to use POSIX locale extensions
 */
#define XSLT_LOCALE_POSIX

#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_XLOCALE_H
#include <xlocale.h>
#endif

typedef locale_t xsltLocale;
typedef xmlChar xsltLocaleChar;

#elif defined(_WIN32) && !defined(__CYGWIN__)

/*
 * XSLT_LOCALE_WINAPI:
 * Macro indicating to use WinAPI for extended locale support
 */
#define XSLT_LOCALE_WINAPI

#include <windows.h>
#include <winnls.h>

typedef LCID xsltLocale;
typedef wchar_t xsltLocaleChar;

#else

/*
 * XSLT_LOCALE_NONE:
 * Macro indicating that there's no extended locale support
 */
#define XSLT_LOCALE_NONE

typedef void *xsltLocale;
typedef xmlChar xsltLocaleChar;

#endif

XSLTPUBFUN xsltLocale XSLTCALL
	xsltNewLocale			(const xmlChar *langName);
XSLTPUBFUN void XSLTCALL
	xsltFreeLocale			(xsltLocale locale);
XSLTPUBFUN xsltLocaleChar * XSLTCALL
	xsltStrxfrm			(xsltLocale locale,
					 const xmlChar *string);
XSLTPUBFUN int XSLTCALL
	xsltLocaleStrcmp		(xsltLocale locale,
					 const xsltLocaleChar *str1,
					 const xsltLocaleChar *str2);
XSLTPUBFUN void XSLTCALL
	xsltFreeLocales			(void);

#endif /* __XML_XSLTLOCALE_H__ */


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Jun 2026 9.11 PM
root / root
0755
attributes.h
0.908 KB
10 May 2015 2.11 PM
root / root
0644
documents.h
2.641 KB
10 May 2015 2.11 PM
root / root
0644
extensions.h
6.741 KB
4 Sep 2012 2.26 PM
root / root
0644
extra.h
1.603 KB
29 Aug 2017 11.20 AM
root / root
0644
functions.h
1.959 KB
10 May 2015 2.11 PM
root / root
0644
imports.h
1.797 KB
10 May 2015 2.11 PM
root / root
0644
keys.h
1.128 KB
10 May 2015 2.11 PM
root / root
0644
namespaces.h
1.627 KB
10 May 2015 2.11 PM
root / root
0644
numbersInternals.h
1.972 KB
10 May 2015 2.11 PM
root / root
0644
pattern.h
1.951 KB
4 Sep 2012 2.26 PM
root / root
0644
preproc.h
0.871 KB
10 May 2015 2.11 PM
root / root
0644
security.h
2.59 KB
10 May 2015 2.11 PM
root / root
0644
templates.h
2.215 KB
10 May 2015 2.11 PM
root / root
0644
transform.h
6.18 KB
27 Feb 2015 6.00 AM
root / root
0644
variables.h
3.069 KB
26 Aug 2025 8.55 AM
root / root
0644
xslt.h
1.918 KB
10 May 2015 2.11 PM
root / root
0644
xsltInternals.h
56.141 KB
26 Aug 2025 8.55 AM
root / root
0644
xsltconfig.h
3.503 KB
26 Aug 2025 8.55 AM
root / root
0644
xsltexports.h
3.346 KB
12 May 2009 6.29 AM
root / root
0644
xsltlocale.h
1.513 KB
26 Oct 2017 7.55 AM
root / root
0644
xsltutils.h
8.489 KB
26 Aug 2025 8.55 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF