Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbisetb.cpp98 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in buildRanges()
187 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in buildRanges()
246 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in buildRanges()
247 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in buildRanges()
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")) { in parse()
1031 …if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} in parse()
1071 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} in parse()
1131 … if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} in parse()
1132 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) { in parse()
Dcstring.h41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
Drbbirb.cpp285 if (fDebugEnv && uprv_strstr(fDebugEnv, "states")) { in build()
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()
Drbbitblb.cpp82 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in buildForwardTable()
140 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in buildForwardTable()
158 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in buildForwardTable()
Drbbidata.cpp133 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
Dloclikely.cpp1304 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
Drbbi.cpp313 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
Dputil.cpp1127 char * tzZoneInfoTailPtr = uprv_strstr(gTimeZoneBuffer, TZZONEINFOTAIL); in uprv_tzname()
Duloc.cpp531 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
/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/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/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.cpp1658 pSubstring = uprv_strstr(name, dataDirName); in pkg_createWithoutAssemblyCode()
1904 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()