WTF
UnicodeLibC.h File Reference
#include "wtf/ASCIICType.h"
#include <assert.h>
#include "../UnicodeCategory.h"
Include dependency graph for UnicodeLibC.h:

Go to the source code of this file.
Namespaces | |
namespace | WTF |
namespace | WTF::Unicode |
Functions | |
CharCategory | WTF::Unicode::category (int32_t c) |
bool | WTF::Unicode::isSeparatorSpace (int32_t c) |
int | WTF::Unicode::toLower (uint16_t *str, int strLength, uint16_t *&destIfNeeded) |
int | WTF::Unicode::toUpper (uint16_t *str, int strLength, uint16_t *&destIfNeeded) |