Home
last modified time | relevance | path

Searched refs:uprv_strstr (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/common/
Drbbisetb.cpp133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in build()
222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in build()
281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in build()
282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in build()
Drbbiscan.cpp318 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions()
989 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { in parse()
997 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");} in parse()
1037 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} in parse()
1102 … if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} in parse()
1103 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) in parse()
Dcstring.h39 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
Drbbitblb.cpp80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in build()
138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in build()
156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in build()
190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();}; in build()
Drbbirb.cpp280 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) { in createRuleBasedBreakIterator()
Dwintz.c137 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY); in openTZRegKey()
Ducnvmbcs.cpp1931 if(uprv_strstr(pArgs->name, "18030")!=NULL) { in ucnv_MBCSOpen()
1932 if(uprv_strstr(pArgs->name, "gb18030")!=NULL || uprv_strstr(pArgs->name, "GB18030")!=NULL) { in ucnv_MBCSOpen()
1936 … } else if((uprv_strstr(pArgs->name, "KEIS")!=NULL) || (uprv_strstr(pArgs->name, "keis")!=NULL)) { in ucnv_MBCSOpen()
1939 } else if((uprv_strstr(pArgs->name, "JEF")!=NULL) || (uprv_strstr(pArgs->name, "jef")!=NULL)) { in ucnv_MBCSOpen()
1942 … } else if((uprv_strstr(pArgs->name, "JIPS")!=NULL) || (uprv_strstr(pArgs->name, "jips")!=NULL)) { in ucnv_MBCSOpen()
Drbbidata.cpp154 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
Dloclikely.cpp1301 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
Drbbi.cpp296 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
Duloc.cpp524 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp169 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn()
176 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn()
183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c375 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn()
386 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn()
397 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c762 if (uprv_strstr(profile_test_case[i], "RFC")) { in TestStringPrepProfiles()
786 if (uprv_strstr(profile_test_case[i], "FAIL") == NULL) { in TestStringPrepProfiles()
793 if (uprv_strstr(profile_test_case[i], "FAIL") != NULL) { in TestStringPrepProfiles()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1649 pSubstring = uprv_strstr(name, dataDirName); in pkg_createWithoutAssemblyCode()
1869 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()