ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
setUp () | |
tearDown () | |
testAscii () | |
testNull () | |
testLatin () | |
testLatinNormal () | |
XtestAllChars () | |
This test is very expensive! More... | |
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 141 of file CleanUpTest.php.
References $i, and UtfNormal\cleanUp().
Referenced by testAllBytes().
CleanUpTest::doTestDoubleBytes | ( | $head, | |
$tail | |||
) |
Definition at line 185 of file CleanUpTest.php.
References UtfNormal\cleanUp(), and UtfNormal\NFC().
Referenced by testDoubleBytes().
CleanUpTest::doTestTripleBytes | ( | $head, | |
$tail | |||
) |
Definition at line 240 of file CleanUpTest.php.
References UtfNormal\cleanUp(), UtfNormal\NFC(), and UTF8_SURROGATE_FIRST.
Referenced by testTripleBytes().
CleanUpTest::setUp | ( | ) |
CleanUpTest::tearDown | ( | ) |
CleanUpTest::testAllBytes | ( | ) |
Definition at line 132 of file CleanUpTest.php.
References doTestBytes().
CleanUpTest::testAscii | ( | ) |
Definition at line 58 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testBomRegression | ( | ) |
Definition at line 421 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testChunkRegression | ( | ) |
Definition at line 315 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testDoubleBytes | ( | ) |
Definition at line 174 of file CleanUpTest.php.
References doTestDoubleBytes().
CleanUpTest::testForbiddenRegression | ( | ) |
Definition at line 438 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testHangulRegression | ( | ) |
Definition at line 449 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testInterposeRegression | ( | ) |
Definition at line 340 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testLatin | ( | ) |
Definition at line 76 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testLatinNormal | ( | ) |
Definition at line 83 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testNull | ( | ) |
Definition at line 65 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testOverlongRegression | ( | ) |
Definition at line 377 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testSurrogateRegression | ( | ) |
Definition at line 404 of file CleanUpTest.php.
References UtfNormal\cleanUp().
CleanUpTest::testTripleBytes | ( | ) |
Definition at line 231 of file CleanUpTest.php.
References doTestTripleBytes().
CleanUpTest::XtestAllChars | ( | ) |
This test is very expensive!
Definition at line 94 of file CleanUpTest.php.
References $i, $utfCanonicalComp, $utfCanonicalDecomp, UtfNormal\cleanUp(), codepointToUtf8(), UtfNormal\NFC(), UNICODE_MAX, UNICODE_SURROGATE_FIRST, and UNICODE_SURROGATE_LAST.