OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBIDI_OPTION_REMOVE_CONTROLS
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/icu/public/common/unicode/
ubidi.h
402
* <code>#
UBIDI_OPTION_REMOVE_CONTROLS
</code> is specified. This can also happen
[
all
...]
/external/icu4c/common/unicode/
ubidi.h
403
* <code>#
UBIDI_OPTION_REMOVE_CONTROLS
</code> is specified. This can also happen
[
all
...]
/external/chromium/third_party/icu/source/common/
ubidi.c
315
if (reorderingOptions &
UBIDI_OPTION_REMOVE_CONTROLS
) {
357
UBIDI_OPTION_REMOVE_CONTROLS
);
[
all
...]
ubidiwrt.c
409
if(pBiDi->reorderingOptions &
UBIDI_OPTION_REMOVE_CONTROLS
) {
/external/icu4c/common/
ubidi.c
315
if (reorderingOptions &
UBIDI_OPTION_REMOVE_CONTROLS
) {
357
UBIDI_OPTION_REMOVE_CONTROLS
);
[
all
...]
ubidiwrt.c
409
if(pBiDi->reorderingOptions &
UBIDI_OPTION_REMOVE_CONTROLS
) {
/external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c
401
if (options &
UBIDI_OPTION_REMOVE_CONTROLS
) {
402
strcat(buffer, "
UBIDI_OPTION_REMOVE_CONTROLS
");
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
401
if (options &
UBIDI_OPTION_REMOVE_CONTROLS
) {
402
strcat(buffer, "
UBIDI_OPTION_REMOVE_CONTROLS
");
[
all
...]
Completed in 1309 milliseconds