Home
last modified time | relevance | path

Searched refs:LOWERCASE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp33 TextCase::LOWERCASE,
H A Dcj_text_ffi.cpp32 const std::vector<TextCase> TEXT_CASES = { TextCase::NORMAL, TextCase::LOWERCASE, TextCase::UPPERCA…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.cpp47 TextCase::LOWERCASE,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testsix_ng.cpp60 fontStyle->UpdateTextCase(TextCase::LOWERCASE);
H A Dtext_base.h134 const Ace::TextCase TEXT_CASE_VALUE = Ace::TextCase::LOWERCASE;
H A Dspan_test_ng.cpp59 const Ace::TextCase TEXT_CASE_VALUE = Ace::TextCase::LOWERCASE;
H A Dtext_testfive_ng.cpp1883 spanItem->fontStyle->UpdateTextCase(TextCase::LOWERCASE);
2720 fontStyle->UpdateTextCase(TextCase::LOWERCASE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h109 LOWERCASE, enumerator
118 { TextCase::LOWERCASE, "LOWERCASE" }, in ToString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h97 const Ace::TextCase TEXT_CASE_VALUE = Ace::TextCase::LOWERCASE;
H A Drich_editor_test_ng.cpp103 const Ace::TextCase TEXT_CASE_VALUE = Ace::TextCase::LOWERCASE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_span.cpp75 const std::vector<TextCase> TEXT_CASES = { TextCase::NORMAL, TextCase::LOWERCASE, TextCase::UPPERCA…
H A Djs_text.cpp83 const std::vector<TextCase> TEXT_CASES = { TextCase::NORMAL, TextCase::LOWERCASE, TextCase::UPPERCA…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h308 { TextCase::LOWERCASE, "TextCase.LowerCase" }, in ConvertWrapTextCaseToStirng()