HomeSort by relevance Sort by last modified time
    Searched refs:Individual (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DumpOutputStyle.h 54 auto Iter = Individual.try_emplace(Kind, 1, RecordSize);
59 DenseMap<uint32_t, Stat> Individual;
DumpOutputStyle.cpp 289 for (const auto &K : Stats.Individual) {
673 for (const auto &Stat : Stats.Individual) {
782 for (const auto &Stat : UdtTargetStats.Individual) {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
Iso639Data.java 51 * <h3><a NAME="I">Individual</a> languages</h3>
60 * criteria discussed above, can be considered distinct individual languages, yet in certain usage contexts a single
64 * Macrolanguages are distinguished from language collections in that the individual languages that correspond to a
71 * A collective language code element is an identifier that represents a group of individual languages that are not
90 Individual, Macrolanguage, Special, Collection, PrivateUse, Unknown;
233 return Scope.Individual;
345 if (scope != Scope.Individual)
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java 42 static Set<Scope> ALLOWED_LANGUAGE_SCOPES = EnumSet.of(Scope.Individual,
TestSupplementalInfo.java     [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateEnums.java 208 if (scope != Scope.Individual) {
    [all...]
ShowLanguages.java 244 if (s != Scope.Individual && s != Scope.Macrolanguage || t != Type.Living) {
386 if (s != Scope.Individual && s != Scope.Macrolanguage || t != Type.Living) {
536 // if ((s == Scope.Individual || s == Scope.Macrolanguage || s == Scope.Collection) && t == Type.Living) {
600 // if ((s == Scope.Individual || s == Scope.Macrolanguage || s == Scope.Collection) && t == Type.Living) {
    [all...]
  /external/protobuf/js/binary/
utils.js 432 * Individual digits for number->string conversion.
  /external/python/cpython2/Lib/pydoc_data/
topics.py 631 'redefine and override methods. This allows individual '
    [all...]

Completed in 1005 milliseconds