Searched refs:UTF16Decode (Results 1 – 6 of 6) sorted by relevance
75 uint32_t UTF16Decode(uint16_t lead, uint16_t trail);
27 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode() function
122 static uint16_t UTF16Decode(uint16_t lead, uint16_t trail);
252 vv = base::utf_helper::UTF16Decode(cc, kc); in Encode()
333 uint32_t res = base::utf_helper::UTF16Decode(first, second); in CodePointAt()
94 HWTEST_F_L0(UtfHelperTest, UTF16Decode) in HWTEST_F_L0() argument100 uint32_t codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()106 codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0()