OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dir_unknown
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
454
private static final int
DIR_UNKNOWN
= 0;
459
*
DIR_UNKNOWN
if none was encountered. For efficiency, actually scans backwards from the end of
477
* or
DIR_UNKNOWN
if none was encountered. Treats a non-BN character between an
567
* string, or
DIR_UNKNOWN
if none was encountered. Treats a non-BN character between an
579
int embeddingLevelDir =
DIR_UNKNOWN
;
598
embeddingLevelDir =
DIR_UNKNOWN
;
626
return
DIR_UNKNOWN
;
630
if (embeddingLevelDir !=
DIR_UNKNOWN
) {
659
return
DIR_UNKNOWN
;
664
* string, or
DIR_UNKNOWN
if none was encountered. For efficiency, actually scans backward
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
444
private static final int
DIR_UNKNOWN
= 0;
449
*
DIR_UNKNOWN
if none was encountered. For efficiency, actually scans backwards from the end of
467
* or
DIR_UNKNOWN
if none was encountered. Treats a non-BN character between an
557
* string, or
DIR_UNKNOWN
if none was encountered. Treats a non-BN character between an
569
int embeddingLevelDir =
DIR_UNKNOWN
;
588
embeddingLevelDir =
DIR_UNKNOWN
;
616
return
DIR_UNKNOWN
;
620
if (embeddingLevelDir !=
DIR_UNKNOWN
) {
649
return
DIR_UNKNOWN
;
654
* string, or
DIR_UNKNOWN
if none was encountered. For efficiency, actually scans backward
[
all
...]
/external/srtp/include/
srtp_priv.h
203
dir_unknown
= 0,
enumerator in enum:direction_t
/external/srtp/srtp/
srtp.c
505
srtp->direction =
dir_unknown
;
658
if (stream->direction ==
dir_unknown
) {
1070
if (stream->direction ==
dir_unknown
) {
[
all
...]
Completed in 269 milliseconds