Home
last modified time | relevance | path

Searched defs:UStringPrepProfile (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dsprpimpl.h86 struct UStringPrepProfile{ struct
87 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;
/external/icu4c/common/unicode/
Dusprep.h66 typedef struct UStringPrepProfile UStringPrepProfile; typedef