Home
last modified time | relevance | path

Searched refs:LONG (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.h36 LONG, enumerator
107 case PrimType::LONG: in GetPrimValue()
/foundation/ability/idl_tool/parser/
H A Dtoken.h29 LONG, member in OHOS::Idl::Token
H A Dlexer.cpp49 keywords_[String("long")] = Token::LONG; in InitializeKeywords()
318 case Token::LONG: in DumpTokenSecond()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp206 DateTimeDataType type = (formatter->weekStyle_ == StyleState::LONG) ? FORMAT_WIDE : FORMAT_ABBR; in Format()
226 if ((monthStyle_ == StyleState::LONG) || (monthStyle_ == StyleState::SHORT)) { in GetMonthVal()
227 DateTimeDataType type = (monthStyle_ == StyleState::LONG) ? FORMAT_WIDE : FORMAT_ABBR; in GetMonthVal()
518 weekdayStyle = StyleState::LONG; in GetWeekdayStyle()
546 monthStyleState = StyleState::LONG; in GetMonthStyle()
650 case StyleState::LONG: { in SetMonthPattern()
682 case StyleState::LONG: { in SetDatePattern()
H A Ddate_time_format_module.h53 LONG,
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h31 LONG, // "long" member in OHOS::Idl::TokenType
H A Dlexer.cpp29 {"long", TokenType::LONG },
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c193 return InterlockedExchangeAdd((LONG volatile *)(uintptr_t)v, value) + value; in FillpSysAdptArchAtomicInc()
198 return InterlockedIncrement((LONG volatile *)(uintptr_t)v) == 0; in FillpSysAdptArchAtomicIncAndTest()
203 return InterlockedExchangeAdd((LONG volatile *)(uintptr_t)v, (-value)) - value; in FillpSysAdptArchAtomicDec()
208 return InterlockedDecrement((LONG volatile *)(uintptr_t)v) == 0; in FillpSysAdptArchAtomicDecAndTest()
218 return InterlockedExchange((LONG volatile *)(uintptr_t)target, value); in FillpSysAdptArchAtomicSet()
590 return ((InterlockedCompareExchange((LONG volatile *)sem, (LONG)exchange, (LONG)oldValue)) == (LONG)oldValue); in FillpSysArchCompAndWwap()
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h59 enum DateTimeStyle { NONE, FULL, LONG, MEDIUM, SHORT }; enumerator
H A Dlocalization.cpp94 case DateTimeStyle::LONG: in DateTimeStyle2EStyle()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp72 LONG period = (timer->IsPeriodic() ? timer->GetPeriod() : 0); in WinAsyncThread()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h58 LONG = 0, member in OHOS::Ace::LongScreenType
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp68 { "long", LongScreenType::LONG },
H A Dace_res_config.cpp964 return LongScreenType::LONG; in GetLongScreenType()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h166 KEYWORD(LONG, long)
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1017 case TokenType::LONG: in CheckBasicType()
1058 case TokenType::LONG: in ParseUnsignedType()

Completed in 16 milliseconds