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 494 type = USPREP_MAP;
517 usprep_map( const UStringPrepProfile* profile, function
554 }else if(type == USPREP_MAP){
700 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
713 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);
  /external/icu4c/test/cintltst/
sprpdata.c 74 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
82 compareMapping(data, code,mapping, length,USPREP_MAP);
124 type = USPREP_MAP;
166 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 181 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
189 compareMapping(code,mapping, length,USPREP_MAP);
237 type = USPREP_MAP;
304 if(type == USPREP_MAP){
340 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 312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
394 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
408 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);

Completed in 90 milliseconds