OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBidi_Force_LTR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayout.h
49
kBidi_Force_LTR
= 4,
TextLayout.cpp
34
if (bidiFlags ==
kBidi_Force_LTR
) {
114
case
kBidi_Force_LTR
: memcpy(buffer, text, len * sizeof(jchar)); return len;
TextLayoutCache.cpp
417
case
kBidi_Force_LTR
: forceLTR = true; break; // every char is LTR
Completed in 1728 milliseconds