Home
last modified time | relevance | path

Searched refs:uprv_strstr (Results 1 - 25 of 50) sorted by relevance

12

/third_party/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c382 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 Dtestidn.cpp171 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 Dgensprep.c381 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 Drbbisetb.cpp100 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 Drbbiscan.cpp330 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 Drbbirb.cpp173 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData()
315 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
H A Dcstring.h41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
H A Ducnvmbcs.cpp1938 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 Dbrkiter.cpp119 result = new RuleBasedBreakIterator(file, uprv_strstr(type, "phrase") != NULL, status); in buildInstance()
H A Drbbidata.cpp140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.cpp100 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 Drbbiscan.cpp330 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 Drbbirb.cpp172 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData()
314 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
H A Dcstring.h41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
H A Ducnvmbcs.cpp1938 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 Dbrkiter.cpp120 result = new RuleBasedBreakIterator(file, uprv_strstr(type, "phrase") != nullptr, status); in buildInstance()
H A Dloclikely.cpp744 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
H A Drbbidata.cpp140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbisetb.cpp100 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 Drbbiscan.cpp330 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 Drbbirb.cpp173 if (fDebugEnv && uprv_strstr(fDebugEnv, "size")) { in flattenData()
315 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
H A Dcstring.h41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
H A Ducnvmbcs.cpp1938 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 Drbbidata.cpp140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c767 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()

Completed in 37 milliseconds

12