Home
last modified time | relevance | path

Searched refs:UStringPrepType (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp56 UStringPrepType option);
59 compareFlagsForRange(uint32_t start, uint32_t end,UStringPrepType option);
221 static inline UStringPrepType
224 UStringPrepType type; in getValues()
236 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD); in getValues()
293 UStringPrepType type; in testAllCodepoints()
330 UStringPrepType type){ in compareMapping()
336 UStringPrepType retType; in compareMapping()
406 UStringPrepType type){ in compareFlagsForRange()
409 UStringPrepType retType; in compareFlagsForRange()
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c40 UStringPrepType option);
43 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
112 static UStringPrepType
115 UStringPrepType type; in getValues()
124 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD); in getValues()
150 UStringPrepType type){ in compareMapping()
154 UStringPrepType retType; in compareMapping()
231 UStringPrepType type){ in compareFlagsForRange()
234 UStringPrepType retType; in compareFlagsForRange()
/external/icu/icu4c/source/common/
Dsprpimpl.h36 enum UStringPrepType{ enum
44 typedef enum UStringPrepType UStringPrepType; typedef
Dusprep.cpp467 static inline UStringPrepType
470 UStringPrepType type; in getValues()
481 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD); in getValues()
519 UStringPrepType type; in usprep_map()
725 UStringPrepType type = getValues(result, value, isIndex); in usprep_prepare()
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.h51 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode…
53 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status);
Dstore.c217 UStringPrepType type;
357 UStringPrepType type, UErrorCode* status){ in storeMapping()
467 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status){ in storeRange()