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

  /external/llvm/include/llvm/Support/
COFF.h 433 bool isOrdinal() const { return data & 0x80000000; }
435 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
437 assert(isOrdinal() && "ILT entry is not an ordinal!");
441 /// @brief Set the ordinal value and set isOrdinal to true.
447 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
449 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
453 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /external/icu/icu4c/source/common/unicode/
messagepattern.h     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 196 bool isOrdinal() const { return Data < 0; }
199 assert(isOrdinal() && "ILT entry is not an ordinal!");
204 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 370 bool IsOrdinal;
371 if (Entry.isOrdinal(IsOrdinal))
373 if (IsOrdinal) {
  /external/icu/icu4c/source/common/
messagepattern.cpp 626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 736 milliseconds