+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
- * Copyright (C) 2003-2004, International Business Machines
+ * Copyright (C) 2003-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: sprpimpl.h
- * encoding: US-ASCII
+ * encoding: UTF-8
* tab size: 8 (not used)
* indentation:4
*
#include "unicode/udata.h"
#include "utrie.h"
#include "udataswp.h"
+#include "ubidi_props.h"
#define _SPREP_DATA_TYPE "spp"
UTrie sprepTrie;
const uint16_t* mappingData;
UDataMemory* sprepData;
- UBool isDataLoaded;
int32_t refCount;
+ UBool isDataLoaded;
UBool doNFKC;
UBool checkBiDi;
};