Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtestidn.cpp54 UStringPrepType option);
57 compareFlagsForRange(uint32_t start, uint32_t end,UStringPrepType option);
218 static inline UStringPrepType
221 UStringPrepType type; in getValues()
233 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD); in getValues()
290 UStringPrepType type; in testAllCodepoints()
327 UStringPrepType type){ in compareMapping()
333 UStringPrepType retType; in compareMapping()
403 UStringPrepType type){ in compareFlagsForRange()
406 UStringPrepType retType; in compareFlagsForRange()
/external/icu4c/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/icu4c/common/
Dsprpimpl.h34 enum UStringPrepType{ enum
42 typedef enum UStringPrepType UStringPrepType; typedef
Dusprep.cpp472 static inline UStringPrepType
475 UStringPrepType type; in getValues()
486 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD); in getValues()
525 UStringPrepType type; in usprep_map()
744 UStringPrepType type; in usprep_prepare()
/external/icu4c/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()