Searched refs:scriptId (Results 1 – 3 of 3) sorted by relevance
81 public static boolean isLetterPartOfScript(final int codePoint, final int scriptId) { in isLetterPartOfScript() argument82 switch (scriptId) { in isLetterPartOfScript()177 throw new RuntimeException("Impossible value of script: " + scriptId); in isLetterPartOfScript()
155 final int scriptId = Builder.readScriptId(resources, subtype); in getScriptId() local156 sScriptIdsForSubtypes.put(subtype, scriptId); in getScriptId()157 return scriptId; in getScriptId()370 final int scriptId = in readScriptIdFromTagFeature() local374 return scriptId; in readScriptIdFromTagFeature()
687 final SpacingAndPunctuations spacingAndPunctuations, final int scriptId) { in isPartOfCompositionForScript() argument692 && ScriptUtils.isLetterPartOfScript(codePoint, scriptId)); in isPartOfCompositionForScript()703 final int scriptId) { in getWordRangeAtCursor() argument726 if (!isPartOfCompositionForScript(codePoint, spacingAndPunctuations, scriptId)) { in getWordRangeAtCursor()739 if (!isPartOfCompositionForScript(codePoint, spacingAndPunctuations, scriptId)) { in getWordRangeAtCursor()