Searched refs:firstArray (Results 1 – 2 of 2) sorted by relevance
27 my $firstArray = 1;33 if ($firstArray) {34 if (/<\/array>/) { $firstArray = 0; }
173 String[] firstArray; in appendValues() local178 if ((firstArray = values.get(0)).length == 1 && !mustBeArray(false, name, rbPath)) { in appendValues()179 String value = firstArray[0]; in appendValues()204 appendArray(pad, firstArray, quote, isSequence, out); in appendValues()