]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
374ca955 A |
3 | /******************************************************************** |
4 | * COPYRIGHT: | |
51004dcb | 5 | * Copyright (c) 2003-2013, International Business Machines Corporation and |
374ca955 A |
6 | * others. All Rights Reserved. |
7 | ********************************************************************/ | |
8 | ||
9 | void TestUScriptCodeAPI(void); | |
729e4ab9 A |
10 | void TestHasScript(void); |
11 | void TestGetScriptExtensions(void); | |
51004dcb | 12 | void TestScriptMetadataAPI(void); |
46f4442e | 13 | void TestBinaryValues(void); |