Home
last modified time | relevance | path

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

/external/icing/icing/file/
Dfile-backed-bitmap.cc165 libtextclassifier3::Status FileBackedBitmap::SetWord(int word_index, in SetWord() function in icing::lib::FileBackedBitmap
222 ICING_RETURN_IF_ERROR(SetWord(word_index, new_word)); in Set()
303 ICING_RETURN_IF_ERROR(SetWord(word_index, new_word)); in TruncateTo()
308 ICING_RETURN_IF_ERROR(SetWord(i, 0)); in TruncateTo()
Dfile-backed-bitmap.h205 libtextclassifier3::Status SetWord(int word_index, Word word);
/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c428 static PyObject *SetWord(PyDrawFObject *self,PyObject *arg,int type,int offset) in SetWord() function
467 { return SetWord(self,arg,drawfile_TYPE_PATH,6); in DrawF_PathFill()
471 { return SetWord(self,arg,drawfile_TYPE_PATH,7); in DrawF_PathColour()
475 { return SetWord(self,arg,drawfile_TYPE_TEXT,6); in DrawF_TextColour()
479 { return SetWord(self,arg,drawfile_TYPE_TEXT,7); in DrawF_TextBackground()