| /third_party/icu/icu4c/source/i18n/ |
| H A D | casetrn.cpp | 135 handleTransliterate(Replaceable& text, UTransPosition& offsets, UBool isIncremental) const handleTransliterate() argument
|
| H A D | collationweights.h | 86 inline int32_t countBytes(int32_t idx) const { in countBytes() argument
|
| H A D | nfrs.h | 44 bool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); } in operator !=() argument 46 UBool isPublic() const { return fIsPublic; } in isPublic() argument 48 UBool isParseable() const { return fIsParseable; } in isParseable() argument 50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet() argument 52 void getName(UnicodeString& result) const { result.setTo(name); } in getName() argument 53 UBool isNamed(const UnicodeString& _name) const { retur in getName() argument 64 getOwner() const getOwner() argument [all...] |
| H A D | nfrlist.h | 53 NFRule* operator[](uint32_t index) const { return fStuff != NULL ? fStuff[index] : NULL; } in operator []() argument 77 uint32_t size() const { return fCount; } in size() argument 78 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } in last() argument
|
| H A D | number_formatimpl.h | 74 const MicroProps& getRawMicroProps() const { in getRawMicroProps() argument [all...] |
| H A D | number_grouping.cpp | 90 bool Grouper::groupAtPosition(int32_t position, const impl::DecimalQuantity &value) const { in groupAtPosition() argument 101 int16_t Grouper::getPrimary() const { in getPrimary() argument 105 int16_t Grouper::getSecondary() const { in getSecondary() argument
|
| H A D | dangical.cpp | 69 DangiCalendar::clone() const in clone() argument 74 const char *DangiCalendar::getType() const { in getType() argument 139 const TimeZon argument [all...] |
| H A D | number_output.cpp | 24 void FormattedNumber::toDecimalNumber(ByteSink& sink, UErrorCode& status) const { in toDecimalNumber() argument 37 MeasureUnit FormattedNumber::getOutputUnit(UErrorCode& status) const { in getOutputUnit() argument 42 UDisplayOptionsNounClass FormattedNumber::getNounClass(UErrorCode &status) const { in getNounClass() argument 48 void FormattedNumber::getDecimalQuantity(impl::DecimalQuantity& output, UErrorCode& status) const { in getDecimalQuantity() argument 61 void FormattedNumberRange::getDecimalNumbers(ByteSink& sink1, ByteSink& sink2, UErrorCode& status) const { in getDecimalNumbers() argument 69 UNumberRangeIdentityResult FormattedNumberRange::getIdentityResult(UErrorCode& status) const { in getIdentityResult() argument 74 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() argument 31 getAllFieldPositionsImpl(FieldPositionIteratorHandler& fpih, UErrorCode& status) const getAllFieldPositionsImpl() argument [all...] |
| H A D | numparse_scientific.cpp | 55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument 154 bool ScientificMatcher::smokeTest(const StringSegment& segment) const { in smokeTest() argument 158 UnicodeString ScientificMatcher::toString() const { in toString() argument [all...] |
| H A D | numparse_parsednumber.cpp | 48 bool ParsedNumber::success() const { in success() argument 52 bool ParsedNumber::seenNumber() const { in seenNumber() argument 56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() argument 88 void ParsedNumber::populateFormattable(Formattable& output, parse_flags_t parseFlags) const { in populateFormattable() argument
|
| /third_party/lzma/CPP/Windows/ |
| H A D | Shell.h | 47 operator LPCITEMIDLIST() const { return m_Object;}
in operator LPCITEMIDLIST() argument
|
| H A D | PropVariant.h | 101 unsigned Get_Ns100() const
in Get_Ns100() argument [all...] |
| H A D | MemoryGlobal.h | 17 operator HGLOBAL() const { return _global; }
in operator HGLOBAL() argument 31 LPVOID Lock() const { return GlobalLock(_global); }
in Lock() argument 32 void Unlock() const { GlobalUnlock(_global); }
in Unlock() argument 41 LPVOID GetPointer() const { return _ptr; }
in GetPointer() argument
|
| H A D | FileDir.h | 86 const FString &GetPath() const { return _path; }
in GetPath() argument 102 const FString &GetPath() const { return _path; }
in GetPath() argument
|
| /third_party/mesa3d/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.h | 185 SupportDccAndTcCompatibility() const SupportDccAndTcCompatibility() argument 190 AltTilingEnabled() const AltTilingEnabled() argument [all...] |
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrobject.cpp | 118 Alloc( size_t objSize ) const Alloc() argument 160 Free( VOID* pObjMem ) const Free() argument 212 DebugPrint( const CHAR* pDebugString, ... ) const DebugPrint() argument
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| H A D | OpenCallbackConsole.h | 25 bool NeedPercents() const { return _percent._so != NULL; }
in NeedPercents() argument
|
| /third_party/lame/ACM/ |
| H A D | AEncodeProperties.cpp | 247 const char * AEncodeProperties::GetChannelModeString(int a_channelID) const in GetChannelModeString() argument [all...] |
| /third_party/lame/ACM/ADbg/ |
| H A D | ADbg.cpp | 64 inline int ADbg::_OutPut(const char * format,va_list params) const in _OutPut() argument 116 int ADbg::OutPut(int forLevel, const char * format,...) const in OutPut() argument 133 int ADbg::OutPut(const char * format,...) const in OutPut() argument
|
| /third_party/lame/dshow/ |
| H A D | REG.H | 45 operator HKEY () const { return m_hKey; }; in operator HKEY() argument
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| H A D | InStreamWithCRC.h | 37 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
in GetCRC() argument 38 UInt64 GetSize() const { return _size; }
in GetSize() argument 39 bool WasFinished() const { return _wasFinished; }
in WasFinished() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | resource.hpp | 126 operator T *() const operator T *() argument [all...] |
| H A D | context.cpp | 41 context::operator==(const context &ctx) const { in operator ==() argument 46 context::operator!=(const context &ctx) const { in operator !=() argument 56 context::properties() const { in properties() argument 61 context::devices() const { in devices() argument 76 find_svm_allocation(const void *ptr) const find_svm_allocation() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_ir_analysis.h | 168 require() const in require() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_alu.cpp | 39 bool Lower2x16::filter(const nir_instr *instr) const in filter() argument 83 bool LowerSinCos::filter(const nir_instr *instr) const in filter() argument
|