]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/SimpleArrayProcessor2.cpp
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / layout / SimpleArrayProcessor2.cpp
index 76441597c73f2d43ba31fb10d3b5d5b66b5ea190..2ca0f3184902804994be9e4dcbc6ec899f85f4d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp.  and others 1998-2013 - All Rights Reserved
+ * (C) Copyright IBM Corp.  and others 1998-2015 - All Rights Reserved
  *
  */
 
@@ -36,10 +36,11 @@ SimpleArrayProcessor2::~SimpleArrayProcessor2()
 
 void SimpleArrayProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
 {
-    if (LE_FAILURE(success)) return;
     le_int32 glyphCount = glyphStorage.getGlyphCount();
     le_int32 glyph;
 
+    if (LE_FAILURE(success)) return;
+
     for (glyph = 0; glyph < glyphCount; glyph += 1) {
         LEGlyphID thisGlyph = glyphStorage[glyph];
         if (LE_GET_GLYPH(thisGlyph) < 0xFFFF) {