HomeSort by relevance Sort by last modified time
    Searched refs:getLeadCombiningClass (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 425 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
429 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
473 { UPROPS_SRC_NFC, 0, 0xff, getLeadCombiningClass, getMaxValueFromShift },
  /external/icu4c/common/
uprops.cpp 399 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
403 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
447 { UPROPS_SRC_NFC, 0, 0xff, getLeadCombiningClass, getMaxValueFromShift },

Completed in 184 milliseconds