Home
last modified time | relevance | path

Searched refs:h5 (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h56 std::size_t h5 = std::hash<std::string>()(theme.abilityName); in operator ()() local
57 return h1 ^ h2 ^ h3 ^ h4 ^ h5; in operator ()()
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js701 switchMethodSub(h5) {
704 inputMethod.switchCurrentInputMethodAndSubtype(this.defaultInputMethod, h5, () => {
706 this.currentSub = h5;
710 inputMethod.switchCurrentInputMethodSubtype(h5, () => {
711 this.currentSub = h5;

Completed in 2 milliseconds