Home
last modified time | relevance | path

Searched refs:USPREP_MAP (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
191 compareMapping(code,mapping, length,USPREP_MAP); in strprepProfileLineFn()
239 type = USPREP_MAP; in getValues()
306 if(type == USPREP_MAP){ in testAllCodepoints()
342 …t get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); in compareMapping()
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c75 }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/icu/icu4c/source/tools/gensprep/
Dgensprep.c315 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/icu/icu4c/source/common/
Dsprpimpl.h36 USPREP_MAP = 0x0001 , enumerator
Dusprep.cpp486 type = USPREP_MAP; in getValues()
545 }else if(type == USPREP_MAP){ in usprep_map()