src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode.cc
changeset 50826 f5b95be8b6e2
parent 48274 51772bf1fb0c
child 54232 7c11a7cc7c1d
equal deleted inserted replaced
50825:aa0a35b071fb 50826:f5b95be8b6e2
    62   return HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER;
    62   return HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER;
    63 }
    63 }
    64 
    64 
    65 static hb_codepoint_t
    65 static hb_codepoint_t
    66 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs    HB_UNUSED,
    66 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs    HB_UNUSED,
    67                           hb_codepoint_t      unicode   HB_UNUSED,
    67                           hb_codepoint_t      unicode,
    68                           void               *user_data HB_UNUSED)
    68                           void               *user_data HB_UNUSED)
    69 {
    69 {
    70   return unicode;
    70   return unicode;
    71 }
    71 }
    72 
    72