-/**
+/*
************************************************************************************
- * Copyright (C) 2006-2009, International Business Machines Corporation and others. *
- * All Rights Reserved. *
+ * Copyright (C) 2006-2011, International Business Machines Corporation
+ * and others. All Rights Reserved.
************************************************************************************
*/
U_NAMESPACE_END
U_CDECL_BEGIN
static void U_CALLCONV _deleteEngine(void *obj) {
- delete (const U_NAMESPACE_QUALIFIER LanguageBreakEngine *) obj;
+ delete (const icu::LanguageBreakEngine *) obj;
}
U_CDECL_END
U_NAMESPACE_BEGIN
case USCRIPT_THAI:
engine = new ThaiBreakEngine(dict, status);
break;
+ case USCRIPT_KHMER:
+ engine = new KhmerBreakEngine(dict, status);
+ break;
default:
break;
}