| ILIAS
    release_5-2 Revision v5.2.25-18-g3f80b828510
    | 
 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 127 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), sprintf, 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 163 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), UtfNormal\NFC(), sprintf, 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 207 of file CleanUpTest.php.
References $x, UtfNormal\cleanUp(), UtfNormal\NFC(), sprintf, 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 119 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 55 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 371 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 273 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 153 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 386 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 395 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 296 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 70 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 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::testNull | ( | ) | 
Definition at line 61 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 331 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 356 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 199 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 86 of file CleanUpTest.php.
References $utfCanonicalComp, $utfCanonicalDecomp, $x, UtfNormal\cleanUp(), codepointToUtf8(), UtfNormal\NFC(), sprintf, 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: