Home
last modified time | relevance | path

Searched refs:thisKey (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaObjC/
Dforeach.m12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
16 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
17 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
/external/clang/test/SemaObjCXX/
Dforeach.mm14 for (id thisKey : keys);
16 …for (auto thisKey : keys) { } // expected-warning{{'auto' deduced as 'id' in declaration of 'thisK…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java850 String thisKey = thisKwdItr.next(); in compareTo() local
852 cmp = thisKey.compareTo(otherKey); in compareTo()
855 String thisVal = getKeywordValue(thisKey); in compareTo()