]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/uciter8/uit_len8.h
2 *******************************************************************************
4 * Copyright (C) 2003, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: uit_len8.h
10 * tab size: 8 (not used)
13 * created on: 2003feb10
14 * created by: Markus W. Scherer
16 * This file contains the declaration for a "lenient UTF-8" UCharIterator
17 * as used in the uciter8 sample code.
20 #ifndef __UIT_LEN8_H__
21 #define __UIT_LEN8_H__
23 #include "unicode/utypes.h"
24 #include "unicode/uiter.h"
27 uiter_setLenient8(UCharIterator
*iter
, const char *s
, int32_t length
);