Searched refs:getChar (Results 1 – 1 of 1) sorted by relevance
142 … $charArray = self::getChar($workingText, 0); // Get the next ASCII or UTF-8 character213 $charArray = self::getChar($workingText . "\n", $offset);222 $charArray = self::getChar($workingText . "\n", $offset);269 $nextCharArray = self::getChar($tempText, 0);577 private static function getChar(string $text, int $offset): array function in Fisharebest\\Webtrees\\Report\\RightToLeftSupport877 … $charArray = self::getChar($temp, $offset); // Get 1st character of parenthesized text