Searched defs:UStringPrepProfile (Results 1 – 2 of 2) sorted by relevance
88 struct UStringPrepProfile{ struct89 int32_t indexes[_SPREP_INDEX_TOP];90 UTrie sprepTrie;91 const uint16_t* mappingData;92 UDataMemory* sprepData;93 const UBiDiProps *bdp; /* used only if checkBiDi is set */94 int32_t refCount;95 UBool isDataLoaded;96 UBool doNFKC;97 UBool checkBiDi;
70 typedef struct UStringPrepProfile UStringPrepProfile; typedef