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

  /external/llvm/include/llvm/Support/
COFF.h 402 bool isOrdinal() const { return data & 0x80000000; }
404 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
406 assert(isOrdinal() && "ILT entry is not an ordinal!");
410 /// @brief Set the ordinal value and set isOrdinal to true.
416 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
418 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
422 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /external/icu4c/common/unicode/
messagepattern.h 895 UBool isOrdinal(int32_t index);
    [all...]
  /external/icu4c/common/
messagepattern.cpp 624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
    [all...]

Completed in 980 milliseconds