Home
last modified time | relevance | path

Searched refs:firstArray (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/analyzer/
Dupdate_plist_test.pl27 my $firstArray = 1;
33 if ($firstArray) {
34 if (/<\/array>/) { $firstArray = 0; }
/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuTextWriter.java173 String[] firstArray; in appendValues() local
178 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()