Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp54 UStringPrepType option);
57 compareFlagsForRange(uint32_t start, uint32_t end,UStringPrepType option);
219 static inline UStringPrepType
222 UStringPrepType type; in getValues()
234 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD); in getValues()
291 UStringPrepType type; in testAllCodepoints()
328 UStringPrepType type){ in compareMapping()
334 UStringPrepType retType; in compareMapping()
404 UStringPrepType type){ in compareFlagsForRange()
407 UStringPrepType retType; in compareFlagsForRange()
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c38 UStringPrepType option);
41 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
110 static UStringPrepType
113 UStringPrepType type; in getValues()
122 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD); in getValues()
148 UStringPrepType type){ in compareMapping()
152 UStringPrepType retType; in compareMapping()
229 UStringPrepType type){ in compareFlagsForRange()
232 UStringPrepType retType; in compareFlagsForRange()
/external/icu/icu4c/source/common/
Dsprpimpl.h34 enum UStringPrepType{ enum
42 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.h49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode…
51 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status);
Dstore.c215 UStringPrepType type;
355 UStringPrepType type, UErrorCode* status){ in storeMapping()
465 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status){ in storeRange()