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 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
ubidiwrt.c
62
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING)) {
91
case
UBIDI_REMOVE_BIDI_CONTROLS
: {
176
switch(options&(
UBIDI_REMOVE_BIDI_CONTROLS
|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
243
if(!(options&
UBIDI_REMOVE_BIDI_CONTROLS
)) {
281
if(options&
UBIDI_REMOVE_BIDI_CONTROLS
&& IS_BIDI_CONTROL_CHAR(c)) {
399
options&=~
UBIDI_REMOVE_BIDI_CONTROLS
;
402
* Option "remove controls" implies
UBIDI_REMOVE_BIDI_CONTROLS
406
options|=
UBIDI_REMOVE_BIDI_CONTROLS
;
/external/icu/icu4c/source/common/unicode/
ubidi.h
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
[
all
...]
Completed in 454 milliseconds