Home
last modified time | relevance | path

Searched defs:create_dictionary (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DLineSegmenter.hpp71 inline std::unique_ptr<icu4x::LineSegmenter> icu4x::LineSegmenter::create_dictionary() { in create_dictionary() function in icu4x::LineSegmenter
DWordSegmenter.hpp95 inline std::unique_ptr<icu4x::WordSegmenter> icu4x::WordSegmenter::create_dictionary() { in create_dictionary() function in icu4x::WordSegmenter
/external/rust/android-crates-io/crates/icu_capi/src/
Dsegmenter_word.rs171 pub fn create_dictionary() -> Box<WordSegmenter> { in create_dictionary() method
Dsegmenter_line.rs98 pub fn create_dictionary() -> Box<LineSegmenter> { in create_dictionary() method
/external/zstd/doc/educational_decoder/
Dzstd_decompress.c1405 dictionary_t* create_dictionary(void) { in create_dictionary() function