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

  /external/skia/include/core/
SkString.h 193 const uint16_t* getUCS2() const { return fUCS2; }
197 uint16_t* fUCS2;
  /external/skia/src/core/
SkString.cpp 592 fUCS2 = (uint16_t*)sk_malloc_throw((len + 1) * sizeof(uint16_t));
594 uint16_t* dst = fUCS2;
602 fCount = (int)(dst - fUCS2);
606 sk_free(fUCS2);

Completed in 45 milliseconds