/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | base_font.h | 149 virtual int8_t GetTextUtf8(uint16_t textId, uint8_t** utf8Addr, uint16_t& utf8Len) const in GetTextUtf8() 200 virtual int8_t GetWildCardStaticStr(uint16_t textId, in GetWildCardStaticStr() 208 …virtual int8_t GetCodePoints(uint16_t textId, uint32_t** codePoints, uint16_t& codePointsNum) const in GetCodePoints() 213 virtual int8_t GetTextParam(uint16_t textId, UITextLanguageTextParam& param) const in GetTextParam()
|
H A D | ui_font_header.h | 29 uint16_t textId; member
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font.cpp | 135 int8_t UIFont::GetTextUtf8(uint16_t textId, uint8_t** utf8Addr, uint16_t& utf8Len) const in GetTextUtf8() 144 int8_t UIFont::GetTextParam(uint16_t textId, UITextLanguageTextParam& param) const in GetTextParam() 153 int8_t UIFont::GetWildCardStaticStr(uint16_t textId, in GetWildCardStaticStr() 165 int8_t UIFont::GetCodePoints(uint16_t textId, uint32_t** codePoints, uint16_t& codePointsNum) const in GetCodePoints()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_pattern_test_ng.cpp | 336 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); variable 348 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in __anond95221120e02() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_model_ng.cpp | 35 auto textId = textTimerPattern->GetTextId(); in Create() local 111 auto textId = textTimerPattern->GetTextId(); in CreateFrameNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model_ng.cpp | 35 auto textId = pattern->GetTextId(); in Create() local 143 auto textId = pattern->GetTextId(); in CreateFrameNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_view.cpp | 41 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateToastNode() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/ |
H A D | dfx_tdd_test.cpp | 713 const char *textId = "textid"; in DfxTest005() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_layout_test_ng.cpp | 400 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); variable 705 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); variable 891 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 73 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 632 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateMessage() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 508 auto textId = GetTextId(); in BuildChild() local
|