Home
last modified time | relevance | path

Searched defs:sampleText (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c145 UChar sampleText[] = {0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
165 UChar sampleText[] = {0x00a1, 0xd801, 0xdc01, 0x00a4}; in TestSurrogateBehaviour() local
187 UChar sampleText[] = { 0x4e00, 0x04e01, 0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
242 …static const UChar sampleText[] = { 0x4e00,0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, 0… in TestSurrogateBehaviour() local
272 …static const UChar sampleText[] = { 0x4e00, 0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, … in TestSurrogateBehaviour() local
302 … static const UChar sampleText[] = { 0x4e00, 0x0701, 0x0031, 0xbfc1, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
345 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
380 static const UChar sampleText[] = { 0x00a1, 0xd801}; in TestErrorBehaviour() local
457 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
554 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
[all …]
Dnccbtst.c186 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSkip() local
512 static const uint8_t sampleText[]={ /* from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
600 const uint8_t sampleText[]={ in TestSkip() local
938 const uint8_t sampleText[]={ /* modified from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
1021 const uint8_t sampleText[]={ in TestSkip() local
1083 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestStop() local
1355 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSub() local
1786 UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSubWithValue() local
2582 static const uint8_t sampleText[] = { in TestSingleByte() local
Dnucnvtst.c686 static const UChar sampleText[] = in TestNewConvertWithBufferSizes() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
DIMETest.java21 String sampleText = "This is a sample\nto put into the field."; in main() local