#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_CHARACTER_PROPERTY_DATA_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_CHARACTER_PROPERTY_DATA_H_
#include <unicode/uobject.h>
namespace blink {
static const UChar32 kIsCJKIdeographOrSymbolArray[] = …;
static const UChar32 kIsCJKIdeographOrSymbolRanges[] = …;
static const UChar32 kIsPotentialCustomElementNameCharArray[] = …;
static const UChar32 kIsPotentialCustomElementNameCharRanges[] = …;
static const UChar32 kIsBidiControlArray[] = …;
static const UChar32 kIsBidiControlRanges[] = …;
static const UChar32 kIsHangulRanges[] = …;
extern const int32_t kSerializedCharacterDataSize;
extern const uint8_t kSerializedCharacterData[];
}
#endif