Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Compound Members   File Members  

umisc.h

This is the verbatim text of the umisc.h include file.
/*
**********************************************************************
*   Copyright (C) 1999, 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"

/* This file contains miscellaneous definitions for the C APIs. */

struct UFieldPosition {
  int32_t field;
  int32_t beginIndex;
  int32_t endIndex;
};
typedef struct UFieldPosition UFieldPosition;

#endif

Generated at Thu Feb 10 15:31:11 2000 for icu by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999