HomeSort by relevance Sort by last modified time
    Searched defs:u_hasBinaryProperty (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
wctype.cpp 58 static auto u_hasBinaryProperty = reinterpret_cast<FnT>(__find_icu_symbol("u_hasBinaryProperty"));
59 return u_hasBinaryProperty ? u_hasBinaryProperty(wc, property) : fallback(wc);
  /external/icu/icu4c/source/common/
uprops.cpp 283 u_hasBinaryProperty(UChar32 c, UProperty which) {
  /external/icu/icu4c/source/common/unicode/
urename.h 282 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty)
    [all...]

Completed in 511 milliseconds