Searched defs:UStringPrepProfile (Results 1 – 3 of 3) 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 int32_t refCount;94 UBool isDataLoaded;95 UBool doNFKC;96 UBool checkBiDi;
70 typedef struct UStringPrepProfile UStringPrepProfile; typedef