HomeSort by relevance Sort by last modified time
    Searched defs:hasRegion (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 550 bool hasRegion =
552 cachedQuery = hasRegion ? 1 : 2;
553 return hasRegion;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
LocaleData.java 24 private static boolean hasRegion(int packed_locale) {
32 if (hasRegion(packed_locale)) {

Completed in 360 milliseconds