Searched refs:sampleChar (Results 1 – 7 of 7) sorted by relevance
252 int32_t sampleChar = getScriptProps(script) & 0x1fffff; in uscript_getSampleString() local254 if(sampleChar == 0) { in uscript_getSampleString()257 length = U16_LENGTH(sampleChar); in uscript_getSampleString()260 U16_APPEND_UNSAFE(dest, i, sampleChar); in uscript_getSampleString()269 int32_t sampleChar = getScriptProps(script) & 0x1fffff; in uscript_getSampleUnicodeString() local270 if(sampleChar != 0) { in uscript_getSampleUnicodeString()271 sample.append(sampleChar); in uscript_getSampleUnicodeString()
142 public final String sampleChar; field in ScriptMetadata.Info164 sampleChar = UTF16.valueOf(sampleCode); in Info()191 sampleChar = sampleCharacter == null ? other.sampleChar : sampleCharacter; in Info()213 + "\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()
1366 int sampleChar = ScriptMetadata.getScriptProps(script) & 0x1fffff; in getSampleString() local1367 if(sampleChar != 0) { in getSampleString()1368 return new StringBuilder().appendCodePoint(sampleChar).toString(); in getSampleString()
1568 int sampleChar = ScriptMetadata.getScriptProps(script) & 0x1fffff; in getSampleString() local1569 if(sampleChar != 0) { in getSampleString()1570 return new StringBuilder().appendCodePoint(sampleChar).toString(); in getSampleString()
46 + "; " + Utility.hex(i.sampleChar) in main()
545 .addCell(scriptMetatdata.sampleChar) in addLanguageScriptCells2()