Lines Matching refs:status
96 * @param status A status code recording the success of the call.
100 virtual StringEnumeration *openWords( UErrorCode &status ) const = 0;
140 * @param status A status code recording the success of the call.
142 MutableTrieDictionary( UChar median, UErrorCode &status );
169 * @param status A status code recording the success of the call.
173 virtual StringEnumeration *openWords( UErrorCode &status ) const;
180 * @param status The resultant status
184 UErrorCode &status);
191 * @param status The resultant status
193 virtual void addWords( UEnumeration *words, UErrorCode &status );
222 * @param status A status code recording the success of the call.
224 MutableTrieDictionary( UErrorCode &status );
255 * @param status A status code giving the result of the constructor
257 CompactTrieDictionary(UDataMemory *dataObj, UErrorCode &status);
263 * @param status A status code giving the result of the constructor
265 CompactTrieDictionary(const void *dataObj, UErrorCode &status);
271 * @param status A status code recording the success of the call.
273 CompactTrieDictionary( const MutableTrieDictionary &dict, UErrorCode &status );
300 * @param status A status code recording the success of the call.
304 virtual StringEnumeration *openWords( UErrorCode &status ) const;
324 * @param status A status code recording the success of the call.
327 virtual MutableTrieDictionary *cloneMutable( UErrorCode &status ) const;
335 * @param status A status code recording the success of the call.
339 UErrorCode &status );