Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: source/common/hash.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/filteredbrk.cpp ('k') | source/common/icuplug.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/hash.h
diff --git a/source/common/hash.h b/source/common/hash.h
index 57467daf218aabcec123c6808e24a27e1e6b95d2..ab5fbf6c73c01c236508994a1db3fd100182db04 100644
--- a/source/common/hash.h
+++ b/source/common/hash.h
@@ -1,6 +1,6 @@
/*
******************************************************************************
-* Copyright (C) 1997-2011, International Business Machines
+* Copyright (C) 1997-2014, International Business Machines
* Corporation and others. All Rights Reserved.
******************************************************************************
* Date Name Description
@@ -85,6 +85,10 @@ public:
const UHashElement* find(const UnicodeString& key) const;
+ /**
+ * @param pos - must be UHASH_FIRST on first call, and untouched afterwards.
+ * @see uhash_nextElement
+ */
const UHashElement* nextElement(int32_t& pos) const;
UKeyComparator* setKeyComparator(UKeyComparator*keyComp);
« no previous file with comments | « source/common/filteredbrk.cpp ('k') | source/common/icuplug.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698