Home
last modified time | relevance | path

Searched defs:countText (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/include/core/
H A DSkFont.h323 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText() function
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java159 @Nullable CharSequence countText, @Nullable Long when) { in bind()