/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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);
|
/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);
|