ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
setUp () | |
tearDown () | |
testAscii () | |
testNull () | |
testLatin () | |
testLatinNormal () | |
XtestAllChars () | |
This test is very expensive! | |
testAllBytes () | |
doTestBytes ($head, $tail) | |
testDoubleBytes () | |
doTestDoubleBytes ($head, $tail) | |
testTripleBytes () | |
doTestTripleBytes ($head, $tail) | |
testChunkRegression () | |
testInterposeRegression () | |
testOverlongRegression () | |
testSurrogateRegression () | |
testBomRegression () | |
testForbiddenRegression () | |
testHangulRegression () |
Definition at line 45 of file CleanUpTest.php.
CleanUpTest::doTestBytes | ( | $head, | |
$tail | |||
) |
Definition at line 127 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), and UTF8_REPLACEMENT.
Referenced by testAllBytes().
CleanUpTest::doTestDoubleBytes | ( | $head, | |
$tail | |||
) |
Definition at line 163 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), elseif(), UtfNormal\NFC(), and UTF8_REPLACEMENT.
Referenced by testDoubleBytes().
CleanUpTest::doTestTripleBytes | ( | $head, | |
$tail | |||
) |
Definition at line 207 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), elseif(), UtfNormal\NFC(), UTF8_REPLACEMENT, and UTF8_SURROGATE_FIRST.
Referenced by testTripleBytes().
CleanUpTest::setUp | ( | ) |
CleanUpTest::tearDown | ( | ) |
CleanUpTest::testAllBytes | ( | ) |
Definition at line 119 of file CleanUpTest.php.
References doTestBytes().
CleanUpTest::testAscii | ( | ) |
Definition at line 55 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testBomRegression | ( | ) |
Definition at line 371 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testChunkRegression | ( | ) |
Definition at line 273 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testDoubleBytes | ( | ) |
Definition at line 153 of file CleanUpTest.php.
References doTestDoubleBytes().
CleanUpTest::testForbiddenRegression | ( | ) |
Definition at line 386 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testHangulRegression | ( | ) |
Definition at line 395 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testInterposeRegression | ( | ) |
Definition at line 296 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testLatin | ( | ) |
Definition at line 70 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testLatinNormal | ( | ) |
Definition at line 76 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testNull | ( | ) |
Definition at line 61 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testOverlongRegression | ( | ) |
Definition at line 331 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testSurrogateRegression | ( | ) |
Definition at line 356 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testTripleBytes | ( | ) |
Definition at line 199 of file CleanUpTest.php.
References doTestTripleBytes().
CleanUpTest::XtestAllChars | ( | ) |
This test is very expensive!
Definition at line 86 of file CleanUpTest.php.
References $utfCanonicalComp, $utfCanonicalDecomp, $x, UtfNormal\cleanUp(), codepointToUtf8(), UtfNormal\NFC(), UNICODE_MAX, UNICODE_SURROGATE_FIRST, UNICODE_SURROGATE_LAST, and UTF8_REPLACEMENT.