WTF_EXPORT         41 Source/wtf/ArrayBuffer.h class WTF_EXPORT ArrayBuffer : public RefCounted<ArrayBuffer> {
WTF_EXPORT         43 Source/wtf/ArrayBufferBuilder.h class WTF_EXPORT ArrayBufferBuilder {
WTF_EXPORT         36 Source/wtf/ArrayBufferContents.h class WTF_EXPORT ArrayBufferContents {
WTF_EXPORT         40 Source/wtf/ArrayBufferView.h class WTF_EXPORT ArrayBufferView : public RefCounted<ArrayBufferView> {
WTF_EXPORT        103 Source/wtf/Assertions.h WTF_EXPORT void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion);
WTF_EXPORT        104 Source/wtf/Assertions.h WTF_EXPORT void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
WTF_EXPORT        105 Source/wtf/Assertions.h WTF_EXPORT void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion);
WTF_EXPORT        106 Source/wtf/Assertions.h WTF_EXPORT void WTFReportFatalError(const char* file, int line, const char* function, const char* format, ...) WTF_ATTRIBUTE_PRINTF(4, 5);
WTF_EXPORT        107 Source/wtf/Assertions.h WTF_EXPORT void WTFReportError(const char* file, int line, const char* function, const char* format, ...) WTF_ATTRIBUTE_PRINTF(4, 5);
WTF_EXPORT        108 Source/wtf/Assertions.h WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
WTF_EXPORT        109 Source/wtf/Assertions.h WTF_EXPORT void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
WTF_EXPORT        110 Source/wtf/Assertions.h WTF_EXPORT void WTFLogAlways(const char* format, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
WTF_EXPORT        112 Source/wtf/Assertions.h WTF_EXPORT void WTFGetBacktrace(void** stack, int* size);
WTF_EXPORT        113 Source/wtf/Assertions.h WTF_EXPORT void WTFReportBacktrace(int framesToShow = 31);
WTF_EXPORT        114 Source/wtf/Assertions.h WTF_EXPORT void WTFPrintBacktrace(void** stack, int size);
WTF_EXPORT        117 Source/wtf/Assertions.h WTF_EXPORT void WTFSetCrashHook(WTFCrashHookFunction);
WTF_EXPORT        118 Source/wtf/Assertions.h WTF_EXPORT void WTFInvokeCrashHook();
WTF_EXPORT        119 Source/wtf/Assertions.h WTF_EXPORT void WTFInstallReportBacktraceOnCrashHook();
WTF_EXPORT         58 Source/wtf/BitVector.h class WTF_EXPORT BitVector {
WTF_EXPORT         38 Source/wtf/CryptographicallyRandomNumber.h WTF_EXPORT void setRandomSource(RandomNumberSource);
WTF_EXPORT         41 Source/wtf/CryptographicallyRandomNumber.h WTF_EXPORT uint32_t cryptographicallyRandomNumber();
WTF_EXPORT         42 Source/wtf/CryptographicallyRandomNumber.h WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
WTF_EXPORT         42 Source/wtf/CurrentTime.h WTF_EXPORT double currentTime();
WTF_EXPORT         52 Source/wtf/CurrentTime.h WTF_EXPORT double monotonicallyIncreasingTime();
WTF_EXPORT         53 Source/wtf/DateMath.h WTF_EXPORT void initializeDates();
WTF_EXPORT         56 Source/wtf/DateMath.h WTF_EXPORT double parseDateFromNullTerminatedCharacters(const char* dateString);
WTF_EXPORT         58 Source/wtf/DateMath.h WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset);
WTF_EXPORT         71 Source/wtf/DateMath.h WTF_EXPORT bool isLeapYear(int year);
WTF_EXPORT         74 Source/wtf/DateMath.h WTF_EXPORT double dateToDaysFrom1970(int year, int month, int day);
WTF_EXPORT         75 Source/wtf/DateMath.h WTF_EXPORT int msToYear(double ms);
WTF_EXPORT         76 Source/wtf/DateMath.h WTF_EXPORT int dayInYear(int year, int month, int day);
WTF_EXPORT         77 Source/wtf/DateMath.h WTF_EXPORT int dayInYear(double ms, int year);
WTF_EXPORT         78 Source/wtf/DateMath.h WTF_EXPORT int monthFromDayInYear(int dayInYear, bool leapYear);
WTF_EXPORT         79 Source/wtf/DateMath.h WTF_EXPORT int dayInMonthFromDayInYear(int dayInYear, bool leapYear);
WTF_EXPORT         82 Source/wtf/DateMath.h WTF_EXPORT int32_t calculateUTCOffset();
WTF_EXPORT         83 Source/wtf/DateMath.h WTF_EXPORT double calculateDSTOffset(double ms, double utcOffset);
WTF_EXPORT         37 Source/wtf/DecimalNumber.h class WTF_EXPORT DecimalNumber {
WTF_EXPORT         82 Source/wtf/DynamicAnnotations.h WTF_EXPORT void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description);
WTF_EXPORT         83 Source/wtf/DynamicAnnotations.h WTF_EXPORT void WTFAnnotateHappensBefore(const char* file, int line, const volatile void* address);
WTF_EXPORT         84 Source/wtf/DynamicAnnotations.h WTF_EXPORT void WTFAnnotateHappensAfter(const char* file, int line, const volatile void* address);
WTF_EXPORT         30 Source/wtf/FastMalloc.h WTF_EXPORT void fastMallocShutdown();
WTF_EXPORT         33 Source/wtf/FastMalloc.h WTF_EXPORT void* fastMalloc(size_t);
WTF_EXPORT         34 Source/wtf/FastMalloc.h WTF_EXPORT void* fastZeroedMalloc(size_t);
WTF_EXPORT         35 Source/wtf/FastMalloc.h WTF_EXPORT void* fastRealloc(void*, size_t);
WTF_EXPORT         36 Source/wtf/FastMalloc.h WTF_EXPORT char* fastStrDup(const char*);
WTF_EXPORT         38 Source/wtf/FastMalloc.h WTF_EXPORT void fastFree(void*);
WTF_EXPORT         40 Source/wtf/FastMalloc.h WTF_EXPORT void releaseFastMallocFreeMemory();
WTF_EXPORT         47 Source/wtf/FastMalloc.h WTF_EXPORT FastMallocStatistics fastMallocStatistics();
WTF_EXPORT         74 Source/wtf/GregorianDateTime.h     WTF_EXPORT void setToCurrentLocalTime();
WTF_EXPORT         35 Source/wtf/InstanceCounter.h WTF_EXPORT String dumpRefCountedInstanceCounts();
WTF_EXPORT         38 Source/wtf/InstanceCounter.h WTF_EXPORT void incrementInstanceCount(const char* extractNameFuncName, void* ptr);
WTF_EXPORT         39 Source/wtf/InstanceCounter.h WTF_EXPORT void decrementInstanceCount(const char* extractNameFuncName, void* ptr);
WTF_EXPORT         43 Source/wtf/MainThread.h WTF_EXPORT void initializeMainThread(void (*)(MainThreadFunction, void*));
WTF_EXPORT         45 Source/wtf/MainThread.h WTF_EXPORT void callOnMainThread(MainThreadFunction*, void* context);
WTF_EXPORT         48 Source/wtf/MainThread.h WTF_EXPORT void callOnMainThread(const Function<void ()>&);
WTF_EXPORT         50 Source/wtf/MainThread.h WTF_EXPORT bool isMainThread();
WTF_EXPORT         66 Source/wtf/PageAllocator.h WTF_EXPORT void* allocPages(void* addr, size_t len, size_t align);
WTF_EXPORT         70 Source/wtf/PageAllocator.h WTF_EXPORT void freePages(void* addr, size_t len);
WTF_EXPORT         76 Source/wtf/PageAllocator.h WTF_EXPORT void setSystemPagesInaccessible(void* addr, size_t len);
WTF_EXPORT         81 Source/wtf/PageAllocator.h WTF_EXPORT void setSystemPagesAccessible(void* addr, size_t len);
WTF_EXPORT         92 Source/wtf/PageAllocator.h WTF_EXPORT void decommitSystemPages(void* addr, size_t len);
WTF_EXPORT        256 Source/wtf/PartitionAlloc.h struct WTF_EXPORT PartitionRootBase {
WTF_EXPORT        302 Source/wtf/PartitionAlloc.h WTF_EXPORT void partitionAllocInit(PartitionRoot*, size_t numBuckets, size_t maxAllocation);
WTF_EXPORT        303 Source/wtf/PartitionAlloc.h WTF_EXPORT bool partitionAllocShutdown(PartitionRoot*);
WTF_EXPORT        304 Source/wtf/PartitionAlloc.h WTF_EXPORT void partitionAllocGenericInit(PartitionRootGeneric*);
WTF_EXPORT        305 Source/wtf/PartitionAlloc.h WTF_EXPORT bool partitionAllocGenericShutdown(PartitionRootGeneric*);
WTF_EXPORT        307 Source/wtf/PartitionAlloc.h WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionRootBase*, int, size_t, PartitionBucket*);
WTF_EXPORT        308 Source/wtf/PartitionAlloc.h WTF_EXPORT NEVER_INLINE void partitionFreeSlowPath(PartitionPage*);
WTF_EXPORT        309 Source/wtf/PartitionAlloc.h WTF_EXPORT NEVER_INLINE void* partitionReallocGeneric(PartitionRootGeneric*, void*, size_t);
WTF_EXPORT         42 Source/wtf/RefCounted.h class WTF_EXPORT RefCountedBase {
WTF_EXPORT         28 Source/wtf/RefCountedLeakCounter.h     struct WTF_EXPORT RefCountedLeakCounter {
WTF_EXPORT         40 Source/wtf/SHA1.h class WTF_EXPORT SHA1 {
WTF_EXPORT         41 Source/wtf/ThreadSafeRefCounted.h class WTF_EXPORT ThreadSafeRefCountedBase {
WTF_EXPORT         61 Source/wtf/ThreadSpecific.h WTF_EXPORT void ThreadSpecificThreadExit();
WTF_EXPORT         75 Source/wtf/ThreadSpecific.h     WTF_EXPORT friend void ThreadSpecificThreadExit();
WTF_EXPORT        169 Source/wtf/ThreadSpecific.h WTF_EXPORT long& tlsKeyCount();
WTF_EXPORT        170 Source/wtf/ThreadSpecific.h WTF_EXPORT DWORD* tlsKeys();
WTF_EXPORT        175 Source/wtf/ThreadSpecific.h WTF_EXPORT void threadSpecificKeyCreate(ThreadSpecificKey*, void (*)(void *));
WTF_EXPORT        176 Source/wtf/ThreadSpecific.h WTF_EXPORT void threadSpecificKeyDelete(ThreadSpecificKey);
WTF_EXPORT        177 Source/wtf/ThreadSpecific.h WTF_EXPORT void threadSpecificSet(ThreadSpecificKey, void*);
WTF_EXPORT        178 Source/wtf/ThreadSpecific.h WTF_EXPORT void* threadSpecificGet(ThreadSpecificKey);
WTF_EXPORT         49 Source/wtf/Threading.h WTF_EXPORT ThreadIdentifier createThread(ThreadFunction, void*, const char* threadName);
WTF_EXPORT         52 Source/wtf/Threading.h WTF_EXPORT ThreadIdentifier createThreadInternal(ThreadFunction, void*, const char* threadName);
WTF_EXPORT         56 Source/wtf/Threading.h WTF_EXPORT void initializeCurrentThreadInternal(const char* threadName);
WTF_EXPORT         58 Source/wtf/Threading.h WTF_EXPORT ThreadIdentifier currentThread();
WTF_EXPORT         59 Source/wtf/Threading.h WTF_EXPORT int waitForThreadCompletion(ThreadIdentifier);
WTF_EXPORT         60 Source/wtf/Threading.h WTF_EXPORT void detachThread(ThreadIdentifier);
WTF_EXPORT         62 Source/wtf/Threading.h WTF_EXPORT void yield();
WTF_EXPORT         64 Source/wtf/Threading.h WTF_EXPORT void lockAtomicallyInitializedStaticMutex();
WTF_EXPORT         65 Source/wtf/Threading.h WTF_EXPORT void unlockAtomicallyInitializedStaticMutex();
WTF_EXPORT         74 Source/wtf/ThreadingPrimitives.h class WTF_EXPORT Mutex {
WTF_EXPORT        109 Source/wtf/ThreadingPrimitives.h class WTF_EXPORT ThreadCondition {
WTF_EXPORT         42 Source/wtf/WTF.h WTF_EXPORT void initialize(TimeFunction currentTimeFunction, TimeFunction monotonicallyIncreasingTimeFunction);
WTF_EXPORT         43 Source/wtf/WTF.h WTF_EXPORT void shutdown();
WTF_EXPORT         44 Source/wtf/WTF.h WTF_EXPORT bool isShutdown();
WTF_EXPORT         46 Source/wtf/WTF.h class WTF_EXPORT Partitions {
WTF_EXPORT         45 Source/wtf/WTFThreadData.h class WTF_EXPORT WTFThreadData {
WTF_EXPORT         37 Source/wtf/dtoa.h WTF_EXPORT void dtoa(DtoaBuffer result, double dd, bool& sign, int& exponent, unsigned& precision);
WTF_EXPORT         38 Source/wtf/dtoa.h WTF_EXPORT void dtoaRoundSF(DtoaBuffer result, double dd, int ndigits, bool& sign, int& exponent, unsigned& precision);
WTF_EXPORT         39 Source/wtf/dtoa.h WTF_EXPORT void dtoaRoundDP(DtoaBuffer result, double dd, int ndigits, bool& sign, int& exponent, unsigned& precision);
WTF_EXPORT         46 Source/wtf/dtoa.h WTF_EXPORT const char* numberToString(double, NumberToStringBuffer);
WTF_EXPORT         47 Source/wtf/dtoa.h WTF_EXPORT const char* numberToFixedPrecisionString(double, unsigned significantFigures, NumberToStringBuffer, bool truncateTrailingZeros = false);
WTF_EXPORT         48 Source/wtf/dtoa.h WTF_EXPORT const char* numberToFixedWidthString(double, unsigned decimalPlaces, NumberToStringBuffer);
WTF_EXPORT         50 Source/wtf/dtoa.h WTF_EXPORT double parseDouble(const LChar* string, size_t length, size_t& parsedLength);
WTF_EXPORT         51 Source/wtf/dtoa.h WTF_EXPORT double parseDouble(const UChar* string, size_t length, size_t& parsedLength);
WTF_EXPORT         33 Source/wtf/text/AtomicString.h class WTF_EXPORT AtomicString {
WTF_EXPORT        198 Source/wtf/text/AtomicString.h WTF_EXPORT bool operator==(const AtomicString&, const LChar*);
WTF_EXPORT        226 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString nullAtom;
WTF_EXPORT        227 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString emptyAtom;
WTF_EXPORT        228 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString starAtom;
WTF_EXPORT        229 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xmlAtom;
WTF_EXPORT        230 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xmlnsAtom;
WTF_EXPORT        231 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xlinkAtom;
WTF_EXPORT         47 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const char*, unsigned, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         48 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const Vector<char>&, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         49 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const CString&, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         50 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const char*, unsigned, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         51 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         52 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const CString&, Base64EncodePolicy = Base64DoNotInsertLFs);
WTF_EXPORT         54 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const String&, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding);
WTF_EXPORT         55 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const Vector<char>&, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding);
WTF_EXPORT         56 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const char*, unsigned, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding);
WTF_EXPORT         57 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const UChar*, unsigned, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding);
WTF_EXPORT         37 Source/wtf/text/CString.h class WTF_EXPORT CStringBuffer : public RefCounted<CStringBuffer> {
WTF_EXPORT         59 Source/wtf/text/CString.h class WTF_EXPORT CString {
WTF_EXPORT         88 Source/wtf/text/CString.h WTF_EXPORT bool operator==(const CString& a, const CString& b);
WTF_EXPORT         90 Source/wtf/text/CString.h WTF_EXPORT bool operator==(const CString& a, const char* b);
WTF_EXPORT         36 Source/wtf/text/StringBuilder.h class WTF_EXPORT StringBuilder {
WTF_EXPORT        109 Source/wtf/text/StringImpl.h class WTF_EXPORT StringImpl {
WTF_EXPORT        453 Source/wtf/text/StringImpl.h WTF_EXPORT bool equal(const StringImpl*, const StringImpl*);
WTF_EXPORT        454 Source/wtf/text/StringImpl.h WTF_EXPORT bool equal(const StringImpl*, const LChar*);
WTF_EXPORT        456 Source/wtf/text/StringImpl.h WTF_EXPORT bool equal(const StringImpl*, const LChar*, unsigned);
WTF_EXPORT        457 Source/wtf/text/StringImpl.h WTF_EXPORT bool equal(const StringImpl*, const UChar*, unsigned);
WTF_EXPORT        461 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalNonNull(const StringImpl* a, const StringImpl* b);
WTF_EXPORT        477 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringCase(const StringImpl*, const StringImpl*);
WTF_EXPORT        478 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringCase(const StringImpl*, const LChar*);
WTF_EXPORT        480 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringCase(const LChar*, const LChar*, unsigned);
WTF_EXPORT        481 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringCase(const UChar*, const LChar*, unsigned);
WTF_EXPORT        491 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringCaseNonNull(const StringImpl*, const StringImpl*);
WTF_EXPORT        493 Source/wtf/text/StringImpl.h WTF_EXPORT bool equalIgnoringNullity(StringImpl*, StringImpl*);
WTF_EXPORT         48 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, nullAtom)
WTF_EXPORT         49 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, emptyAtom)
WTF_EXPORT         50 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, starAtom)
WTF_EXPORT         51 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlAtom)
WTF_EXPORT         52 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlnsAtom)
WTF_EXPORT         53 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xlinkAtom)
WTF_EXPORT         40 Source/wtf/text/StringStatics.h     WTF_EXPORT static void init();
WTF_EXPORT         38 Source/wtf/text/StringView.h class WTF_EXPORT StringView {
WTF_EXPORT         36 Source/wtf/text/TextEncoding.h class WTF_EXPORT TextEncoding {
WTF_EXPORT         74 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& ASCIIEncoding();
WTF_EXPORT         75 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& Latin1Encoding();
WTF_EXPORT         76 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& UTF16BigEndianEncoding();
WTF_EXPORT         77 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& UTF16LittleEndianEncoding();
WTF_EXPORT         78 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& UTF32BigEndianEncoding();
WTF_EXPORT         79 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& UTF32LittleEndianEncoding();
WTF_EXPORT         80 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& UTF8Encoding();
WTF_EXPORT         81 Source/wtf/text/TextEncoding.h WTF_EXPORT const TextEncoding& WindowsLatin1Encoding();
WTF_EXPORT         41 Source/wtf/text/TextEncodingRegistry.h WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
WTF_EXPORT         71 Source/wtf/text/TextPosition.h     WTF_EXPORT OrdinalNumber toOffset(const Vector<unsigned>&);
WTF_EXPORT         80 Source/wtf/text/TextPosition.h     WTF_EXPORT static TextPosition fromOffsetAndLineEndings(unsigned, const Vector<unsigned>&);
WTF_EXPORT         86 Source/wtf/text/TextPosition.h WTF_EXPORT PassOwnPtr<Vector<unsigned> > lineEndings(const String&);
WTF_EXPORT         45 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToIntStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         46 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         47 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUIntStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         48 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         49 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const LChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         50 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         51 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64Strict(const LChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         52 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         53 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtrStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         54 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
WTF_EXPORT         56 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         57 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         58 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUInt(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         59 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUInt(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         60 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         61 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         62 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         63 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         64 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtr(const LChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         65 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtr(const UChar*, size_t, bool* ok = 0); // ignores trailing garbage
WTF_EXPORT         70 Source/wtf/text/WTFString.h WTF_EXPORT double charactersToDouble(const LChar*, size_t, bool* ok = 0);
WTF_EXPORT         71 Source/wtf/text/WTFString.h WTF_EXPORT double charactersToDouble(const UChar*, size_t, bool* ok = 0);
WTF_EXPORT         72 Source/wtf/text/WTFString.h WTF_EXPORT float charactersToFloat(const LChar*, size_t, bool* ok = 0);
WTF_EXPORT         73 Source/wtf/text/WTFString.h WTF_EXPORT float charactersToFloat(const UChar*, size_t, bool* ok = 0);
WTF_EXPORT         74 Source/wtf/text/WTFString.h WTF_EXPORT float charactersToFloat(const LChar*, size_t, size_t& parsedLength);
WTF_EXPORT         75 Source/wtf/text/WTFString.h WTF_EXPORT float charactersToFloat(const UChar*, size_t, size_t& parsedLength);
WTF_EXPORT         93 Source/wtf/text/WTFString.h class WTF_EXPORT String {
WTF_EXPORT        549 Source/wtf/text/WTFString.h WTF_EXPORT int codePointCompare(const String&, const String&);
WTF_EXPORT        672 Source/wtf/text/WTFString.h WTF_EXPORT const String& emptyString();
WTF_EXPORT         42 Source/wtf/unicode/Collator.h     class WTF_EXPORT Collator {
WTF_EXPORT         38 Source/wtf/unicode/UTF8.h     WTF_EXPORT int UTF8SequenceLength(char);
WTF_EXPORT         43 Source/wtf/unicode/UTF8.h     WTF_EXPORT int decodeUTF8Sequence(const char*);
WTF_EXPORT         66 Source/wtf/unicode/UTF8.h     WTF_EXPORT ConversionResult convertUTF8ToUTF16(
WTF_EXPORT         70 Source/wtf/unicode/UTF8.h     WTF_EXPORT ConversionResult convertLatin1ToUTF8(
WTF_EXPORT         74 Source/wtf/unicode/UTF8.h     WTF_EXPORT ConversionResult convertUTF16ToUTF8(
WTF_EXPORT         78 Source/wtf/unicode/UTF8.h     WTF_EXPORT unsigned calculateStringHashAndLengthFromUTF8MaskingTop8Bits(const char* data, const char* dataEnd, unsigned& dataLength, unsigned& utf16Length);
WTF_EXPORT         80 Source/wtf/unicode/UTF8.h     WTF_EXPORT bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd);
WTF_EXPORT         81 Source/wtf/unicode/UTF8.h     WTF_EXPORT bool equalLatin1WithUTF8(const LChar* a, const LChar* aEnd, const char* b, const char* bEnd);