Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbisetb.cpp135 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in build()
224 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in build()
283 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in build()
284 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in build()
Drbbiscan.cpp329 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions()
1017 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { in parse()
1025 …if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} in parse()
1065 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} in parse()
1141 … if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} in parse()
1142 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) { in parse()
Drbbitblb.cpp82 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in build()
140 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in build()
158 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in build()
192 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();}; in build()
Dcstring.h41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
Dwintz.c139 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY); in openTZRegKey()
Drbbirb.cpp282 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) { in createRuleBasedBreakIterator()
Ducnvmbcs.cpp1937 if(uprv_strstr(pArgs->name, "18030")!=NULL) { in ucnv_MBCSOpen()
1938 if(uprv_strstr(pArgs->name, "gb18030")!=NULL || uprv_strstr(pArgs->name, "GB18030")!=NULL) { in ucnv_MBCSOpen()
1942 … } else if((uprv_strstr(pArgs->name, "KEIS")!=NULL) || (uprv_strstr(pArgs->name, "keis")!=NULL)) { in ucnv_MBCSOpen()
1945 } else if((uprv_strstr(pArgs->name, "JEF")!=NULL) || (uprv_strstr(pArgs->name, "jef")!=NULL)) { in ucnv_MBCSOpen()
1948 … } else if((uprv_strstr(pArgs->name, "JIPS")!=NULL) || (uprv_strstr(pArgs->name, "jips")!=NULL)) { in ucnv_MBCSOpen()
Drbbidata.cpp156 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
Dloclikely.cpp1303 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
Drbbi.cpp283 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
Duloc.cpp528 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c377 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn()
388 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn()
399 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
/external/icu/icu4c/source/test/intltest/
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()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c765 if (uprv_strstr(profile_test_case[i], "RFC")) { in TestStringPrepProfiles()
789 if (uprv_strstr(profile_test_case[i], "FAIL") == NULL) { in TestStringPrepProfiles()
796 if (uprv_strstr(profile_test_case[i], "FAIL") != NULL) { in TestStringPrepProfiles()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1651 pSubstring = uprv_strstr(name, dataDirName); in pkg_createWithoutAssemblyCode()
1871 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()