Searched refs:uprv_strstr (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/common/ |
D | rbbisetb.cpp | 133 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()
|
D | rbbiscan.cpp | 315 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 959 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { in parse() 967 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");} in parse() 1007 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPuts("");} in parse() 1069 … if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "symbols")) {fSymbolTable->rbbiSymtablePrint();} in parse() 1070 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ptree")) in parse()
|
D | cstring.h | 39 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
|
D | rbbitblb.cpp | 80 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()
|
D | wintz.c | 137 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY); in openTZRegKey()
|
D | rbbirb.cpp | 280 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) { in createRuleBasedBreakIterator()
|
D | ucnvmbcs.c | 1794 if(uprv_strstr(pArgs->name, "18030")!=NULL) { in ucnv_MBCSOpen() 1795 if(uprv_strstr(pArgs->name, "gb18030")!=NULL || uprv_strstr(pArgs->name, "GB18030")!=NULL) { in ucnv_MBCSOpen() 1799 … } else if((uprv_strstr(pArgs->name, "KEIS")!=NULL) || (uprv_strstr(pArgs->name, "keis")!=NULL)) { in ucnv_MBCSOpen() 1802 } else if((uprv_strstr(pArgs->name, "JEF")!=NULL) || (uprv_strstr(pArgs->name, "jef")!=NULL)) { in ucnv_MBCSOpen() 1805 … } else if((uprv_strstr(pArgs->name, "JIPS")!=NULL) || (uprv_strstr(pArgs->name, "jips")!=NULL)) { in ucnv_MBCSOpen()
|
D | rbbidata.cpp | 126 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
|
D | rbbi.cpp | 297 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
|
D | uloc.cpp | 525 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 168 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 175 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn() 182 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
|
/external/icu4c/tools/gensprep/ |
D | gensprep.c | 375 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/icu4c/test/cintltst/ |
D | spreptst.c | 765 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()
|
D | cldrtest.c | 940 …else if (uprv_strstr(currLoc, "ti_") != currLoc || isICUVersionAtLeast(51, 0, 0)) { /* TODO: resto… in VerifyTranslation()
|
/external/icu4c/tools/pkgdata/ |
D | pkgdata.cpp | 1490 pSubstring = uprv_strstr(name, dataDirName); in pkg_createWithoutAssemblyCode() 1714 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()
|