HomeSort by relevance Sort by last modified time
    Searched refs:uprv_strstr (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 169 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
176 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
183 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
  /external/chromium/third_party/icu/source/tools/gensprep/
gensprep.c 372 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
383 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
394 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
  /external/icu4c/test/intltest/
testidn.cpp 167 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
174 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
181 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
  /external/icu4c/tools/gensprep/
gensprep.c 372 if(uprv_strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
383 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
394 }else if(uprv_strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
  /external/chromium/third_party/icu/source/common/
rbbisetb.cpp 133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();}
222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();}
281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();}
282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();}
cstring.h 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
wintz.c 136 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY);
rbbiscan.cpp 314 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");}
    [all...]
rbbirb.cpp 285 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) {
rbbitblb.cpp 80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) {
138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) {
156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) {
190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();};
    [all...]
rbbidata.cpp 125 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();}
rbbi.cpp 263 if (debugEnv && uprv_strstr(debugEnv, "trace")) {
    [all...]
  /external/icu4c/common/
rbbisetb.cpp 133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();}
222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();}
281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();}
282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();}
cstring.h 41 #define uprv_strstr(s, c) U_STANDARD_CPP_NAMESPACE strstr(s, c) macro
wintz.c 136 char *pStd = uprv_strstr(subKeyName, STANDARD_TIME_REGKEY);
rbbiscan.cpp 314 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");}
    [all...]
rbbirb.cpp 285 if (builder.fDebugEnv && uprv_strstr(builder.fDebugEnv, "states")) {
rbbitblb.cpp 80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) {
138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) {
156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) {
190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();};
    [all...]
rbbidata.cpp 125 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();}
ucnvmbcs.c     [all...]
rbbi.cpp 265 if (debugEnv && uprv_strstr(debugEnv, "trace")) {
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
spreptst.c 763 if (uprv_strstr(profile_test_case[i], "RFC")) {
787 if (uprv_strstr(profile_test_case[i], "FAIL") == NULL) {
794 if (uprv_strstr(profile_test_case[i], "FAIL") != NULL) {
  /external/icu4c/test/cintltst/
spreptst.c 765 if (uprv_strstr(profile_test_case[i], "RFC")) {
789 if (uprv_strstr(profile_test_case[i], "FAIL") == NULL) {
796 if (uprv_strstr(profile_test_case[i], "FAIL") != NULL) {
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp     [all...]

Completed in 1005 milliseconds

1 2