OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insertremove
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ubidiln.c
398
pBiDi->runs[0].
insertRemove
=0;
542
* If option UBIDI_OPTION_INSERT_MARKS is set,
insertRemove
will contain the
544
* If option UBIDI_OPTION_REMOVE_CONTROLS is set,
insertRemove
will contain the
641
runs[runIndex].
insertRemove
=0;
690
pBiDi->runs[runIndex].
insertRemove
|=point->flag;
701
pBiDi->runs[runIndex].
insertRemove
--;
[
all
...]
ubidiimp.h
140
insertRemove
; /* if >0, flags for inserting LRM/RLM before/after run,
ubidi.c
[
all
...]
ubidiwrt.c
464
markFlag=pBiDi->runs[run].
insertRemove
;
/external/icu4c/common/
ubidiln.c
402
pBiDi->runs[0].
insertRemove
=0;
546
* If option UBIDI_OPTION_INSERT_MARKS is set,
insertRemove
will contain the
548
* If option UBIDI_OPTION_REMOVE_CONTROLS is set,
insertRemove
will contain the
645
runs[runIndex].
insertRemove
=0;
694
pBiDi->runs[runIndex].
insertRemove
|=point->flag;
705
pBiDi->runs[runIndex].
insertRemove
--;
[
all
...]
ubidiimp.h
140
insertRemove
; /* if >0, flags for inserting LRM/RLM before/after run,
ubidi.c
[
all
...]
ubidiwrt.c
467
markFlag=pBiDi->runs[run].
insertRemove
;
Completed in 940 milliseconds