HomeSort by relevance Sort by last modified time
    Searched full:bidirectional (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/WebCore/manual-tests/
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
  /external/astl/tests/
test_iterator.cpp 54 struct Bidirectional {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
93 return BIDIRECTIONAL;
107 EXPECT_TRUE(category(android::iterator_category(Bidirectional())) == BIDIRECTIONAL);
  /external/webkit/WebCore/manual-tests/resources/
chrome-bidi-text-window.html 19 This tests drawing bidirectional text in Windows Safari chrome.
  /external/kernel-headers/original/asm-arm/arch/
board.h 95 * 3 == 3 wire bidirectional
96 * 4 == 4 wire bidirectional
  /external/v8/src/
jump-target-inl.h 45 if (direction_ == BIDIRECTIONAL && !target->is_copy()) {
jump-target.cc 84 // We do not allow copies or constants in bidirectional frames.
85 if (direction_ == BIDIRECTIONAL) {
160 if (direction_ == BIDIRECTIONAL) {
226 if (direction_ == BIDIRECTIONAL) {
  /external/v8/src/ia32/
jump-target-ia32.cc 51 ASSERT(direction_ == BIDIRECTIONAL);
78 ASSERT(direction_ == BIDIRECTIONAL);
183 if (direction_ == BIDIRECTIONAL) {
209 ASSERT(direction_ == BIDIRECTIONAL);
293 if (direction_ == BIDIRECTIONAL) {
349 // this must be a bidirectional target.
352 ASSERT(direction_ == BIDIRECTIONAL);
  /external/v8/src/x64/
jump-target-x64.cc 51 ASSERT(direction_ == BIDIRECTIONAL);
78 ASSERT(direction_ == BIDIRECTIONAL);
183 if (direction_ == BIDIRECTIONAL) {
209 ASSERT(direction_ == BIDIRECTIONAL);
293 if (direction_ == BIDIRECTIONAL) {
349 // this must be a bidirectional target.
352 ASSERT(direction_ == BIDIRECTIONAL);
  /external/icu4c/common/unicode/
usprep.h 52 * requirements for bidirectional strings. If the string does not
53 * satisfy the requirements for bidirectional strings, return an
docmain.h 137 * <td>Bidirectional Algorithm</td>
  /external/icu4c/common/
usprep.cpp 672 requirements for bidirectional strings. If the string does not
673 satisfy the requirements for bidirectional strings, return an
675 [Unicode3.2] defines several bidirectional categories; each character
676 has one bidirectional category assigned to it. For the purposes of
678 has Unicode bidirectional categories "R" or "AL"; an "LCat character"
679 is a character that has Unicode bidirectional category "L". Note
684 this because they have bidirectional category "EN".
686 In any profile that specifies bidirectional character handling, all
  /dalvik/libcore/text/src/main/java/java/text/
CharacterIterator.java 21 * An interface for the bidirectional iteration over a group of characters. The
Bidi.java 36 * Provides the Unicode Bidirectional Algorithm. The algorithm is
41 * bidirectional text, such as Arabic or Hebrew. The natural display ordering of
97 * attribute determines the base direction of the bidirectional text. If it
206 * indicates the base direction of the bidirectional text. It is
264 * indicates the base direction of the bidirectional text. It is
469 * Returns the number of runs in the bidirectional text.
  /external/blktrace/
blkiomon.h 114 fprintf(fp, "bidirectional requests: %ld\n", (unsigned long)p->bidir);
  /external/guava/src/com/google/common/collect/
BiMap.java 27 * A bimap (or "bidirectional map") is a map that preserves the uniqueness of
  /external/opencore/nodes/pvcommsionode/include/
pv_comms_io_node_factory.h 58 * Creates an instance of a PVCommsIONode from a single bidirectional
  /dalvik/libcore/luni/src/main/java/java/lang/
Character.java 246 * Unicode bidirectional constant.
253 * Unicode bidirectional constant L.
260 * Unicode bidirectional constant R.
267 * Unicode bidirectional constant AL.
274 * Unicode bidirectional constant EN.
281 * Unicode bidirectional constant ES.
288 * Unicode bidirectional constant ET.
295 * Unicode bidirectional constant AN.
302 * Unicode bidirectional constant CS.
309 * Unicode bidirectional constant NSM
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 640 * @param bidirectional if TRUE, register the reverse relation
645 UBool bidirectional,
652 // If target == inverseTarget then force bidirectional => FALSE
653 if (bidirectional && 0==target.caseCompare(inverseTarget, U_FOLD_CASE_DEFAULT)) {
654 bidirectional = FALSE;
666 if (bidirectional) {
  /external/stlport/stlport/stl/
_algobase.c 363 // the *last* possible match. Note that find_end for bidirectional iterators
392 // find_end for bidirectional iterators. Requires partial specialization.
  /external/v8/src/arm/
jump-target-arm.cc 51 ASSERT(direction_ == BIDIRECTIONAL);
80 ASSERT(direction_ == BIDIRECTIONAL);
  /external/stlport/test/unit/
uninitialized_test.cpp 127 //Bidirectional iterator
  /external/webkit/WebCore/storage/
StorageMap.cpp 62 // FIXME: Once we have bidirectional iterators for HashMap we can be more intelligent about this.
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 91 #define TS_INFO_BIDIRECTIONAL (3 << TS_INFO_DIRECTION_SHIFT) /* TS info. bidirectional */
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */

Completed in 1199 milliseconds

1 2 3 4