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.cpp185 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
193 compareMapping(code,mapping, length,USPREP_MAP); in strprepProfileLineFn()
241 type = USPREP_MAP; in getValues()
308 if(type == USPREP_MAP){ in testAllCodepoints()
344 …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.c77 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
85 compareMapping(data, code,mapping, length,USPREP_MAP); in strprepProfileLineFn()
127 type = USPREP_MAP; in getValues()
169 …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.c317 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); in normalizationCorrectionsLineFn()
399 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
413 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode); in strprepProfileLineFn()
/external/icu/icu4c/source/common/
Dsprpimpl.h38 USPREP_MAP = 0x0001 , enumerator
Dusprep.cpp486 type = USPREP_MAP; in getValues()
545 }else if(type == USPREP_MAP){ in usprep_map()