Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp1140 uint32 *offsets_by_id = NULL; in _get_lpis() local
1178 offsets_by_id = (uint32 *)malloc( in _get_lpis()
1180 if (!offsets_by_id) goto error; in _get_lpis()
1229 offsets_by_id[i] = offsets[i]; in _get_lpis()
1238 offsets_by_id_ = offsets_by_id; in _get_lpis()
1262 if (offsets_by_id) free(offsets_by_id); in _get_lpis()