Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dncnvtst.c146 UChar sampleText[] = {0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
166 UChar sampleText[] = {0x00a1, 0xd801, 0xdc01, 0x00a4}; in TestSurrogateBehaviour() local
188 UChar sampleText[] = { 0x4e00, 0x04e01, 0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
207 static const UChar sampleText[] = { 0x4e00, 0x04e01, 0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
237 …static const UChar sampleText[] = { 0x4e00,0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, 0… in TestSurrogateBehaviour() local
267 …static const UChar sampleText[] = { 0x4e00, 0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, … in TestSurrogateBehaviour() local
297 … static const UChar sampleText[] = { 0x4e00, 0x0701, 0x0031, 0xbfc1, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
340 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
375 static const UChar sampleText[] = { 0x00a1, 0xd801}; in TestErrorBehaviour() local
452 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
[all …]
H A Dnccbtst.c183 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSkip() local
509 static const uint8_t sampleText[]={ /* from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
597 const uint8_t sampleText[]={ in TestSkip() local
935 const uint8_t sampleText[]={ /* modified from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
1018 const uint8_t sampleText[]={ in TestSkip() local
1080 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestStop() local
1352 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSub() local
1783 UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSubWithValue() local
2579 static const uint8_t sampleText[] = { in TestSingleByte() local
H A Dnucnvtst.c688 static const UChar sampleText[] = in TestNewConvertWithBufferSizes() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c146 UChar sampleText[] = {0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
166 UChar sampleText[] = {0x00a1, 0xd801, 0xdc01, 0x00a4}; in TestSurrogateBehaviour() local
188 UChar sampleText[] = { 0x4e00, 0x04e01, 0x0031, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
243 …static const UChar sampleText[] = { 0x4e00,0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, 0… in TestSurrogateBehaviour() local
273 …static const UChar sampleText[] = { 0x4e00, 0xd801, 0xdc01, 0x04e01, 0x0031, 0xd801, 0xdc01, … in TestSurrogateBehaviour() local
303 … static const UChar sampleText[] = { 0x4e00, 0x0701, 0x0031, 0xbfc1, 0xd801, 0xdc01, 0x0032}; in TestSurrogateBehaviour() local
346 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
381 static const UChar sampleText[] = { 0x00a1, 0xd801}; in TestErrorBehaviour() local
458 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
555 static const UChar sampleText[] = { 0x0031, 0xd801}; in TestErrorBehaviour() local
[all …]
H A Dnccbtst.c187 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSkip() local
513 static const uint8_t sampleText[]={ /* from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
601 const uint8_t sampleText[]={ in TestSkip() local
939 const uint8_t sampleText[]={ /* modified from cintltst/bocu1tst.c/TestBOCU1 text 1 */ in TestSkip() local
1022 const uint8_t sampleText[]={ in TestSkip() local
1084 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestStop() local
1356 static const UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSub() local
1787 UChar sampleText[] = { 0x0000, 0xAC00, 0xAC01, 0xEF67, 0xD700 }; in TestSubWithValue() local
2583 static const uint8_t sampleText[] = { in TestSingleByte() local
H A Dnucnvtst.c687 static const UChar sampleText[] = in TestNewConvertWithBufferSizes() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DLayoutClusterCountTest.kt130 val sampleText = "Hello, World. This is Android." in testClusterCount_Multiline() constant
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/ime/
H A DIMETest.java21 String sampleText = "This is a sample\nto put into the field."; in main() local
/aosp_15_r20/external/skia/tools/fonts/
H A DFontToolUtils.h49 const char* sampleText = ""; member
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DFontScalePreviewFragment.java82 TextView sampleText = (TextView) v; in onLayoutChange() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
H A DSatelliteManagerTestOnMockService.java7160 private void sendSatelliteDatagramDemoModeSuccess(String sampleText) { in sendSatelliteDatagramDemoModeSuccess()
/aosp_15_r20/external/aws-sdk-java-v2/services/macie2/src/main/resources/codegen-resources/
H A Dservice-2.json9211 "sampleText": { object
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDddmuilib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF com/oracle/net/Sdp$ ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/
Drt.jarMETA-INF/ META-INF/MANIFEST.MF apple/applescript/AppleScriptEngine.class AppleScriptEngine ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt. ...