Searched refs:USPREP_MAP (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/intltest/ |
D | testidn.cpp | 182 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn() 190 compareMapping(code,mapping, length,USPREP_MAP); in strprepProfileLineFn() 238 type = USPREP_MAP; in getValues() 305 if(type == USPREP_MAP){ in testAllCodepoints() 341 …t get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); in compareMapping()
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn() 83 compareMapping(data, code,mapping, length,USPREP_MAP); in strprepProfileLineFn() 125 type = USPREP_MAP; in getValues() 167 …t get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); in compareMapping()
|
/external/icu4c/tools/gensprep/ |
D | gensprep.c | 315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); in normalizationCorrectionsLineFn() 397 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn() 411 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode); in strprepProfileLineFn()
|
/external/icu4c/common/ |
D | sprpimpl.h | 36 USPREP_MAP = 0x0001 , enumerator
|
D | usprep.cpp | 491 type = USPREP_MAP; in getValues() 551 }else if(type == USPREP_MAP){ in usprep_map()
|