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
129
) sorted by null
1
2
3
4
5
6
/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
{
itformat.cpp
67
class NumberTest : public
IntlTest
{
79
extern
IntlTest
*createCompactDecimalFormatTest();
80
extern
IntlTest
*createGenderInfoTest();
82
extern
IntlTest
*createRelativeDateTimeFormatterTest();
84
extern
IntlTest
*createTimeUnitTest();
85
extern
IntlTest
*createMeasureFormatTest();
86
extern
IntlTest
*createNumberFormatSpecificationTest();
87
extern
IntlTest
*createScientificNumberFormatterTest();
88
extern
IntlTest
*createNumberFormat2Test();
165
LocalPointer<
IntlTest
> test(createTimeUnitTest())
[
all
...]
dtfmapts.h
16
#include "
intltest
.h"
24
class IntlTestDateFormatAPI: public
IntlTest
{
dtptngts.h
16
#include "
intltest
.h"
21
class IntlTestDateTimePatternGeneratorAPI : public
IntlTest
{
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.
34
#include "
intltest
.h"
260
IntlTest
::appendHex(uint32_t number,
310
IntlTest
::toHex(uint32_t number, int32_t digits) {
322
IntlTest
::prettify(const UnicodeString &source,
358
IntlTest
::prettify(const UnicodeString &source, UBool parseBackslash)
407
/*
IntlTest
::setICU_DATA - if the ICU_DATA environment variable is not already
416
void
IntlTest
::setICU_DATA() {
488
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 657 milliseconds
1
2
3
4
5
6