]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/brkeng.cpp
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / common / brkeng.cpp
index bb61ad63a14e444a418943b4d904b7ff4049ab8a..ed597cc4b1abdb66e30e0fb172b012be96db6ca7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  ************************************************************************************
- * Copyright (C) 2006-2012, International Business Machines Corporation
+ * Copyright (C) 2006-2013, International Business Machines Corporation
  * and others. All Rights Reserved.
  ************************************************************************************
  */
@@ -229,6 +229,9 @@ ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) {
             case USCRIPT_THAI:
                 engine = new ThaiBreakEngine(m, status);
                 break;
+            case USCRIPT_LAO:
+                engine = new LaoBreakEngine(m, status);
+                break;
             case USCRIPT_KHMER:
                 engine = new KhmerBreakEngine(m, status);
                 break;