BDE 4.14.0 Production release
|
This is the complete list of members for bdlb::StringRefUtil, including all inherited members.
areEqualCaseless(const bslstl::StringRef &lhs, const bslstl::StringRef &rhs) | bdlb::StringRefUtil | inlinestatic |
findFirstNotOf(const bslstl::StringRef &string, const bslstl::StringRef &characters, size_type position=0u) | bdlb::StringRefUtil | static |
findFirstOf(const bslstl::StringRef &string, const bslstl::StringRef &characters, size_type position=0u) | bdlb::StringRefUtil | static |
findLastNotOf(const bslstl::StringRef &string, const bslstl::StringRef &characters, size_type position=k_NPOS) | bdlb::StringRefUtil | static |
findLastOf(const bslstl::StringRef &string, const bslstl::StringRef &characters, size_type position=k_NPOS) | bdlb::StringRefUtil | static |
k_NPOS | bdlb::StringRefUtil | static |
lowerCaseCmp(const bslstl::StringRef &lhs, const bslstl::StringRef &rhs) | bdlb::StringRefUtil | static |
ltrim(const bslstl::StringRef &string) | bdlb::StringRefUtil | static |
rtrim(const bslstl::StringRef &string) | bdlb::StringRefUtil | static |
size_type typedef | bdlb::StringRefUtil | |
strrstr(const bslstl::StringRef &string, const bslstl::StringRef &subString) | bdlb::StringRefUtil | static |
strrstrCaseless(const bslstl::StringRef &string, const bslstl::StringRef &subString) | bdlb::StringRefUtil | static |
strstr(const bslstl::StringRef &string, const bslstl::StringRef &subString) | bdlb::StringRefUtil | static |
strstrCaseless(const bslstl::StringRef &string, const bslstl::StringRef &subString) | bdlb::StringRefUtil | static |
substr(const bslstl::StringRef &string, size_type position=0, size_type numChars=k_NPOS) | bdlb::StringRefUtil | inlinestatic |
trim(const bslstl::StringRef &string) | bdlb::StringRefUtil | inlinestatic |
upperCaseCmp(const bslstl::StringRef &lhs, const bslstl::StringRef &rhs) | bdlb::StringRefUtil | static |