| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
 Inheritance diagram for CleanUpTest:
 Inheritance diagram for CleanUpTest: Collaboration diagram for CleanUpTest:
 Collaboration diagram for CleanUpTest:| 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, $tail, $x, UtfNormal\cleanUp(), and UTF8_REPLACEMENT.
Referenced by testAllBytes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| CleanUpTest::doTestDoubleBytes | ( | $head, | |
| $tail | |||
| ) | 
Definition at line 185 of file CleanUpTest.php.
References $tail, $x, UtfNormal\cleanUp(), UtfNormal\NFC(), and UTF8_REPLACEMENT.
Referenced by testDoubleBytes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| CleanUpTest::doTestTripleBytes | ( | $head, | |
| $tail | |||
| ) | 
Definition at line 240 of file CleanUpTest.php.
References $tail, $x, UtfNormal\cleanUp(), UtfNormal\NFC(), UTF8_REPLACEMENT, and UTF8_SURROGATE_FIRST.
Referenced by testTripleBytes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| CleanUpTest::setUp | ( | ) | 
| CleanUpTest::tearDown | ( | ) | 
| CleanUpTest::testAllBytes | ( | ) | 
Definition at line 132 of file CleanUpTest.php.
References doTestBytes().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testAscii | ( | ) | 
Definition at line 58 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testBomRegression | ( | ) | 
Definition at line 421 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testChunkRegression | ( | ) | 
Definition at line 315 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testDoubleBytes | ( | ) | 
Definition at line 174 of file CleanUpTest.php.
References doTestDoubleBytes().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testForbiddenRegression | ( | ) | 
Definition at line 438 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testHangulRegression | ( | ) | 
Definition at line 449 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testInterposeRegression | ( | ) | 
Definition at line 340 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testLatin | ( | ) | 
Definition at line 76 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testLatinNormal | ( | ) | 
Definition at line 83 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testNull | ( | ) | 
Definition at line 65 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testOverlongRegression | ( | ) | 
Definition at line 377 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testSurrogateRegression | ( | ) | 
Definition at line 404 of file CleanUpTest.php.
References $text, and UtfNormal\cleanUp().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::testTripleBytes | ( | ) | 
Definition at line 231 of file CleanUpTest.php.
References doTestTripleBytes().
 Here is the call graph for this function:
 Here is the call graph for this function:| CleanUpTest::XtestAllChars | ( | ) | 
This test is very expensive!
Definition at line 94 of file CleanUpTest.php.
References $i, $utfCanonicalComp, $utfCanonicalDecomp, $x, UtfNormal\cleanUp(), codepointToUtf8(), UtfNormal\NFC(), UNICODE_MAX, UNICODE_SURROGATE_FIRST, UNICODE_SURROGATE_LAST, and UTF8_REPLACEMENT.
 Here is the call graph for this function:
 Here is the call graph for this function: