Searched defs:doubleString (Results 1 – 5 of 5) sorted by relevance
19 @utf8InCpp String doubleString(@utf8InCpp String str); in doubleString() method
327 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() function
335 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BpSafeInterfaceTest461 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BnSafeInterfaceTest
67 fn doubleString(&self, _s: &str) -> Result<String, Status> { in doubleString() method
74 fn doubleString(&self, s: &str) -> Result<String, Status> { in doubleString() method