Searched refs:toChars (Results 1 – 13 of 13) sorted by relevance
163 public char[] toChars() { in toChars() method in Signature164 return toChars(null, null); in toChars()177 public char[] toChars(char[] existingArray, int[] outLen) { in toChars() method in Signature202 str = new String(toChars()); in toCharsString()
132 result.append(Character.toChars(mRandom.nextInt(26) + base)); in buildLatinWord()
95 sb.append(Character.toChars(codePoint)); in setByString()
162 return new String(Character.toChars(pureName.codePointAt(0))); in findNamePrefix()
225 return new String(Character.toChars(unicodeChar)); in getLabel()
116 sb.append(Character.toChars(codepoint)); in codePointsToString()
821 builder.append(Character.toChars(0x1D11E)); in testTruncateInMiddleOfSurrogate()838 builder.append(Character.toChars(0x20AC)); in testTruncateInMiddleOfChar()
326 final String cpString = new String(Character.toChars(cp)); in testBounce_UTF_Exhaustive()
489 Landroid/content/pm/Signature;->toChars([C[I)[C
4858 HSPLandroid/content/pm/Signature;->toChars()[C4859 HSPLandroid/content/pm/Signature;->toChars([C[I)[C24709 HSPLjava/lang/Character;->toChars(I)[C24710 HSPLjava/lang/Character;->toChars(I[CI)I
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4855 HSPLandroid/content/pm/Signature;->toChars()[C4856 HSPLandroid/content/pm/Signature;->toChars([C[I)[C
13161 method public char[] toChars();13162 method public char[] toChars(char[], int[]);