Searched refs:uprv_strstr (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/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 | 318 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()
|
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 | rbbirb.cpp | 280 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) { in createRuleBasedBreakIterator()
|
D | wintz.c | 137 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY); in openTZRegKey()
|
D | ucnvmbcs.cpp | 1931 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()
|
D | rbbidata.cpp | 154 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
|
D | loclikely.cpp | 1301 const char* langPtr = uprv_strstr(LANG_DIR_STRING, lang); in uloc_isRightToLeft()
|
D | rbbi.cpp | 296 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in init()
|
D | uloc.cpp | 524 #define _hasBCP47Extension(id) (id && uprv_strstr(id, "@") == NULL && getShortestSubtagLength(local…
|
/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 169 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/ |
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/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 762 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/ |
D | pkgdata.cpp | 1649 pSubstring = uprv_strstr(name, dataDirName); in pkg_createWithoutAssemblyCode() 1869 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()
|