/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | gensprep.c | 382 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 393 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn() 404 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testidn.cpp | 171 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 178 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn() 185 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | gensprep.c | 381 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 392 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn() 403 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbisetb.cpp | 100 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in buildRanges() 189 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in buildRanges() 269 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in buildRanges() 270 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in buildRanges()
|
H A D | rbbiscan.cpp | 330 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 1025 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { 1033 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} 1073 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} 1133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} 1134 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) {
|
H A D | rbbirb.cpp | 173 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData() 315 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
|
H A D | cstring.h | 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
|
H A D | ucnvmbcs.cpp | 1938 if(uprv_strstr(pArgs->name, "18030")!=NULL) { in ucnv_MBCSOpen() 1939 if(uprv_strstr(pArgs->name, "gb18030")!=NULL || uprv_strstr(pArgs->name, "GB18030")!=NULL) { in ucnv_MBCSOpen() 1943 } else if((uprv_strstr(pArgs->name, "KEIS")!=NULL) || (uprv_strstr(pArgs->name, "keis")!=NULL)) { in ucnv_MBCSOpen() 1946 } else if((uprv_strstr(pArgs->name, "JEF")!=NULL) || (uprv_strstr(pArgs->name, "jef")!=NULL)) { in ucnv_MBCSOpen() 1949 } else if((uprv_strstr(pArgs->name, "JIPS")!=NULL) || (uprv_strstr(pArgs->name, "jips")!=NULL)) { in ucnv_MBCSOpen()
|
H A D | brkiter.cpp | 119 result = new RuleBasedBreakIterator(file, uprv_strstr(type, "phrase") != NULL, status); in buildInstance()
|
H A D | rbbidata.cpp | 140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbisetb.cpp | 100 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in buildRanges() 189 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in buildRanges() 269 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in buildRanges() 270 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in buildRanges()
|
H A D | rbbiscan.cpp | 330 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 1023 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { 1031 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} 1071 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} 1131 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} 1132 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) {
|
H A D | rbbirb.cpp | 172 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData() 314 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
|
H A D | cstring.h | 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
|
H A D | ucnvmbcs.cpp | 1938 if(uprv_strstr(pArgs->name, "18030")!=nullptr) { in ucnv_MBCSOpen() 1939 if(uprv_strstr(pArgs->name, "gb18030")!=nullptr || uprv_strstr(pArgs->name, "GB18030")!=nullptr) { in ucnv_MBCSOpen() 1943 } else if((uprv_strstr(pArgs->name, "KEIS")!=nullptr) || (uprv_strstr(pArgs->name, "keis")!=nullptr)) { in ucnv_MBCSOpen() 1946 } else if((uprv_strstr(pArgs->name, "JEF")!=nullptr) || (uprv_strstr(pArgs->name, "jef")!=nullptr)) { in ucnv_MBCSOpen() 1949 } else if((uprv_strstr(pArgs->name, "JIPS")!=nullptr) || (uprv_strstr(pArgs->name, "jips")!=nullptr)) { in ucnv_MBCSOpen()
|
H A D | brkiter.cpp | 120 result = new RuleBasedBreakIterator(file, uprv_strstr(type, "phrase") != nullptr, status); in buildInstance()
|
H A D | loclikely.cpp | 744 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
|
H A D | rbbidata.cpp | 140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbisetb.cpp | 100 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in buildRanges() 189 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in buildRanges() 269 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in buildRanges() 270 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in buildRanges()
|
H A D | rbbiscan.cpp | 330 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 1025 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { 1033 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} 1073 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} 1133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} 1134 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) {
|
H A D | rbbirb.cpp | 173 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData() 315 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
|
H A D | cstring.h | 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
|
H A D | ucnvmbcs.cpp | 1938 if(uprv_strstr(pArgs->name, "18030")!=NULL) { in ucnv_MBCSOpen() 1939 if(uprv_strstr(pArgs->name, "gb18030")!=NULL || uprv_strstr(pArgs->name, "GB18030")!=NULL) { in ucnv_MBCSOpen() 1943 } else if((uprv_strstr(pArgs->name, "KEIS")!=NULL) || (uprv_strstr(pArgs->name, "keis")!=NULL)) { in ucnv_MBCSOpen() 1946 } else if((uprv_strstr(pArgs->name, "JEF")!=NULL) || (uprv_strstr(pArgs->name, "jef")!=NULL)) { in ucnv_MBCSOpen() 1949 } else if((uprv_strstr(pArgs->name, "JIPS")!=NULL) || (uprv_strstr(pArgs->name, "jips")!=NULL)) { in ucnv_MBCSOpen()
|
H A D | rbbidata.cpp | 140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 767 if (uprv_strstr(profile_test_case[i], "RFC")) { in TestStringPrepProfiles() 791 if (uprv_strstr(profile_test_case[i], "FAIL") == NULL) { in TestStringPrepProfiles() 798 if (uprv_strstr(profile_test_case[i], "FAIL") != NULL) { in TestStringPrepProfiles()
|