Home
last modified time | relevance | path

Searched refs:localeStr (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection.h60 virtual int32_t ConfigLocale(const std::string &localeStr) = 0;
H A Drd_connection.h47 int32_t ConfigLocale(const std::string& localeStr) override;
H A Dconnection_pool.h56 int ConfigLocale(const std::string &localeStr);
H A Dsqlite_connection.h52 int ConfigLocale(const std::string &localeStr) override;
H A Drdb_store_impl.h150 int ConfigLocale(const std::string &localeStr);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp348 int ConnPool::ConfigLocale(const std::string &localeStr) in ConfigLocale() argument
350 auto errCode = readers_.ConfigLocale(localeStr); in ConfigLocale()
354 return writers_.ConfigLocale(localeStr); in ConfigLocale()
H A Drd_connection.cpp246 int32_t RdConnection::ConfigLocale(const std::string& localeStr) in ConfigLocale() argument
H A Dsqlite_connection.cpp915 int SqliteConnection::ConfigLocale(const std::string &localeStr) in ConfigLocale() argument
920 UCollator *collator = ucol_open(localeStr.c_str(), &status); in ConfigLocale()
H A Drdb_store_impl.cpp2140 int RdbStoreImpl::ConfigLocale(const std::string &localeStr) in ConfigLocale() argument
2151 return connectionPool_->ConfigLocale(localeStr); in ConfigLocale()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h79 int ConfigLocale(const std::string &localeStr);

Completed in 10 milliseconds