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

  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 63 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
70 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
77 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
261 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
265 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 171 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
178 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
185 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
435 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
439 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
  /external/icu/icu4c/source/common/
sprpimpl.h 47 static const char* usprepTypeNames[] ={
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 377 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
388 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
399 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){

Completed in 139 milliseconds