HomeSort by relevance Sort by last modified time
    Searched refs:USPREP_MAP (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
sprpimpl.h 36 USPREP_MAP = 0x0001 ,
usprep.cpp 491 type = USPREP_MAP;
514 usprep_map( const UStringPrepProfile* profile, function
551 }else if(type == USPREP_MAP){
697 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
710 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);
  /external/icu4c/test/cintltst/
sprpdata.c 75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
83 compareMapping(data, code,mapping, length,USPREP_MAP);
125 type = USPREP_MAP;
167 log_err( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
  /external/icu4c/test/intltest/
testidn.cpp 182 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
190 compareMapping(code,mapping, length,USPREP_MAP);
238 type = USPREP_MAP;
305 if(type == USPREP_MAP){
341 pTestIDNA->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
  /external/icu4c/tools/gensprep/
gensprep.c 315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
397 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
411 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);

Completed in 91 milliseconds