Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: source/test/cintltst/cloctst.h

Issue 2435373002: Delete source/test (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/cintltst/cldrtest.c ('k') | source/test/cintltst/cloctst.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/cloctst.h
diff --git a/source/test/cintltst/cloctst.h b/source/test/cintltst/cloctst.h
deleted file mode 100644
index 8ae243f9dba5b22199db40f9d797c616a1d96cc6..0000000000000000000000000000000000000000
--- a/source/test/cintltst/cloctst.h
+++ /dev/null
@@ -1,136 +0,0 @@
-/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2014, International Business Machines Corporation and
- * others. All Rights Reserved.
- ********************************************************************/
-/********************************************************************************
-*
-* File CLOCTST.H
-*
-* Modification History:
-* Name Description
-* Madhu Katragadda Converted to C
-*********************************************************************************
-*/
-#ifndef _CLOCTEST
-#define _CLOCTEST
-
-#include "cintltst.h"
-/*C API TEST FOR LOCALE */
-
-/**
- * Test functions to set and get data fields
- **/
-static void TestBasicGetters(void);
-static void TestPrefixes(void);
-/**
- * Use Locale to access Resource file data and compare against expected values
- **/
-static void TestSimpleResourceInfo(void);
-/**
- * Use Locale to access Resource file display names and compare against expected values
- **/
-static void TestDisplayNames(void);
-/**
- * Test getAvailableLocales
- **/
- static void TestGetAvailableLocales(void);
-/**
- * Test functions to set and access a custom data directory
- **/
- static void TestDataDirectory(void);
-/**
- * Test functions to test get ISO countries and Languages
- **/
- static void TestISOFunctions(void);
-/**
- * Test functions to test get ISO3 countries and Languages Fallback
- **/
- static void TestISO3Fallback(void);
-/**
- * Test functions to test get ISO3 countries and Languages for Uninstalled locales
- **/
- static void TestUninstalledISO3Names(void);
- static void TestObsoleteNames(void);
-/**
- * Test functions uloc_getDisplaynames()
- **/
- static void TestSimpleDisplayNames(void);
-/**
- * Test functions uloc_getDisplaynames()
- **/
- static void TestVariantParsing(void);
-
- /* Test getting keyword enumeratin */
- static void TestKeywordVariants(void);
-
- static void TestKeywordSet(void);
- static void TestKeywordSetError(void);
-
- /* Test getting keyword values */
- static void TestKeywordVariantParsing(void);
-
- /* Test warning for no data in getDisplay* */
- static void TestDisplayNameWarning(void);
-
- /* Test uloc_getLocaleForLCID */
- static void TestGetLocaleForLCID(void);
-
-/**
- * routine to perform subtests, used by TestDisplayNames
- */
- static void doTestDisplayNames(const char* inLocale, int32_t compareIndex);
-
- static void TestCanonicalization(void);
-
- static void TestDisplayKeywords(void);
-
- static void TestDisplayKeywordValues(void);
-
- static void TestGetBaseName(void);
-
-static void TestTrailingNull(void);
-
-static void TestGetLocale(void);
-
-/**
- * additional intialization for datatables storing expected values
- */
-static void setUpDataTable(void);
-static void cleanUpDataTable(void);
-/*static void displayDataTable(void);*/
-static void TestAcceptLanguage(void);
-
-/**
- * test locale aliases
-*/
-static void TestCalendar(void);
-static void TestDateFormat(void);
-static void TestCollation(void);
-static void TestULocale(void);
-static void TestUResourceBundle(void);
-static void TestDisplayName(void);
-
-static void TestAcceptLanguage(void);
-
-static void TestOrientation(void);
-
-static void TestLikelySubtags(void);
-
-/**
- * lanuage tag
- */
-static void TestForLanguageTag(void);
-static void TestToLanguageTag(void);
-
-static void TestToUnicodeLocaleKey(void);
-static void TestToLegacyKey(void);
-static void TestToUnicodeLocaleType(void);
-static void TestToLegacyType(void);
-
-/**
- * locale data
- */
-static void TestEnglishExemplarCharacters(void);
-
-#endif
« no previous file with comments | « source/test/cintltst/cldrtest.c ('k') | source/test/cintltst/cloctst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698