#include "BALBase.h"
#include <kjs/identifier.h>
#include <limits.h>
#include <wtf/ASCIICType.h>
#include <wtf/Forward.h>
#include <wtf/RefCounted.h>
#include <wtf/Vector.h>
#include <wtf/unicode/Unicode.h>
Namespaces | |
| namespace | OWBAL |
| namespace | WTF |
Classes | |
| class | OWBAL::StringImpl |
| struct | OWBAL::StringImpl::AdoptBuffer |
| struct | OWBAL::StringImpl::WithTerminatingNullCharacter |
| struct | WTF::WTF::DefaultHash< WebCore::StringImpl * > |
| struct | WTF::WTF::DefaultHash< RefPtr< WebCore::StringImpl > > |
Functions | |
| bool | OWBAL::equal (StringImpl *, StringImpl *) |
| equal description | |
| bool | OWBAL::equal (StringImpl *, const char *) |
| equal description | |
| bool | OWBAL::equal (const char *a, StringImpl *b) |
| equal description | |
| bool | OWBAL::equalIgnoringCase (StringImpl *, StringImpl *) |
| equalIgnoringCase description | |
| bool | OWBAL::equalIgnoringCase (StringImpl *, const char *) |
| equalIgnoringCase description | |
| bool | OWBAL::equalIgnoringCase (const char *a, StringImpl *b) |
| equalIgnoringCase description | |
| static bool | OWBAL::isSpaceOrNewline (UChar c) |
| isSpaceOrNewline description | |
Variables | |
| const unsigned | OWBAL::phi = 0x9e3779b9U |