]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/uset.cpp
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / common / uset.cpp
index 39ad0a340c4414dbb53c5a2978439fa6dcffa8cb..eae7981d52f0cef0501e96bf1c19a182f21a12d1 100644 (file)
@@ -249,7 +249,7 @@ class USetAccess /* not : public UObject because all methods are static */ {
 public:
     /* Try to have the compiler inline these*/
     inline static int32_t getStringCount(const UnicodeSet& set) {
-        return set.getStringCount();
+        return set.stringsSize();
     }
     inline static const UnicodeString* getString(const UnicodeSet& set,
                                                  int32_t i) {