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

Unified Diff: icu46/source/common/unicode/umisc.h

Issue 6463014: Move header files (ICU 4.6) from source/{common,i18n}/unicode... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 10 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 | « icu46/source/common/unicode/umachine.h ('k') | icu46/source/common/unicode/unifilt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/common/unicode/umisc.h
===================================================================
--- icu46/source/common/unicode/umisc.h (revision 68397)
+++ icu46/source/common/unicode/umisc.h (working copy)
@@ -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 | « icu46/source/common/unicode/umachine.h ('k') | icu46/source/common/unicode/unifilt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698