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

  /external/chromium_org/third_party/icu/source/test/cintltst/
sprpdata.c 61 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
68 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
259 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
263 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/cintltst/
sprpdata.c 61 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
68 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
259 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
263 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 169 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
176 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
433 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
437 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/test/intltest/
testidn.cpp 169 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
176 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
433 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
437 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 45 static const char* usprepTypeNames[] ={
  /external/icu/icu4c/source/common/
sprpimpl.h 45 static const char* usprepTypeNames[] ={
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 375 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
386 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
397 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 375 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
386 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
397 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){

Completed in 3818 milliseconds