Searched refs:debugEnv (Results 1 – 7 of 7) sorted by relevance
123 const char *debugEnv = getenv("MESA_DEBUG"); in should_output() local126 if (debugEnv && strstr(debugEnv, "silent")) in should_output()131 if (debugEnv) in should_output()
139 char *debugEnv = getenv("U_RBBIDEBUG"); in init() local140 if (debugEnv && uprv_strstr(debugEnv, "data")) {this->printData();} in init()
219 char *debugEnv = getenv("U_RBBIDEBUG"); in RuleBasedBreakIterator() local220 if (debugEnv && uprv_strstr(debugEnv, "trace")) { in RuleBasedBreakIterator()