OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOrdinal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
COFF.h
406
bool
isOrdinal
() const { return data & 0x80000000; }
408
/// @brief Get the ordinal value of this entry.
isOrdinal
must be true.
410
assert(
isOrdinal
() && "ILT entry is not an ordinal!");
414
/// @brief Set the ordinal value and set
isOrdinal
to true.
420
/// @brief Get the Hint/Name entry RVA.
isOrdinal
must be false.
422
assert(!
isOrdinal
() && "ILT entry is not a Hint/Name RVA!");
426
/// @brief Set the Hint/Name entry RVA and set
isOrdinal
to false.
/external/icu4c/common/unicode/
messagepattern.h
[
all
...]
/external/icu4c/common/
messagepattern.cpp
624
if(isSelect(typeIndex) &&
isOrdinal
(typeIndex+6)) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 41 milliseconds