OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBIDI_REMOVE_BIDI_CONTROLS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ubidiwrt.c
67
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING)) {
96
case
UBIDI_REMOVE_BIDI_CONTROLS
: {
181
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
248
if(!(options&
UBIDI_REMOVE_BIDI_CONTROLS
)) {
286
if(options&
UBIDI_REMOVE_BIDI_CONTROLS
&& IS_BIDI_CONTROL_CHAR(c)) {
404
options&=~
UBIDI_REMOVE_BIDI_CONTROLS
;
407
* Option "remove controls" implies
UBIDI_REMOVE_BIDI_CONTROLS
411
options|=
UBIDI_REMOVE_BIDI_CONTROLS
;
/external/icu/icu4c/source/common/
ubidiwrt.c
67
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING)) {
96
case
UBIDI_REMOVE_BIDI_CONTROLS
: {
181
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
248
if(!(options&
UBIDI_REMOVE_BIDI_CONTROLS
)) {
286
if(options&
UBIDI_REMOVE_BIDI_CONTROLS
&& IS_BIDI_CONTROL_CHAR(c)) {
404
options&=~
UBIDI_REMOVE_BIDI_CONTROLS
;
407
* Option "remove controls" implies
UBIDI_REMOVE_BIDI_CONTROLS
411
options|=
UBIDI_REMOVE_BIDI_CONTROLS
;
/external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h
[
all
...]
/external/icu/icu4c/source/common/unicode/
ubidi.h
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
[
all
...]
Completed in 205 milliseconds