Home
last modified time | relevance | path

Searched refs:allFeaturesSCSU (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3674 static const uint8_t allFeaturesSCSU[]={ in TestSCSU() local
3781 …izeof(allFeaturesUTF16)/2),"SCSU","all features", (char *)allFeaturesSCSU,sizeof(allFeaturesSCSU)); in TestSCSU()
3782 …sizeof(allFeaturesUTF16)/2),"SCSU","all features",(char *)allFeaturesSCSU,sizeof(allFeaturesSCSU)); in TestSCSU()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5136 byte allFeaturesSCSU[]={ in TestSCSUConverter()
5207 byte[][] fromUnicode={allFeaturesSCSU,germanSCSU,russianSCSU,japaneseSCSU}; in TestSCSUConverter()
5404 ByteBuffer overflowTest = ByteBuffer.wrap(allFeaturesSCSU); in TestSCSUConverter()