OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntlTest
(Results
1 - 25
of
123
) sorted by null
1
2
3
4
5
/external/icu/icu4c/source/test/intltest/
itformat.h
20
#include "
intltest
.h"
23
class IntlTestFormat: public
IntlTest
{
itrbbi.h
23
#include "
intltest
.h"
26
class IntlTestRBBI: public
IntlTest
{
ittrans.h
23
#include "
intltest
.h"
26
class IntlTestTransliterator: public
IntlTest
{
sdtfmtts.h
16
#include "
intltest
.h"
21
class IntlTestSimpleDateFormatAPI : public
IntlTest
{
tfsmalls.h
13
#include "
intltest
.h"
18
class TestFormatSmallClasses: public
IntlTest
{
tzoffloc.h
17
#include "
intltest
.h"
19
class TimeZoneOffsetLocalTest : public
IntlTest
{
20
//
IntlTest
override
itmajor.h
17
#include "
intltest
.h"
20
class MajorTestLevel: public
IntlTest
{
24
class IntlTestNormalize: public
IntlTest
{
itutil.h
16
#include "
intltest
.h"
18
class IntlTestUtilities: public
IntlTest
{
23
class ErrorCodeTest: public
IntlTest
{
dtfmapts.h
16
#include "
intltest
.h"
24
class IntlTestDateFormatAPI: public
IntlTest
{
dtptngts.h
16
#include "
intltest
.h"
21
class IntlTestDateTimePatternGeneratorAPI : public
IntlTest
{
itformat.cpp
63
extern
IntlTest
*createCompactDecimalFormatTest();
64
extern
IntlTest
*createGenderInfoTest();
66
extern
IntlTest
*createRelativeDateTimeFormatterTest();
68
extern
IntlTest
*createTimeUnitTest();
69
extern
IntlTest
*createMeasureFormatTest();
70
extern
IntlTest
*createNumberFormatSpecificationTest();
71
extern
IntlTest
*createScientificNumberFormatterTest();
72
extern
IntlTest
*createNumberFormat2Test();
149
LocalPointer<
IntlTest
> test(createTimeUnitTest());
164
LocalPointer<
IntlTest
> test(createGenderInfoTest())
[
all
...]
miscdtfm.h
16
#include "
intltest
.h"
21
class DateFormatMiscTests : public
IntlTest
{
23
//
IntlTest
override
nmfmapts.h
16
#include "
intltest
.h"
22
class IntlTestNumberFormatAPI: public
IntlTest
{
selfmts.h
19
#include "
intltest
.h"
24
class SelectFormatTest : public
IntlTest
{
trnserr.h
27
#include "
intltest
.h"
33
class TransliteratorErrorTest : public
IntlTest
{
uvectest.h
18
#include "
intltest
.h"
21
class UVectorTest: public
IntlTest
{
29
// The following are test functions that are visible from the
intltest
test framework.
v32test.h
18
#include "
intltest
.h"
21
class UVector32Test: public
IntlTest
{
29
// The following are test functions that are visible from the
intltest
test framework.
simplethread.h
29
class
IntlTest
;
34
// Usage: from within an
intltest
test function,
36
// this, // The current
intltest
test object,
48
ThreadPoolBase(
IntlTest
*test, int32_t numThreads);
58
IntlTest
*fIntlTest;
intltest.cpp
13
*
IntlTest
is a base class for tests.
33
#include "
intltest
.h"
247
IntlTest
::appendHex(uint32_t number,
297
IntlTest
::toHex(uint32_t number, int32_t digits) {
309
IntlTest
::prettify(const UnicodeString &source,
345
IntlTest
::prettify(const UnicodeString &source, UBool parseBackslash)
394
/*
IntlTest
::setICU_DATA - if the ICU_DATA environment variable is not already
403
void
IntlTest
::setICU_DATA() {
475
IntlTest
*
IntlTest
::gTest = NULL
[
all
...]
aliastst.h
11
#include "
intltest
.h"
15
class LocaleAliasTest: public
IntlTest
{
alphaindextst.h
16
#include "
intltest
.h"
18
class AlphabeticIndexTest: public
IntlTest
{
citrtest.h
12
#include "
intltest
.h"
18
class CharIterTest: public
IntlTest
{
dadrfmt.h
32
class DataDrivenFormatTest : public
IntlTest
{
itrbnfp.h
17
#include "
intltest
.h"
21
class IntlTestRBNFParse : public
IntlTest
{
24
//
IntlTest
override
itrbnfrt.h
17
#include "
intltest
.h"
20
class RbnfRoundTripTest : public
IntlTest
{
22
//
IntlTest
override
Completed in 1738 milliseconds
1
2
3
4
5