Searched refs:LONG (Results 1 - 16 of 16) sorted by relevance
/foundation/communication/wifi/wifi/base/utils/ |
H A D | xml_parser.h | 36 LONG, enumerator 107 case PrimType::LONG: in GetPrimValue()
|
/foundation/ability/idl_tool/parser/ |
H A D | token.h | 29 LONG, member in OHOS::Idl::Token
|
H A D | lexer.cpp | 49 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 D | date_time_format_module.cpp | 206 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 D | date_time_format_module.h | 53 LONG,
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 31 LONG, // "long"
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 29 {"long", TokenType::LONG },
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 193 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 D | localization.h | 59 enum DateTimeStyle { NONE, FULL, LONG, MEDIUM, SHORT }; enumerator
|
H A D | localization.cpp | 94 case DateTimeStyle::LONG: in DateTimeStyle2EStyle()
|
/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | graphic_timer.cpp | 72 LONG period = (timer->IsPeriodic() ? timer->GetPeriod() : 0); in WinAsyncThread()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 58 LONG = 0, member in OHOS::Ace::LongScreenType
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.cpp | 68 { "long", LongScreenType::LONG },
|
H A D | ace_res_config.cpp | 964 return LongScreenType::LONG; in GetLongScreenType()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 166 KEYWORD(LONG, long)
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 1017 case TokenType::LONG:
in CheckBasicType() 1058 case TokenType::LONG:
in ParseUnsignedType()
|
Completed in 16 milliseconds