Searched refs:testchar (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2385 foreach ($is_string_starter[$char] as $testchar) {
2386 if ($testchar === substr($part, $i, strlen($testchar)) &&
2387 strlen($testchar) > strlen($char_new)) {
2388 $char_new = $testchar;
2396 $testchar = $is_string_starter[$char]; variable
2397 if ($testchar === substr($part, $i, strlen($testchar))) {
2398 $char = $testchar;

Completed in 119 milliseconds