Searched refs:unicode (Results 51 - 62 of 62) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-arabic.cc297 unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_category (buffer->context[0][i]));
329 unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_category (buffer->context[1][i]));
H A Dhb-coretext.cc556 hb_unicode_funcs_t *unicode = buffer->unicode; local
560 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (unicode->general_category (info[i].codepoint)))
1009 if (buffer->unicode->is_default_ignorable (ch))
H A Dhb-ot-shape-complex-indic.cc1784 return (bool) c->unicode->decompose (ab, a, b);
1794 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a)))
1800 return (bool) c->unicode->compose (a, b, ab);
/openjdk10/jdk/src/jdk.charsets/share/classes/sun/nio/cs/ext/
H A DISO2022.java429 private int unicodeToNative(char unicode, byte ebyte[]) { argument
431 char convChar[] = {unicode};
/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp76 static Handle create_from_unicode(jchar* unicode, int len, TRAPS);
77 static oop create_oop_from_unicode(jchar* unicode, int len, TRAPS);
H A DjavaClasses.cpp219 Handle java_lang_String::create_from_unicode(jchar* unicode, int length, TRAPS) { argument
220 bool is_latin1 = CompactStrings && UNICODE::is_latin1(unicode, length);
226 buffer->byte_at_put(index, (jbyte)unicode[index]);
230 buffer->char_at_put(index, unicode[index]);
237 char* expected = UNICODE::as_utf8(unicode, length);
249 oop java_lang_String::create_oop_from_unicode(jchar* unicode, int length, TRAPS) { argument
250 Handle h_obj = create_from_unicode(unicode, length, CHECK_0);
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java1351 String unicode = DataFlavorUtil.getTextCharset(DataFlavor.plainTextFlavor);
1353 Reader reader = new InputStreamReader(is, unicode);
/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc846 WCHAR* unicode = new WCHAR[unicode_length + 1]; local
848 unicode, unicode_length);
849 unicode[unicode_length] = 0;
850 return unicode;
/openjdk10/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1435 const jchar *unicode,
1438 jstring result = UNCHECKED()->NewString(env,unicode,len);
H A Djni.h607 (JNIEnv *env, const jchar *unicode, jsize len);
1602 jstring NewString(const jchar *unicode, jsize len) { argument
1603 return functions->NewString(this,unicode,len);
/openjdk10/jdk/src/java.base/share/native/include/
H A Djni.h607 (JNIEnv *env, const jchar *unicode, jsize len);
1602 jstring NewString(const jchar *unicode, jsize len) { argument
1603 return functions->NewString(this,unicode,len);
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp2979 // windows virtual key, scancode, java virtual key, and unicode
2987 WCHAR unicode; member in struct:DynPrimaryKeymapEntry
3018 // 1. Map windows VK to ANSI character (cannot map to unicode
3330 // After the call, a table will have a unicode associated with a windows virtual keycode
3332 // derive java keycode from it, and anyway we will pass this unicode value
3371 dynPrimaryKeymap[i].unicode = 0;
3384 // unicode
3385 dynPrimaryKeymap[i].unicode = wc[0];
3387 // Convert unicode to java keycode.
3399 dynPrimaryKeymap[i].unicode
[all...]

Completed in 347 milliseconds

123