OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout_dir
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/i18n/
rtl.cc
135
ULayoutType
layout_dir
= uloc_getCharacterOrientation(locale_name, &status);
local
138
return (
layout_dir
!= ULOC_LAYOUT_RTL) ? LEFT_TO_RIGHT : RIGHT_TO_LEFT;
Completed in 201 milliseconds