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

  /external/icu/icu4c/source/common/
sprpimpl.h 38 USPREP_MAP = 0x0001 ,
usprep.cpp 488 type = USPREP_MAP;
510 usprep_map( const UStringPrepProfile* profile, function
547 }else if(type == USPREP_MAP){
673 int32_t b1Len = usprep_map(profile, src, srcLength,
687 b1Len = usprep_map(profile, src, srcLength,
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 77 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
85 compareMapping(data, code,mapping, length,USPREP_MAP);
127 type = USPREP_MAP;
169 log_err( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 185 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
193 compareMapping(code,mapping, length,USPREP_MAP);
241 type = USPREP_MAP;
308 if(type == USPREP_MAP){
344 pTestIDNA->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 317 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
399 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
413 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);

Completed in 438 milliseconds