Home
last modified time | relevance | path

Searched refs:UNICODE_FIRST_RTL_CHAR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayout.h32 #define UNICODE_FIRST_RTL_CHAR 0x0590 macro
DTextLayoutCache.h48 #define UNICODE_FIRST_RTL_CHAR 0x0590 macro
DTextLayout.cpp42 if (text[i] >= UNICODE_FIRST_RTL_CHAR) { in needsLayout()