File | API | 4.4.2 | 4.6 |
---|---|---|---|
dcfmtsym.h | void DecimalFormatSymbols::setSymbol(ENumberFormatSymbol, const UnicodeString&) | Stable 2.0 | None |
format.h | UClassID Format::getDynamicClassID() const =0 | Stable 2.0 | None |
fpositer.h | UClassID FieldPositionIterator::getDynamicClassID() const | Draft 4.4 | None |
fpositer.h | static UClassID FieldPositionIterator::getStaticClassID() | Draft 4.4 | None |
LESwaps.h | static le_uint16 LESwaps::swapWord(const le_uint16&) | Stable 2.8 | None |
LESwaps.h | static le_uint32 LESwaps::swapLong(const le_uint32&) | Stable 2.8 | None |
locdspnm.h | static UClassID LocaleDisplayNames::getStaticClassID() | Internal 4.4 // TODO | None |
normalizer2.h | UClassID FilteredNormalizer2::getDynamicClassID() const | Draft 4.4 | None |
normalizer2.h | UClassID Normalizer2::getDynamicClassID() const =0 | Draft 4.4 | None |
normalizer2.h | static UClassID FilteredNormalizer2::getStaticClassID() | Draft 4.4 | None |
normalizer2.h | static UClassID Normalizer2::getStaticClassID() | Draft 4.4 | None |
regex.h | RegexMatcher& RegexMatcher::region(int32_t, int32_t, UErrorCode&) | Stable 4.0 | None |
regex.h | RegexMatcher& RegexMatcher::reset(int32_t, UErrorCode&) | Stable 2.8 | None |
regex.h | UBool RegexMatcher::find(int32_t, UErrorCode&) | Stable 2.4 | None |
regex.h | UBool RegexMatcher::lookingAt(int32_t, UErrorCode&) | Stable 2.8 | None |
regex.h | UBool RegexMatcher::matches(int32_t, UErrorCode&) | Stable 2.8 | None |
regex.h | UText* RegexMatcher::appendTail(UText*) | Internal 4.4 technology preview | None |
regex.h | UText* RegexMatcher::getInput(UText*) const | Internal 4.4 technology preview | None |
regex.h | UText* RegexMatcher::group(UText*, MatcherDestIsUTextFlag, UErrorCode&) const | Internal 4.4 technology preview | None |
regex.h | UText* RegexPattern::patternText() const | Internal 4.4 technology preview | None |
uidna.h | #define UIDNA_ALLOW_UNASSIGNED | Stable 2.6 | None |
uidna.h | #define UIDNA_DEFAULT | Stable 2.6 | None |
uidna.h | #define UIDNA_USE_STD3_RULES | Stable 2.6 | None |
unifilt.h | UClassID UnicodeFilter::getDynamicClassID() const =0 | Stable 2.2 | None |
uregex.h | UText* uregex_appendTailUText(URegularExpression*, UText*) | Internal 4.4 technology preview | None |
uregex.h | UText* uregex_groupUText(URegularExpression*, int32_t, UText*, UErrorCode*) | Internal 4.4 technology preview | None |
File | API | 4.4.2 | 4.6 |
---|
File | API | 4.4.2 | 4.6 |
---|---|---|---|
regex.h | RegexMatcher& RegexMatcher::appendReplacement(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | RegexMatcher& RegexMatcher::reset(UText*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | RegexMatcher* RegexPattern::matcher(UText*, PatternIsUTextFlag, UErrorCode&) const | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | RegexMatcher::RegexMatcher(UText*, UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | RegexMatcher::RegexMatcher(UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | UText* RegexMatcher::inputText() const | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | UText* RegexMatcher::replaceAll(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | UText* RegexMatcher::replaceFirst(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | int32_t RegexMatcher::split(UText*, UText*dest[], int32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | int32_t RegexPattern::split(UText*, UText*dest[], int32_t, UErrorCode&) const | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | static RegexPattern* RegexPattern::compile(UText*, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | static RegexPattern* RegexPattern::compile(UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | static RegexPattern* RegexPattern::compile(UText*, uint32_t, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
regex.h | static UBool RegexPattern::matches(UText*, UText*, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | URegularExpression* uregex_openUText(UText*, uint32_t, UParseError*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | UText* uregex_getUText(URegularExpression*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | UText* uregex_patternUText(const URegularExpression*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | UText* uregex_replaceAllUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | UText* uregex_replaceFirstUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | int32_t uregex_splitUText(URegularExpression*, UText*destFields[], int32_t, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | void uregex_appendReplacementUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
uregex.h | void uregex_setUText(URegularExpression*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 (should be 4.6) |
File | API | 4.4.2 | 4.6 |
---|---|---|---|
dcfmtsym.h | void DecimalFormatSymbols::setSymbol(ENumberFormatSymbol, const UnicodeString&, const UBool) | None | Stable 2.0 |
LESwaps.h | static le_uint16 LESwaps::swapWord(le_uint16) | None | Stable 2.8 |
LESwaps.h | static le_uint32 LESwaps::swapLong(le_uint32) | None | Stable 2.8 |
regex.h | RegexMatcher& RegexMatcher::region(int64_t, int64_t, UErrorCode&) | None | Stable 4.0 |
regex.h | RegexMatcher& RegexMatcher::reset(int64_t, UErrorCode&) | None | Stable 2.8 |
regex.h | UBool RegexMatcher::find(int64_t, UErrorCode&) | None | Stable 2.4 |
regex.h | UBool RegexMatcher::lookingAt(int64_t, UErrorCode&) | None | Stable 2.8 |
regex.h | UBool RegexMatcher::matches(int64_t, UErrorCode&) | None | Stable 2.8 |
File | API | 4.4.2 | 4.6 |
---|---|---|---|
bytestream.h | CheckedArrayByteSink& CheckedArrayByteSink::Reset() | None | Draft 4.6 |
bytestream.h | int32_t CheckedArrayByteSink::NumberOfBytesAppended() const | None | Draft 4.6 |
dcfmtsym.h | void DecimalFormatSymbols::setSymbol(ENumberFormatSymbol, const UnicodeString&, const UBool) | None | Stable 2.0 |
format.h | UBool Format::isLenient()const | None | Draft 4.6 |
format.h | void Format::setLenient(UBool) | None | Draft 4.6 |
idna.h | IDNAInfo::IDNAInfo() | None | Draft 4.6 |
idna.h | UBool IDNAInfo::hasErrors() const | None | Draft 4.6 |
idna.h | UBool IDNAInfo::isTransitionalDifferent() const | None | Draft 4.6 |
idna.h | UnicodeString& IDNA::labelToASCII(const UnicodeString&, UnicodeString&, IDNAInfo&, UErrorCode&) const =0 | None | Draft 4.6 |
idna.h | UnicodeString& IDNA::labelToUnicode(const UnicodeString&, UnicodeString&, IDNAInfo&, UErrorCode&) const =0 | None | Draft 4.6 |
idna.h | UnicodeString& IDNA::nameToASCII(const UnicodeString&, UnicodeString&, IDNAInfo&, UErrorCode&) const =0 | None | Draft 4.6 |
idna.h | UnicodeString& IDNA::nameToUnicode(const UnicodeString&, UnicodeString&, IDNAInfo&, UErrorCode&) const =0 | None | Draft 4.6 |
idna.h | static IDNA* IDNA::createUTS46Instance(uint32_t, UErrorCode&) | None | Draft 4.6 |
idna.h | uint32_t IDNAInfo::getErrors() const | None | Draft 4.6 |
idna.h | void IDNA::labelToASCII_UTF8(const StringPiece&, ByteSink&, IDNAInfo&, UErrorCode&) const | None | Draft 4.6 |
idna.h | void IDNA::labelToUnicodeUTF8(const StringPiece&, ByteSink&, IDNAInfo&, UErrorCode&) const | None | Draft 4.6 |
idna.h | void IDNA::nameToASCII_UTF8(const StringPiece&, ByteSink&, IDNAInfo&, UErrorCode&) const | None | Draft 4.6 |
idna.h | void IDNA::nameToUnicodeUTF8(const StringPiece&, ByteSink&, IDNAInfo&, UErrorCode&) const | None | Draft 4.6 |
LESwaps.h | static le_uint16 LESwaps::swapWord(le_uint16) | None | Stable 2.8 |
LESwaps.h | static le_uint32 LESwaps::swapLong(le_uint32) | None | Stable 2.8 |
normalizer2.h | UBool FilteredNormalizer2::getDecomposition(UChar32, UnicodeString&) const | None | Draft 4.6 |
normalizer2.h | UBool Normalizer2::getDecomposition(UChar32, UnicodeString&) const =0 | None | Draft 4.6 |
numsys.h | #define NUMSYS_NAME_CAPACITY | None | Internal . |
numsys.h | const char* NumberingSystem::getName() | None | Draft 4.6 |
regex.h | #define REGEXFINDPROGRESS_INTERRUPT | None | Draft 4.6 |
regex.h | RegexMatcher& RegexMatcher::region(int64_t, int64_t, UErrorCode&) | None | Stable 4.0 |
regex.h | RegexMatcher& RegexMatcher::region(int64_t, int64_t, int64_t, UErrorCode&) | None | Draft 4.6 |
regex.h | RegexMatcher& RegexMatcher::reset(int64_t, UErrorCode&) | None | Stable 2.8 |
regex.h | UBool RegexMatcher::find(int64_t, UErrorCode&) | None | Stable 2.4 |
regex.h | UBool RegexMatcher::lookingAt(int64_t, UErrorCode&) | None | Stable 2.8 |
regex.h | UBool RegexMatcher::matches(int64_t, UErrorCode&) | None | Stable 2.8 |
regex.h | UText* RegexMatcher::appendTail(UText*, UErrorCode&) | None | Draft 4.6 |
regex.h | UText* RegexMatcher::getInput(UText*, UErrorCode&) const | None | Draft 4.6 |
regex.h | UText* RegexMatcher::group(UText*, int64_t&, UErrorCode&) const | None | Draft 4.6 |
regex.h | UText* RegexMatcher::group(int32_t, UText*, int64_t&, UErrorCode&) const | None |
(untagged) |
regex.h | UText* RegexPattern::patternText(UErrorCode&) const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::end64(UErrorCode&) const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::end64(int32_t, UErrorCode&) const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::regionEnd64() const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::regionStart64() const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::start64(UErrorCode&) const | None | Draft 4.6 |
regex.h | int64_t RegexMatcher::start64(int32_t, UErrorCode&) const | None | Draft 4.6 |
regex.h | void RegexMatcher::getFindProgressCallback(URegexFindProgressCallback*&, const void*&, UErrorCode&) | None | Draft 4.6 |
regex.h | void RegexMatcher::setFindProgressCallback(URegexFindProgressCallback*, const void*, UErrorCode&) | None | Draft 4.6 |
ubidi.h | UBiDiDirection ubidi_getBaseDirection(const UChar*, int32_t) | None | Draft 4.6 |
uidna.h | #define UIDNA_INFO_INITIALIZER | None | Draft 4.6 |
uidna.h | UIDNA* uidna_openUTS46(uint32_t, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_labelToASCII(const UIDNA*, const UChar*, int32_t, UChar*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_labelToASCII_UTF8(const UIDNA*, const char*, int32_t, char*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_labelToUnicode(const UIDNA*, const UChar*, int32_t, UChar*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_labelToUnicodeUTF8(const UIDNA*, const char*, int32_t, char*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_nameToASCII(const UIDNA*, const UChar*, int32_t, UChar*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_nameToASCII_UTF8(const UIDNA*, const char*, int32_t, char*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_nameToUnicode(const UIDNA*, const UChar*, int32_t, UChar*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | int32_t uidna_nameToUnicodeUTF8(const UIDNA*, const char*, int32_t, char*, int32_t, UIDNAInfo*, UErrorCode*) | None | Draft 4.6 |
uidna.h | void uidna_close(UIDNA*) | None | Draft 4.6 |
uloc.h | #define ULOC_KEYWORD_ASSIGN_UNICODE | None | Draft 4.6 |
uloc.h | #define ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE | None | Draft 4.6 |
uloc.h | #define ULOC_KEYWORD_SEPARATOR_UNICODE | None | Draft 4.6 |
unorm2.h | int32_t unorm2_getDecomposition(const UNormalizer2*, UChar32, UChar*, int32_t, UErrorCode*) | None | Draft 4.6 |
uobject.h | #define UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION | None | Internal . |
uregex.h | UBool uregex_find64(URegularExpression*, int64_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | UBool uregex_lookingAt64(URegularExpression*, int64_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | UBool uregex_matches64(URegularExpression*, int64_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | UText* uregex_appendTailUText(URegularExpression*, UText*, UErrorCode*) | None | Draft 4.6 |
uregex.h | UText* uregex_groupUText(URegularExpression*, int32_t, UText*, int64_t*, UErrorCode*) | None | Draft 4.6 |
uregex.h | UText* uregex_groupUTextDeep(URegularExpression*, int32_t, UText*, UErrorCode*) | None | Internal 4.4 technology preview |
uregex.h | int64_t uregex_end64(URegularExpression*, int32_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | int64_t uregex_regionEnd64(const URegularExpression*, UErrorCode*) | None | Draft 4.6 |
uregex.h | int64_t uregex_regionStart64(const URegularExpression*, UErrorCode*) | None | Draft 4.6 |
uregex.h | int64_t uregex_start64(URegularExpression*, int32_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | void uregex_getFindProgressCallback(const URegularExpression*, URegexFindProgressCallback**, const void**, UErrorCode*) | None | Draft 4.6 |
uregex.h | void uregex_reset64(URegularExpression*, int64_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | void uregex_setFindProgressCallback(URegularExpression*, URegexFindProgressCallback*, const void*, UErrorCode*) | None | Draft 4.6 |
uregex.h | void uregex_setRegion64(URegularExpression*, int64_t, int64_t, UErrorCode*) | None | Draft 4.6 |
uregex.h | void uregex_setRegionAndStart(URegularExpression*, int64_t, int64_t, int64_t, UErrorCode*) | None | Draft 4.6 |
uscript.h | UBool uscript_hasScript(UChar32, UScriptCode) | None | Draft 4.6 |
uscript.h | int32_t uscript_getScriptExtensions(UChar32, UScriptCode*, int32_t, UErrorCode*) | None | Draft 4.6 |
vtzone.h | static VTimeZone* VTimeZone::createVTimeZoneFromBasicTimeZone(const BasicTimeZone&, UErrorCode&) | None | Draft 4.6 |
File | API | 4.4.2 | 4.6 |
---|---|---|---|
calendar.h | UBool Calendar::isWeekend()const | Draft 4.4 |
|
calendar.h | UBool Calendar::isWeekend(UDate, UErrorCode&) const | Draft 4.4 |
|
calendar.h | UCalendarWeekdayType Calendar::getDayOfWeekType(UCalendarDaysOfWeek, UErrorCode&) const | Draft 4.4 |
|
calendar.h | int32_t Calendar::getWeekendTransition(UCalendarDaysOfWeek, UErrorCode&) const | Draft 4.4 |
|
datefmt.h | UnicodeString& DateFormat::format(Calendar&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
datefmt.h | UnicodeString& DateFormat::format(UDate, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
datefmt.h | UnicodeString& DateFormat::format(const Formattable&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
dcfmtsym.h | const UnicodeString& DecimalFormatSymbols::getPatternForCurrencySpacing(ECurrencySpacing, UBool, UErrorCode&) const | Draft 4.2 |
|
dcfmtsym.h | void DecimalFormatSymbols::setPatternForCurrencySpacing(ECurrencySpacing, UBool, const UnicodeString&) | Draft 4.2 |
|
decimfmt.h | UnicodeString& DecimalFormat::format(const StringPiece&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
decimfmt.h | UnicodeString& DecimalFormat::format(double, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
decimfmt.h | UnicodeString& DecimalFormat::format(int32_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
decimfmt.h | UnicodeString& DecimalFormat::format(int64_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
dtptngen.h | UnicodeString DateTimePatternGenerator::getBestPattern(const UnicodeString&, UDateTimePatternMatchOptions, UErrorCode&) | Draft 4.4 |
|
dtptngen.h | UnicodeString DateTimePatternGenerator::replaceFieldTypes(const UnicodeString&, const UnicodeString&, UDateTimePatternMatchOptions, UErrorCode&) | Draft 4.4 |
|
errorcode.h | const char* ErrorCode::errorName() const | Draft 4.4 |
|
errorcode.h | void ErrorCode::assertSuccess() const | Draft 4.4 |
|
fmtable.h | Formattable::Formattable(const StringPiece&, UErrorCode&) | Draft 4.4 |
|
fmtable.h | StringPiece Formattable::getDecimalNumber(UErrorCode&) | Draft 4.4 |
|
fmtable.h | void Formattable::setDecimalNumber(const StringPiece&, UErrorCode&) | Draft 4.4 |
|
format.h | UnicodeString& Format::format(const Formattable&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
fpositer.h | FieldPositionIterator::FieldPositionIterator() | Draft 4.4 |
|
fpositer.h | FieldPositionIterator::FieldPositionIterator(const FieldPositionIterator&) | Draft 4.4 |
|
fpositer.h | FieldPositionIterator::~FieldPositionIterator() | Draft 4.4 |
|
fpositer.h | UBool FieldPositionIterator::next(FieldPosition&) | Draft 4.4 |
|
fpositer.h | UBool FieldPositionIterator::operator!=(const FieldPositionIterator&) const | Draft 4.4 |
|
fpositer.h | UBool FieldPositionIterator::operator==(const FieldPositionIterator&) const | Draft 4.4 |
|
locdspnm.h | LocaleDisplayNames::~LocaleDisplayNames() | Draft 4.4 |
|
locdspnm.h | UDialectHandling LocaleDisplayNames::getDialectHandling() const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::keyDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::keyValueDisplayName(const char*, const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::languageDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::localeDisplayName(const Locale&, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::localeDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::regionDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::scriptDisplayName(UScriptCode, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::scriptDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | UnicodeString& LocaleDisplayNames::variantDisplayName(const char*, UnicodeString&) const =0 | Draft 4.4 |
|
locdspnm.h | const Locale& LocaleDisplayNames::getLocale() const =0 | Draft 4.4 |
|
locdspnm.h | static LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale&) | Draft 4.4 |
|
locdspnm.h | static LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale&, UDialectHandling) | Draft 4.4 |
|
locid.h | static const Locale& Locale::getRoot() | Draft 4.4 |
|
normalizer2.h | FilteredNormalizer2::FilteredNormalizer2(const Normalizer2&, const UnicodeSet&) | Draft 4.4 |
|
normalizer2.h | UBool FilteredNormalizer2::hasBoundaryAfter(UChar32) const | Draft 4.4 |
|
normalizer2.h | UBool FilteredNormalizer2::hasBoundaryBefore(UChar32) const | Draft 4.4 |
|
normalizer2.h | UBool FilteredNormalizer2::isInert(UChar32) const | Draft 4.4 |
|
normalizer2.h | UBool FilteredNormalizer2::isNormalized(const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UBool Normalizer2::hasBoundaryAfter(UChar32) const =0 | Draft 4.4 |
|
normalizer2.h | UBool Normalizer2::hasBoundaryBefore(UChar32) const =0 | Draft 4.4 |
|
normalizer2.h | UBool Normalizer2::isInert(UChar32) const =0 | Draft 4.4 |
|
normalizer2.h | UBool Normalizer2::isNormalized(const UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | UNormalizationCheckResult FilteredNormalizer2::quickCheck(const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UNormalizationCheckResult Normalizer2::quickCheck(const UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | UnicodeString Normalizer2::normalize(const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UnicodeString& FilteredNormalizer2::append(UnicodeString&, const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UnicodeString& FilteredNormalizer2::normalize(const UnicodeString&, UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UnicodeString& FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString&, const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | UnicodeString& Normalizer2::append(UnicodeString&, const UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | UnicodeString& Normalizer2::normalize(const UnicodeString&, UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | UnicodeString& Normalizer2::normalizeSecondAndAppend(UnicodeString&, const UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | int32_t FilteredNormalizer2::spanQuickCheckYes(const UnicodeString&, UErrorCode&) const | Draft 4.4 |
|
normalizer2.h | int32_t Normalizer2::spanQuickCheckYes(const UnicodeString&, UErrorCode&) const =0 | Draft 4.4 |
|
normalizer2.h | static const Normalizer2* Normalizer2::getInstance(const char*, const char*, UNormalization2Mode, UErrorCode&) | Draft 4.4 |
|
numfmt.h | UnicodeString& NumberFormat::format(const Formattable&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
numfmt.h | UnicodeString& NumberFormat::format(const StringPiece&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
numfmt.h | UnicodeString& NumberFormat::format(double, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
numfmt.h | UnicodeString& NumberFormat::format(int32_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
numfmt.h | UnicodeString& NumberFormat::format(int64_t, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
numfmt.h | static NumberFormat* NumberFormat::createInstance(const Locale&, EStyles, UErrorCode&) | Draft 4.2 |
|
platform.h | #define UCLN_NO_AUTO_CLEANUP | Draft 4.4 |
|
platform.h | #define U_CHECK_DYLOAD | Draft 4.4 |
|
platform.h | #define U_ENABLE_DYLOAD | Draft 4.4 |
|
platform.h | #define U_HAVE_STD_STRING | Draft 4.2 |
|
regex.h | RegexMatcher& RegexMatcher::appendReplacement(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | RegexMatcher& RegexMatcher::reset(UText*) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | RegexMatcher* RegexPattern::matcher(UText*, PatternIsUTextFlag, UErrorCode&) const | Internal 4.4 technology preview | Draft 4.4 |
regex.h | RegexMatcher::RegexMatcher(UText*, UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | RegexMatcher::RegexMatcher(UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | UText* RegexMatcher::inputText() const | Internal 4.4 technology preview | Draft 4.4 |
regex.h | UText* RegexMatcher::replaceAll(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | UText* RegexMatcher::replaceFirst(UText*, UText*, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | int32_t RegexMatcher::split(UText*, UText*dest[], int32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | int32_t RegexPattern::split(UText*, UText*dest[], int32_t, UErrorCode&) const | Internal 4.4 technology preview | Draft 4.4 |
regex.h | static RegexPattern* RegexPattern::compile(UText*, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | static RegexPattern* RegexPattern::compile(UText*, uint32_t, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | static RegexPattern* RegexPattern::compile(UText*, uint32_t, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
regex.h | static UBool RegexPattern::matches(UText*, UText*, UParseError&, UErrorCode&) | Internal 4.4 technology preview | Draft 4.4 |
selfmt.h | Format* SelectFormat::clone()const | Draft 4.4 |
|
selfmt.h | SelectFormat& SelectFormat::operator=(const SelectFormat&) | Draft 4.4 |
|
selfmt.h | SelectFormat::SelectFormat(const SelectFormat&) | Draft 4.4 |
|
selfmt.h | SelectFormat::SelectFormat(const UnicodeString&, UErrorCode&) | Draft 4.4 |
|
selfmt.h | SelectFormat::~SelectFormat() | Draft 4.4 |
|
selfmt.h | UBool SelectFormat::operator!=(const Format&) const | Draft 4.4 |
|
selfmt.h | UBool SelectFormat::operator==(const Format&) const | Draft 4.4 |
|
selfmt.h | UClassID SelectFormat::getDynamicClassID() const | Draft 4.4 |
|
selfmt.h | UnicodeString& SelectFormat::format(const Formattable&, UnicodeString&, FieldPosition&, UErrorCode&) const | Draft 4.4 |
|
selfmt.h | UnicodeString& SelectFormat::format(const UnicodeString&, UnicodeString&, FieldPosition&, UErrorCode&) const | Draft 4.4 |
|
selfmt.h | UnicodeString& SelectFormat::toPattern(UnicodeString&) | Draft 4.4 |
|
selfmt.h | static UClassID SelectFormat::getStaticClassID() | Draft 4.4 |
|
selfmt.h | void SelectFormat::applyPattern(const UnicodeString&, UErrorCode&) | Draft 4.4 |
|
selfmt.h | void SelectFormat::parseObject(const UnicodeString&, Formattable&, ParsePosition&) const | Draft 4.4 |
|
smpdtfmt.h | UnicodeString& SimpleDateFormat::format(Calendar&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
smpdtfmt.h | UnicodeString& SimpleDateFormat::format(UDate, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
smpdtfmt.h | UnicodeString& SimpleDateFormat::format(const Formattable&, UnicodeString&, FieldPositionIterator*, UErrorCode&) const | Draft 4.4 |
|
std_string.h | #define U_HAVE_STD_STRING | Draft 4.2 |
|
tmutfmt.h | TimeUnitFormat::TimeUnitFormat(const Locale&, EStyle, UErrorCode&) | Draft 4.2 |
|
ucal.h | UBool ucal_isWeekend(const UCalendar*, UDate, UErrorCode*) | Draft 4.4 |
|
ucal.h | UCalendarWeekdayType ucal_getDayOfWeekType(const UCalendar*, UCalendarDaysOfWeek, UErrorCode*) | Draft 4.4 |
|
ucal.h | int32_t ucal_getWeekendTransition(const UCalendar*, UCalendarDaysOfWeek, UErrorCode*) | Draft 4.4 |
|
udat.h | UCalendarDateFields udat_toCalendarDateField(UDateFormatField) | Draft 4.4 |
|
udatpg.h | int32_t udatpg_getBestPatternWithOptions(UDateTimePatternGenerator*, const UChar*, int32_t, UDateTimePatternMatchOptions, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
udatpg.h | int32_t udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator*, const UChar*, int32_t, const UChar*, int32_t, UDateTimePatternMatchOptions, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | UDialectHandling uldn_getDialectHandling(const ULocaleDisplayNames*) | Draft 4.4 |
|
uldnames.h | ULocaleDisplayNames* uldn_open(const char*, UDialectHandling, UErrorCode*) | Draft 4.4 |
|
uldnames.h | const char* uldn_getLocale(const ULocaleDisplayNames*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_keyDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_keyValueDisplayName(const ULocaleDisplayNames*, const char*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_languageDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_localeDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_regionDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_scriptCodeDisplayName(const ULocaleDisplayNames*, UScriptCode, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_scriptDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | int32_t uldn_variantDisplayName(const ULocaleDisplayNames*, const char*, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
uldnames.h | void uldn_close(ULocaleDisplayNames*) | Draft 4.4 |
|
uloc.h | int32_t uloc_forLanguageTag(const char*, char*, int32_t, int32_t*, UErrorCode*) | Draft 4.2 |
|
uloc.h | int32_t uloc_toLanguageTag(const char*, char*, int32_t, UBool, UErrorCode*) | Draft 4.2 |
|
uniset.h | int32_t UnicodeSet::span(const UnicodeString&, int32_t, USetSpanCondition) const | Draft 4.4 |
|
uniset.h | int32_t UnicodeSet::spanBack(const UnicodeString&, int32_t, USetSpanCondition) const | Draft 4.4 |
|
unistr.h | UnicodeString UnicodeString::tempSubString(int32_t start=, int32_t length=) const | Draft 4.4 |
|
unistr.h | UnicodeString UnicodeString::tempSubStringBetween(int32_t, int32_t limit=) const | Draft 4.4 |
|
unistr.h | UnicodeString& UnicodeString::retainBetween(int32_t, int32_t limit=) | Draft 4.4 |
|
unorm2.h | UBool unorm2_hasBoundaryAfter(const UNormalizer2*, UChar32) | Draft 4.4 |
|
unorm2.h | UBool unorm2_hasBoundaryBefore(const UNormalizer2*, UChar32) | Draft 4.4 |
|
unorm2.h | UBool unorm2_isInert(const UNormalizer2*, UChar32) | Draft 4.4 |
|
unorm2.h | UBool unorm2_isNormalized(const UNormalizer2*, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | UNormalizationCheckResult unorm2_quickCheck(const UNormalizer2*, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | UNormalizer2* unorm2_openFiltered(const UNormalizer2*, const USet*, UErrorCode*) | Draft 4.4 |
|
unorm2.h | const UNormalizer2* unorm2_getInstance(const char*, const char*, UNormalization2Mode, UErrorCode*) | Draft 4.4 |
|
unorm2.h | int32_t unorm2_append(const UNormalizer2*, UChar*, int32_t, int32_t, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | int32_t unorm2_normalize(const UNormalizer2*, const UChar*, int32_t, UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | int32_t unorm2_normalizeSecondAndAppend(const UNormalizer2*, UChar*, int32_t, int32_t, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | int32_t unorm2_spanQuickCheckYes(const UNormalizer2*, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
unorm2.h | void unorm2_close(UNormalizer2*) | Draft 4.4 |
|
unum.h | int32_t unum_formatDecimal(const UNumberFormat*, const char*, int32_t, UChar*, int32_t, UFieldPosition*, UErrorCode*) | Draft 4.4 |
|
unum.h | int32_t unum_parseDecimal(const UNumberFormat*, const UChar*, int32_t, int32_t*, char*, int32_t, UErrorCode*) | Draft 4.4 |
|
uregex.h | URegularExpression* uregex_openUText(UText*, uint32_t, UParseError*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | UText* uregex_getUText(URegularExpression*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | UText* uregex_patternUText(const URegularExpression*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | UText* uregex_replaceAllUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | UText* uregex_replaceFirstUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | int32_t uregex_splitUText(URegularExpression*, UText*destFields[], int32_t, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | void uregex_appendReplacementUText(URegularExpression*, UText*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
uregex.h | void uregex_setUText(URegularExpression*, UText*, UErrorCode*) | Internal 4.4 technology preview | Draft 4.4 |
ushape.h | #define SHAPE_TAIL_NEW_UNICODE | Draft 4.2 |
|
ushape.h | #define SHAPE_TAIL_TYPE_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_AUTO | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_BEGIN | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_END | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_NEAR | Draft 4.2 |
|
ushape.h | #define U_SHAPE_LAMALEF_RESIZE | Draft 4.2 |
|
ushape.h | #define U_SHAPE_SEEN_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_SEEN_TWOCELL_NEAR | Draft 4.2 |
|
ushape.h | #define U_SHAPE_SPACES_RELATIVE_TO_TEXT_BEGIN_END | Draft 4.2 |
|
ushape.h | #define U_SHAPE_SPACES_RELATIVE_TO_TEXT_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TASHKEEL_BEGIN | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TASHKEEL_END | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TASHKEEL_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TASHKEEL_REPLACE_BY_TATWEEL | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TASHKEEL_RESIZE | Draft 4.2 |
|
ushape.h | #define U_SHAPE_TEXT_DIRECTION_VISUAL_RTL | Draft 4.2 |
|
ushape.h | #define U_SHAPE_YEHHAMZA_MASK | Draft 4.2 |
|
ushape.h | #define U_SHAPE_YEHHAMZA_TWOCELL_NEAR | Draft 4.2 |
|
ustdio.h | UFILE* u_fadopt(FILE*, const char*, const char*) | Draft 4.4 |
|
ustring.h | UChar* u_strFromJavaModifiedUTF8WithSub(UChar*, int32_t, int32_t*, const char*, int32_t, UChar32, int32_t*, UErrorCode*) | Draft 4.4 |
|
ustring.h | char* u_strToJavaModifiedUTF8(char*, int32_t, int32_t*, const UChar*, int32_t, UErrorCode*) | Draft 4.4 |
|
utf.h | #define U_IS_SURROGATE_TRAIL | Draft 4.2 |
|
utf16.h | #define U16_IS_SURROGATE_TRAIL | Draft 4.2 |
|
utypes.h | #define U_CHARSET_IS_UTF8 | Draft 4.2 |
|
uvernum.h | #define U_ICU_ENTRY_POINT_RENAME | Draft 4.2 |
Contents generated by StableAPI (r28741:28742M) tool on Thu Sep 30 11:19:58 PDT 2010
Copyright (C) 2010, International Business Machines Corporation, All Rights Reserved.