2009-03-19 04:14:10 +00:00
<?xml version="1.0" encoding="UTF-8"?> <!--
Copyright (C) 2009, International Business Machines Corporation, All Rights Reserved.
-->< html >
2008-06-26 00:14:26 +00:00
< head >
< META http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2009-10-07 22:27:43 +00:00
< title > ICU4C API Comparison: 4.2.1 with 4.4< / title >
< link type = "text/css" href = "icu4c.css" rel = "stylesheet" >
2008-06-26 00:14:26 +00:00
< / head >
< body >
2009-03-19 04:14:10 +00:00
< a name = "_top" > < / a >
2009-11-17 17:08:35 +00:00
< h1 > ICU4C API Comparison: 4.2.1 with 4.4(4.3.3/M3)< / h1 >
2009-03-19 04:14:10 +00:00
< ul >
< li >
2009-07-22 20:02:21 +00:00
< a href = "#removed" > Removed from 4.2.1< / a >
2009-03-19 04:14:10 +00:00
< / li >
< li >
2009-10-07 22:27:43 +00:00
< a href = "#deprecated" > Deprecated or Obsoleted in 4.4< / a >
2009-03-19 04:14:10 +00:00
< / li >
< li >
2009-10-07 22:27:43 +00:00
< a href = "#changed" > Changed in 4.4< / a >
2009-03-19 04:14:10 +00:00
< / li >
< li >
2009-10-07 22:27:43 +00:00
< a href = "#promoted" > Promoted to stable in 4.4< / a >
2009-03-19 04:14:10 +00:00
< / li >
< li >
2009-10-07 22:27:43 +00:00
< a href = "#added" > Added in 4.4< / a >
2009-03-19 04:14:10 +00:00
< / li >
< li >
2009-10-07 22:27:43 +00:00
< a href = "#other" > Other existing drafts in 4.4< / a >
2009-03-19 04:14:10 +00:00
< / li >
< / ul >
2008-06-26 00:14:26 +00:00
< hr >
2009-03-19 04:14:10 +00:00
< a name = "removed" >
2009-07-22 20:02:21 +00:00
< h2 > Removed from 4.2.1< / h2 >
2009-03-19 04:14:10 +00:00
< / a >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2008-06-26 00:14:26 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
< / THEAD >
2009-10-07 22:27:43 +00:00
< tr class = "row1" >
< td class = "file" > errorcode.h< / td > < td class = "proto" > void ErrorCode::check() const< / td > < td class = "" > Draft< br > 4.2< / td > < td > None< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row0" >
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > static UBool hashTableValueComparator(UHashTok , UHashTok )< / td > < td class = "" > Internal< br > 4.2< / td > < td > None< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uversion.h< / td > < td class = "proto" > int32_t u_compareVersions(UVersionInfo , UVersionInfo )< / td > < td class = "" > Draft< br > 4.2< / td > < td > None< br >
< span class = "" > < span > < / span > < / span > < / td >
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2009-03-19 04:14:10 +00:00
< a name = "deprecated" >
2009-10-07 22:27:43 +00:00
< h2 > Deprecated or Obsoleted in 4.4< / h2 >
2009-03-19 04:14:10 +00:00
< / a >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2008-06-26 00:14:26 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
< / THEAD >
< / table >
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2009-03-19 04:14:10 +00:00
< a name = "changed" >
2009-10-07 22:27:43 +00:00
< h2 > Changed in 4.4 (old, new)< / h2 >
2009-03-19 04:14:10 +00:00
< / a >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2008-06-26 00:14:26 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
< / THEAD >
2009-10-07 22:27:43 +00:00
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > timezone.h< / td > < td class = "proto" > UnicodeString& TimeZone::getDisplayName(UBool , EDisplayType , UnicodeString & ) const< / td > < td class = "stabchange" > Stable< br > 2.0< / td > < td > Draft< br >
2009-10-07 22:27:43 +00:00
< span class = "verchange" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > timezone.h< / td > < td class = "proto" > UnicodeString& TimeZone::getDisplayName(UBool , EDisplayType , const Locale & , UnicodeString & ) const< / td > < td class = "stabchange" > Stable< br > 2.0< / td > < td > Draft< br >
2009-10-07 22:27:43 +00:00
< span class = "verchange" > < span > 4.4< / span > < / span > < / td >
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
2009-03-19 04:14:10 +00:00
< a name = "promoted" >
2009-10-07 22:27:43 +00:00
< h2 > Promoted to stable in 4.4< / h2 >
2009-03-19 04:14:10 +00:00
< / a >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2008-06-26 00:14:26 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
< / THEAD >
2009-07-22 20:02:21 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "added" >
2009-10-07 22:27:43 +00:00
< h2 > Added in 4.4< / h2 >
2009-07-22 20:02:21 +00:00
< / a >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2009-07-22 20:02:21 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
2009-03-19 04:14:10 +00:00
< / THEAD >
2009-10-07 22:27:43 +00:00
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > const char* ErrorCode::errorName() const< / td > < td class = "" > None< br >
2009-10-07 22:27:43 +00:00
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > void ErrorCode::assertSuccess() const< / td > < td class = "" > None< br >
2009-10-07 22:27:43 +00:00
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > icudataver.h< / td > < td class = "proto" > void u_getDataVersion(UVersionInfo , UErrorCode *)< / td > < td class = "" > None< br >
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > icudataver.h< / td > < td class = "proto" > UBool u_isDataOlder(UVersionInfo , UBool *, UErrorCode *)< / td > < td class = "" > None< br >
2009-10-07 22:27:43 +00:00
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
< td class = "file" > timezone.h< / td > < td class = "proto" > void TimeZone::setDefaultTimeZoneNameStyle(EDisplayType )< / td > < td class = "" > None< br >
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > timezone.h< / td > < td class = "proto" > EDisplayType TimeZone::getDefaultTimeZoneNameStyle()< / td > < td class = "" > None< br >
< / td > < td > Draft< br >
< span class = "" > < span > 4.4< / span > < / span > < / td >
< / tr >
< tr class = "row1" >
2009-10-07 22:27:43 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > UBool tmutfmtHashTableValueComparator(UHashTok , UHashTok )< / td > < td class = "" > None< br >
< / td > < td > Internal< br >
< span class = "" > < span > 4.2< / span > < / span > < / td >
< / tr >
2009-03-19 04:14:10 +00:00
< / table >
< P > < / P >
< a href = "#_top" > (jump back to top)< / a >
< hr >
< a name = "other" >
2009-10-07 22:27:43 +00:00
< h2 > Other existing drafts in 4.4< / h2 >
2009-03-19 04:14:10 +00:00
< / a >
< div class = "other" >
2009-10-07 22:27:43 +00:00
< table BORDER = "1" class = "genTable" >
2009-03-19 04:14:10 +00:00
< THEAD >
< tr >
2009-10-07 22:27:43 +00:00
< th > File< / th > < th > API< / th > < th > 4.2.1< / th > < th > 4.4< / th >
2008-06-26 00:14:26 +00:00
< / tr >
< / THEAD >
2009-10-07 22:27:43 +00:00
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > char* CheckedArrayByteSink::GetAppendBuffer(int32_t , int32_t , char *, int32_t , int32_t *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > char* ByteSink::GetAppendBuffer(int32_t , int32_t , char *, int32_t , int32_t *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > void ByteSink::Append(const char *, int32_t )=0< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > bytestream.h< / td > < td class = "proto" > void ByteSink::Flush()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > ByteSink::ByteSink()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > bytestream.h< / td > < td class = "proto" > CheckedArrayByteSink::CheckedArrayByteSink(char *, int32_t )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > ByteSink::~ByteSink()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > void StringByteSink< StringClass > ::Append(const char *, int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > bytestream.h< / td > < td class = "proto" > StringByteSink< StringClass > ::StringByteSink(StringClass *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > int32_t CheckedArrayByteSink::NumberOfBytesWritten() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > bytestream.h< / td > < td class = "proto" > void CheckedArrayByteSink::Append(const char *, int32_t )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > bytestream.h< / td > < td class = "proto" > UBool CheckedArrayByteSink::Overflowed() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > calendar.h< / td > < td class = "proto" > static StringEnumeration* Calendar::getKeywordValuesForLocale(const char *, const Locale & , UBool , UErrorCode & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > coll.h< / td > < td class = "proto" > static StringEnumeration* Collator::getKeywordValuesForLocale(const char *, const Locale & , UBool , UErrorCode & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > coll.h< / td > < td class = "proto" > UCollationResult Collator::compareUTF8(const StringPiece & , const StringPiece & , UErrorCode & ) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > coll.h< / td > < td class = "proto" > UCollationResult Collator::compare(UCharIterator & , UCharIterator & , UErrorCode & ) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > UClassID CurrencyPluralInfo::getDynamicClassID() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > UBool CurrencyPluralInfo::operator==(const CurrencyPluralInfo & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo& CurrencyPluralInfo::operator=(const CurrencyPluralInfo & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo::CurrencyPluralInfo(const CurrencyPluralInfo & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > void CurrencyPluralInfo::setCurrencyPluralPattern(const UnicodeString & , const UnicodeString & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > void CurrencyPluralInfo::setPluralRules(const UnicodeString & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo* CurrencyPluralInfo::clone() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo::CurrencyPluralInfo(UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > UBool CurrencyPluralInfo::operator!=(const CurrencyPluralInfo & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > const Locale& CurrencyPluralInfo::getLocale() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo::CurrencyPluralInfo(const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > CurrencyPluralInfo::~CurrencyPluralInfo()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > UnicodeString& CurrencyPluralInfo::getCurrencyPluralPattern(const UnicodeString & , UnicodeString & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > void CurrencyPluralInfo::setLocale(const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > static UClassID CurrencyPluralInfo::getStaticClassID()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > currpinf.h< / td > < td class = "proto" > const PluralRules* CurrencyPluralInfo::getPluralRules() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > void DecimalFormatSymbols::setPatternForCurrencySpacing(ECurrencySpacing , UBool , const UnicodeString & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > dcfmtsym.h< / td > < td class = "proto" > const UnicodeString& DecimalFormatSymbols::getPatternForCurrencySpacing(ECurrencySpacing , UBool , UErrorCode & ) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > const CurrencyPluralInfo* DecimalFormat::getCurrencyPluralInfo(void) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void DecimalFormat::adoptCurrencyPluralInfo(CurrencyPluralInfo *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > decimfmt.h< / td > < td class = "proto" > void DecimalFormat::setCurrencyPluralInfo(const CurrencyPluralInfo & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > dtfmtsym.h< / td > < td class = "proto" > const UnicodeString* DateFormatSymbols::getNarrowEras(int32_t & ) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > dtfmtsym.h< / td > < td class = "proto" > void DateFormatSymbols::setNarrowEras(const UnicodeString *, int32_t )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > errorcode.h< / td > < td class = "proto" > UBool ErrorCode::isSuccess() const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > ErrorCode::~ErrorCode()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > UErrorCode ErrorCode::get() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > UBool ErrorCode::isFailure() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > ErrorCode::operator UErrorCode *()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > void ErrorCode::set(UErrorCode )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > UErrorCode ErrorCode::reset()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > ErrorCode::operator UErrorCode & ()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > errorcode.h< / td > < td class = "proto" > ErrorCode::ErrorCode()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > LEGlyphStorage.h< / td > < td class = "proto" > LEGlyphID* LEGlyphStorage::insertGlyphs(le_int32 , le_int32 , LEErrorCode & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > LEGlyphStorage.h< / td > < td class = "proto" > void LEGlyphStorage::moveGlyph(le_int32 , le_int32 , le_uint32 )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > numfmt.h< / td > < td class = "proto" > static NumberFormat* NumberFormat::createInstance(const Locale & , EStyles , UErrorCode & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numsys.h< / td > < td class = "proto" > int32_t NumberingSystem::getRadix()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > NumberingSystem::~NumberingSystem()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numsys.h< / td > < td class = "proto" > static NumberingSystem* NumberingSystem::createInstanceByName(const char *, UErrorCode & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > static NumberingSystem* NumberingSystem::createInstance(UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > static NumberingSystem* NumberingSystem::createInstance(const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > static NumberingSystem* NumberingSystem::createInstance(int32_t , UBool , const UnicodeString & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numsys.h< / td > < td class = "proto" > UBool NumberingSystem::isAlgorithmic() const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > UnicodeString NumberingSystem::getDescription()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > numsys.h< / td > < td class = "proto" > NumberingSystem::NumberingSystem()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > static UClassID NumberingSystem::getStaticClassID(void)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > NumberingSystem::NumberingSystem(const NumberingSystem & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > static StringEnumeration* NumberingSystem::getAvailableNames(UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > numsys.h< / td > < td class = "proto" > UClassID NumberingSystem::getDynamicClassID() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > smpdtfmt.h< / td > < td class = "proto" > SimpleDateFormat::SimpleDateFormat(const UnicodeString & , const UnicodeString & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > smpdtfmt.h< / td > < td class = "proto" > SimpleDateFormat::SimpleDateFormat(const UnicodeString & , const UnicodeString & , const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece(const StringPiece & , int32_t , int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > const char* StringPiece::data() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece(const char *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece(const StringPiece & , int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > void StringPiece::remove_suffix(int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > int32_t StringPiece::length() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > UBool StringPiece::empty() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece(const U_STD_NSQ string & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > void StringPiece::remove_prefix(int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > int32_t StringPiece::size() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece::StringPiece(const char *, int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > stringpiece.h< / td > < td class = "proto" > StringPiece StringPiece::substr(int32_t , int32_t len=) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > stringpiece.h< / td > < td class = "proto" > void StringPiece::clear()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > tblcoll.h< / td > < td class = "proto" > UCollationResult RuleBasedCollator::compare(UCharIterator & , UCharIterator & , UErrorCode & ) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > UClassID TimeUnit::getDynamicClassID() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > TimeUnit::~TimeUnit()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > UObject* TimeUnit::clone() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > static UClassID TimeUnit::getStaticClassID()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > static TimeUnit* TimeUnit::createInstance(UTimeUnitFields , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > TimeUnit& TimeUnit::operator=(const TimeUnit & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > UTimeUnitFields TimeUnit::getTimeUnitField() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > UBool TimeUnit::operator==(const UObject & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > tmunit.h< / td > < td class = "proto" > TimeUnit::TimeUnit(const TimeUnit & )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmunit.h< / td > < td class = "proto" > UBool TimeUnit::operator!=(const UObject & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnitAmount::~TimeUnitAmount()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > UClassID TimeUnitAmount::getDynamicClassID(void) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnitAmount& TimeUnitAmount::operator=(const TimeUnitAmount & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnitAmount::TimeUnitAmount(double , TimeUnit::UTimeUnitFields , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > UObject* TimeUnitAmount::clone() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnitAmount::TimeUnitAmount(const Formattable & , TimeUnit::UTimeUnitFields , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > UBool TimeUnitAmount::operator==(const UObject & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnitAmount::TimeUnitAmount(const TimeUnitAmount & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > UBool TimeUnitAmount::operator!=(const UObject & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > static UClassID TimeUnitAmount::getStaticClassID(void)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > const TimeUnit& TimeUnitAmount::getTimeUnit() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutamt.h< / td > < td class = "proto" > TimeUnit::UTimeUnitFields TimeUnitAmount::getTimeUnitField() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat::TimeUnitFormat(const Locale & , EStyle , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > UnicodeString& TimeUnitFormat::format(const Formattable & , UnicodeString & , FieldPosition & , UErrorCode & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat& TimeUnitFormat::operator=(const TimeUnitFormat & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > static UClassID TimeUnitFormat::getStaticClassID(void)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > UClassID TimeUnitFormat::getDynamicClassID(void) const< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat::~TimeUnitFormat()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat::TimeUnitFormat(const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > void TimeUnitFormat::parseObject(const UnicodeString & , Formattable & , ParsePosition & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > UBool TimeUnitFormat::operator!=(const Format & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > void TimeUnitFormat::setLocale(const Locale & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > TimeUnitFormat::TimeUnitFormat(UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > void TimeUnitFormat::setNumberFormat(const NumberFormat & , UErrorCode & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > UBool TimeUnitFormat::operator==(const Format & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > tmutfmt.h< / td > < td class = "proto" > Format* TimeUnitFormat::clone(void) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucal.h< / td > < td class = "proto" > const char* ucal_getType(const UCalendar *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucal.h< / td > < td class = "proto" > UEnumeration* ucal_getKeywordValuesForLocale(const char *, const char *, UBool , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > void ucnvsel_close(UConverterSelector *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > UConverterSelector* ucnvsel_open(const char *const *, int32_t , const USet *, const UConverterUnicodeSet , UErrorCode *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > UEnumeration* ucnvsel_selectForUTF8(const UConverterSelector *, const char *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > UEnumeration* ucnvsel_selectForString(const UConverterSelector *, const UChar *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > int32_t ucnvsel_serialize(const UConverterSelector *, void *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ucnvsel.h< / td > < td class = "proto" > UConverterSelector* ucnvsel_openFromSerialized(const void *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucol.h< / td > < td class = "proto" > UEnumeration* ucol_getKeywordValuesForLocale(const char *, const char *, UBool , UErrorCode *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > ucurr.h< / td > < td class = "proto" > UEnumeration* ucurr_getKeywordValuesForLocale(const char *, const char *, UBool , UErrorCode *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > ucurr.h< / td > < td class = "proto" > const UChar* ucurr_getPluralName(const UChar *, const char *, UBool *, const char *, int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > int32_t uloc_forLanguageTag(const char *, char *, int32_t , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uloc.h< / td > < td class = "proto" > int32_t uloc_toLanguageTag(const char *, char *, int32_t , UBool , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ulocdata.h< / td > < td class = "proto" > void ulocdata_getCLDRVersion(UVersionInfo , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ulocdata.h< / td > < td class = "proto" > int32_t ulocdata_getLocaleDisplayPattern(ULocaleData *, UChar *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ulocdata.h< / td > < td class = "proto" > int32_t ulocdata_getLocaleSeparator(ULocaleData *, UChar *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uniset.h< / td > < td class = "proto" > USet * UnicodeSet::toUSet()< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uniset.h< / td > < td class = "proto" > const USet * UnicodeSet::toUSet() const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uniset.h< / td > < td class = "proto" > UnicodeSet& UnicodeSet::closeOver(int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uniset.h< / td > < td class = "proto" > UnicodeSet * UnicodeSet::fromUSet(USet *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uniset.h< / td > < td class = "proto" > const UnicodeSet * UnicodeSet::fromUSet(const USet *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uniset.h< / td > < td class = "proto" > UnicodeSet& UnicodeSet::removeAllStrings()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > int32_t UnicodeString::toUTF32(UChar32 *, int32_t , UErrorCode & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > StringClass& UnicodeString::toUTF8String(StringClass & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > static UnicodeString UnicodeString::fromUTF8(const StringPiece & )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > static UnicodeString UnicodeString::fromUTF32(const UChar32 *, int32_t )< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > unistr.h< / td > < td class = "proto" > void UnicodeString::toUTF8(ByteSink & ) const< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uset.h< / td > < td class = "proto" > void uset_removeAllStrings(USet *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > uset.h< / td > < td class = "proto" > USet* uset_openEmpty()< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uset.h< / td > < td class = "proto" > void uset_closeOver(USet *, int32_t )< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_getSkeleton(const USpoofChecker *, uint32_t , const UChar *, int32_t , UChar *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_serialize(USpoofChecker *, void *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofChecker* uspoof_openFromSerialized(const void *, int32_t , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_checkUTF8(const USpoofChecker *, const char *, int32_t , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofChecker* uspoof_clone(const USpoofChecker *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_getChecks(const USpoofChecker *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_close(USpoofChecker *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_check(const USpoofChecker *, const UChar *, int32_t , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_areConfusable(const USpoofChecker *, const UChar *, int32_t , const UChar *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_setChecks(USpoofChecker *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > const USet* uspoof_getAllowedChars(const USpoofChecker *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_setAllowedChars(USpoofChecker *, const USet *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_areConfusableUTF8(const USpoofChecker *, const char *, int32_t , const char *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofChecker* uspoof_openFromSource(const char *, int32_t , const char *, int32_t , int32_t *, UParseError *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > const char* uspoof_getAllowedLocales(USpoofChecker *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > int32_t uspoof_getSkeletonUTF8(const USpoofChecker *, uint32_t , const char *, int32_t , char *, int32_t , UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > USpoofChecker* uspoof_open(UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > uspoof.h< / td > < td class = "proto" > void uspoof_setAllowedLocales(USpoofChecker *, const char *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
< td class = "file" > usprep.h< / td > < td class = "proto" > UStringPrepProfile* usprep_openByType(UStringPrepProfileType , UErrorCode *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ustring.h< / td > < td class = "proto" > UChar* u_strFromUTF32WithSub(UChar *, int32_t , int32_t *, const UChar32 *, int32_t , UChar32 , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row1" >
2009-11-17 17:08:35 +00:00
< td class = "file" > ustring.h< / td > < td class = "proto" > UChar32* u_strToUTF32WithSub(UChar32 *, int32_t , int32_t *, const UChar *, int32_t , UChar32 , int32_t *, UErrorCode *)< / td > < td class = "" colspan = "
2009-10-07 22:27:43 +00:00
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
< tr class = "row0" >
< td class = "file" > uversion.h< / td > < td class = "proto" > void u_versionFromUString(UVersionInfo , const UChar *)< / td > < td class = "" colspan = "
2
" align="
center
">Draft< br > 4.2< / td >
< / tr >
2008-06-26 00:14:26 +00:00
< / table >
2009-03-19 04:14:10 +00:00
< / div >
2008-06-26 00:14:26 +00:00
< P > < / P >
2009-03-19 04:14:10 +00:00
< a href = "#_top" > (jump back to top)< / a >
2008-06-26 00:14:26 +00:00
< hr >
< p >
2009-11-17 17:08:35 +00:00
< i > < font size = "-1" > Contents generated by StableAPI tool on Tue Nov 17 09:04:21 GMT-08:00 2009< br > Copyright (C) 2009, International Business Machines Corporation, All Rights Reserved.< / font > < / i >
2008-06-26 00:14:26 +00:00
< / p >
< / body >
< / html >