Searched refs:USPREP_UNASSIGNED (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 169 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 174 compareFlagsForRange(rangeStart,rangeEnd,USPREP_UNASSIGNED); in strprepProfileLineFn() 300 if(type == USPREP_UNASSIGNED){ in testAllCodepoints()
|
/external/icu/icu4c/source/common/ |
D | sprpimpl.h | 35 USPREP_UNASSIGNED = 0x0000 , enumerator
|
D | usprep.cpp | 539 if(type == USPREP_UNASSIGNED && allowUnassigned == FALSE){ in usprep_map()
|
/external/icu/icu4c/source/test/cintltst/ |
D | sprpdata.c | 61 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 66 compareFlagsForRange(data, rangeStart,rangeEnd,USPREP_UNASSIGNED); in strprepProfileLineFn()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 375 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 384 storeRange(rangeStart,rangeEnd,USPREP_UNASSIGNED, pErrorCode); in strprepProfileLineFn()
|