Searched refs:sampleChar (Results 1 – 7 of 7) sorted by relevance
260 int32_t sampleChar = getScriptProps(script) & 0x1fffff; in uscript_getSampleString() local262 if(sampleChar == 0) { in uscript_getSampleString()265 length = U16_LENGTH(sampleChar); in uscript_getSampleString()268 U16_APPEND_UNSAFE(dest, i, sampleChar); in uscript_getSampleString()277 int32_t sampleChar = getScriptProps(script) & 0x1fffff; in uscript_getSampleUnicodeString() local278 if(sampleChar != 0) { in uscript_getSampleUnicodeString()279 sample.append(sampleChar); in uscript_getSampleUnicodeString()
143 public final String sampleChar; field in ScriptMetadata.Info165 sampleChar = UTF16.valueOf(sampleCode); in Info()192 sampleChar = sampleCharacter == null ? other.sampleChar : sampleCharacter; in Info()215 + "\tSample: " + sampleChar in toString()
54 int codePointCount = UTF16.countCodePoint(info0.sampleChar); in TestScriptOfSample()58 info0.sampleChar.codePointAt(0), bitset); in TestScriptOfSample()83 assertEquals("Latin-sample", "L", info0.sampleChar); in TestBasic()
1395 int sampleChar = ScriptMetadata.getScriptProps(script) & 0x1fffff; in getSampleString() local1396 if(sampleChar != 0) { in getSampleString()1397 return new StringBuilder().appendCodePoint(sampleChar).toString(); in getSampleString()
1597 int sampleChar = ScriptMetadata.getScriptProps(script) & 0x1fffff; in getSampleString() local1598 if(sampleChar != 0) { in getSampleString()1599 return new StringBuilder().appendCodePoint(sampleChar).toString(); in getSampleString()
46 + "; " + Utility.hex(i.sampleChar) in main()
560 .addCell(scriptMetatdata.sampleChar) in addLanguageScriptCells2()