Searched refs:USPREP_MAP (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dsprpimpl.h36 USPREP_MAP = 0x0001 , enumerator in enum:UStringPrepType
H A Dusprep.cpp485 type = USPREP_MAP;
545 }else if(type == USPREP_MAP){
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c75 }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/icu/icu4c/source/common/
H A Dsprpimpl.h36 USPREP_MAP = 0x0001 , enumerator in enum:UStringPrepType
H A Dusprep.cpp485 type = USPREP_MAP;
545 }else if(type == USPREP_MAP){
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c75 }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/
H A Dtestidn.cpp183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
191 compareMapping(code,mapping, length,USPREP_MAP);
239 type = USPREP_MAP;
306 if(type == USPREP_MAP){
342 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/test/intltest/
H A Dtestidn.cpp183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
191 compareMapping(code,mapping, length,USPREP_MAP);
239 type = USPREP_MAP;
306 if(type == USPREP_MAP){
342 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/
H A Dgensprep.c315 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);
/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c315 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 81 milliseconds