HomeSort by relevance Sort by last modified time
    Searched refs:UStringPrepType (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
51 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status);
store.c 215 UStringPrepType type;
355 UStringPrepType type, UErrorCode* status){
465 storeRange(uint32_t start, uint32_t end, UStringPrepType type,UErrorCode* status){
  /external/icu/icu4c/source/common/
sprpimpl.h 34 enum UStringPrepType{
42 typedef enum UStringPrepType UStringPrepType;
usprep.cpp 467 static inline UStringPrepType
470 UStringPrepType type;
481 type = (UStringPrepType) (trieWord - _SPREP_TYPE_THRESHOLD);
519 UStringPrepType type;
725 UStringPrepType type = getValues(result, value, isIndex);
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 38 UStringPrepType option);
41 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
110 static UStringPrepType
113 UStringPrepType type;
122 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD);
148 UStringPrepType type){
152 UStringPrepType retType;
229 UStringPrepType type){
232 UStringPrepType retType;
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 54 UStringPrepType option);
57 compareFlagsForRange(uint32_t start, uint32_t end,UStringPrepType option);
219 static inline UStringPrepType
222 UStringPrepType type;
234 type = (UStringPrepType) (result - _SPREP_TYPE_THRESHOLD);
291 UStringPrepType type;
328 UStringPrepType type){
334 UStringPrepType retType;
404 UStringPrepType type){
407 UStringPrepType retType
    [all...]

Completed in 174 milliseconds