Home
last modified time | relevance | path

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

/third_party/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
206 static const UChar sampleText[] = { 0x4e00, 0x04e01, 0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
236 …static const UChar sampleText[] = { 0x4e00,0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, 0… in TestSurrogateBehaviour() local
266 …static const UChar sampleText[] = { 0x4e00, 0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, … in TestSurrogateBehaviour() local
296 … static const UChar sampleText[] = { 0x4e00, 0x0701, 0x0031, 0xbfc1, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
339 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
374 static const UChar sampleText[] = { 0x00a1, 0xd801}; in TestErrorBehaviour() local
451 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
[all …]
Dnccbtst.c182 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSkip() local
508 static const uint8_t sampleText[]={ /* from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
596 const uint8_t sampleText[]={ in TestSkip() local
934 const uint8_t sampleText[]={ /* modified from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
1017 const uint8_t sampleText[]={ in TestSkip() local
1079 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestStop() local
1351 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSub() local
1782 UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSubWithValue() local
2578 static const uint8_t sampleText[] = { in TestSingleByte() local
Dnucnvtst.c687 static const UChar sampleText[] = in TestNewConvertWithBufferSizes() local
/third_party/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