Searched defs:create_dictionary (Results 1 – 5 of 5) sorted by relevance
71 inline std::unique_ptr<icu4x::LineSegmenter> icu4x::LineSegmenter::create_dictionary() { in create_dictionary() function in icu4x::LineSegmenter
95 inline std::unique_ptr<icu4x::WordSegmenter> icu4x::WordSegmenter::create_dictionary() { in create_dictionary() function in icu4x::WordSegmenter
171 pub fn create_dictionary() -> Box<WordSegmenter> { in create_dictionary() method
98 pub fn create_dictionary() -> Box<LineSegmenter> { in create_dictionary() method
1405 dictionary_t* create_dictionary(void) { in create_dictionary() function