Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Drtl.cc218 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status); in GetTextDirectionForLocale() local
221 return (layout_dir != ULOC_LAYOUT_RTL) ? LEFT_TO_RIGHT : RIGHT_TO_LEFT; in GetTextDirectionForLocale()