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