ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

xsltlocale.c File Reference
#include "libxslt.h"
#include <string.h>
#include <libxml/xmlmemory.h>
#include "xsltlocale.h"
#include "xsltutils.h"

Go to the source code of this file.

Defines

#define IN_LIBXSLT
#define ISALPHA(c)   ((c & 0xc0) == 0x40 && (unsigned)((c & 0x1f) - 1) < 26)
#define TOUPPER(c)   (c & ~0x20)
#define TOLOWER(c)   (c | 0x20)
#define XSLTMAX_ISO639LANGLEN   8
#define XSLTMAX_ISO3166CNTRYLEN   8
#define XSLTMAX_LANGTAGLEN   (XSLTMAX_ISO639LANGLEN+1+XSLTMAX_ISO3166CNTRYLEN)

Functions

static const xmlCharxsltDefaultRegion (const xmlChar *localeName)
xsltLocale xsltNewLocale (const xmlChar *languageTag)
void xsltFreeLocale (xsltLocale locale)
xsltLocaleCharxsltStrxfrm (xsltLocale locale, const xmlChar *string)
int xsltLocaleStrcmp (xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2)

Generated on Fri May 25 2012 04:48:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.