Searched defs:decompose (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLAlgorithmDecomposer.java214 private Set<String> decompose(KeyExchange keyExchange, BulkCipher cipher, method in class:SSLAlgorithmDecomposer
240 public Set<String> decompose(String algorithm) { method in class:SSLAlgorithmDecomposer
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DAlgorithmDecomposer.java80 public Set<String> decompose(String algorithm) { method in class:AlgorithmDecomposer
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-normalize-private.hh58 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_shape_normalize_context_t
H A Dhb-ot-shape-complex-private.hh125 bool (*decompose) (const hb_ot_shape_normalize_context_t *c, member in struct:hb_ot_complex_shaper_t
H A Dhb-ot-shape-normalize.cc120 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) function
[all...]
H A Dhb-unicode-private.hh85 inline hb_bool_t decompose (hb_codepoint_t ab, function in struct:hb_unicode_funcs_t
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelTranslator.java294 private void decompose(final Collection<ModelNode> content, final ContentDecomposition decomposition) throws PolicyException { method in class:PolicyModelTranslator
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DHangulLayoutEngine.cpp157 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) function
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java71 public static int decompose(int c, Appendable buffer) { method in class:NormalizerImpl.Hangul
619 public void decompose(CharSequence s, int src, int limit, StringBuilder dest, method in class:NormalizerImpl
632 public int decompose(CharSequence s, int src, int limit, method in class:NormalizerImpl
1392 private void decompose(int c, int norm16, method in class:NormalizerImpl
[all...]

Completed in 118 milliseconds