2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2003-12-05 22:48:48 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (c) 2003-2013, International Business Machines Corporation and
|
|
|
|
* others. All Rights Reserved.
|
2003-12-05 22:48:48 +00:00
|
|
|
********************************************************************/
|
|
|
|
|
|
|
|
void TestUScriptCodeAPI(void);
|
2010-09-21 00:12:49 +00:00
|
|
|
void TestHasScript(void);
|
|
|
|
void TestGetScriptExtensions(void);
|
2013-02-17 00:49:18 +00:00
|
|
|
void TestScriptMetadataAPI(void);
|
2008-04-04 22:47:43 +00:00
|
|
|
void TestBinaryValues(void);
|