Searched refs:USPREP_UNASSIGNED (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 171 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 176 compareFlagsForRange(rangeStart,rangeEnd,USPREP_UNASSIGNED); in strprepProfileLineFn() 302 if(type == USPREP_UNASSIGNED){ in testAllCodepoints()
|
/external/icu/icu4c/source/common/ |
D | sprpimpl.h | 37 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 | 63 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 68 compareFlagsForRange(data, rangeStart,rangeEnd,USPREP_UNASSIGNED); in strprepProfileLineFn()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 377 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 386 storeRange(rangeStart,rangeEnd,USPREP_UNASSIGNED, pErrorCode); in strprepProfileLineFn()
|