Searched refs:SetWord (Results 1 – 3 of 3) sorted by relevance
/external/icing/icing/file/ |
D | file-backed-bitmap.cc | 165 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()
|
D | file-backed-bitmap.h | 205 libtextclassifier3::Status SetWord(int word_index, Word word);
|
/external/python/cpython2/RISCOS/Modules/ |
D | drawfmodule.c | 428 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()
|