Searched refs:printWithDepth_ (Results 1 – 1 of 1) sorted by relevance
645 …n!1;return!0};sre.Trie.prototype.toString=function(){return sre.Trie.printWithDepth_(this.root,0,"…646 …printWithDepth_=function(a,b,c){var d=Array(b+2).join(b)+": ";c+=d+a.toString()+"\n";a=a.getChildr… function