Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dsprpimpl.h88 struct UStringPrepProfile{ struct
89 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;
/external/icu/icu4c/source/common/unicode/
Dusprep.h70 typedef struct UStringPrepProfile UStringPrepProfile; typedef