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

Unified Diff: public/common/unicode/umisc.h

Issue 18836004: Move ICU headers from public/{common,i18n} to source/{common,i18n} (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: same as ps #3. retry uploading Created 7 years, 5 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 | « public/common/unicode/umachine.h ('k') | public/common/unicode/unifilt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/common/unicode/umisc.h
diff --git a/public/common/unicode/umisc.h b/public/common/unicode/umisc.h
deleted file mode 100644
index d85451fc767c05835f6c15f566f3562e2d4af834..0000000000000000000000000000000000000000
--- a/public/common/unicode/umisc.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
-**********************************************************************
-* Copyright (C) 1999-2006, International Business Machines
-* Corporation and others. All Rights Reserved.
-**********************************************************************
-* file name: umisc.h
-* encoding: US-ASCII
-* tab size: 8 (not used)
-* indentation:4
-*
-* created on: 1999oct15
-* created by: Markus W. Scherer
-*/
-
-#ifndef UMISC_H
-#define UMISC_H
-
-#include "unicode/utypes.h"
-
-/**
- * \file
- * \brief C API:misc definitions
- *
- * This file contains miscellaneous definitions for the C APIs.
- */
-
-U_CDECL_BEGIN
-
-/** A struct representing a range of text containing a specific field
- * @stable ICU 2.0
- */
-typedef struct UFieldPosition {
- /**
- * The field
- * @stable ICU 2.0
- */
- int32_t field;
- /**
- * The start of the text range containing field
- * @stable ICU 2.0
- */
- int32_t beginIndex;
- /**
- * The limit of the text range containing field
- * @stable ICU 2.0
- */
- int32_t endIndex;
-} UFieldPosition;
-
-#if !UCONFIG_NO_SERVICE
-/**
- * Opaque type returned by registerInstance, registerFactory and unregister for service registration.
- * @stable ICU 2.6
- */
-typedef const void* URegistryKey;
-#endif
-
-U_CDECL_END
-
-#endif
« no previous file with comments | « public/common/unicode/umachine.h ('k') | public/common/unicode/unifilt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698