]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/stringtriebuilder.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / stringtriebuilder.cpp
index 109fcdc5f8a2553118a18ee059b0085002a61537..6f9cc2e5c22b55f8f0dba8b1354707e438a3cad1 100644 (file)
@@ -1,10 +1,12 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *   Copyright (C) 2010-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *   file name:  stringtriebuilder.cpp
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -371,7 +373,7 @@ StringTrieBuilder::registerFinalValue(int32_t value, UErrorCode &errorCode) {
     return newNode;
 }
 
-UBool
+int32_t
 StringTrieBuilder::hashNode(const void *node) {
     return ((const Node *)node)->hashCode();
 }