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

1 2 3 4

  /external/webkit/WebCore/dom/
SpaceSplitString.cpp 35 UChar ored = 0; local
39 ored |= c;
41 return hasUpper || (ored & ~0x7F);
  /external/webkit/WebCore/platform/text/
TextCodecUserDefined.cpp 97 UChar ored = 0; local
101 ored |= c;
104 if (!(ored & 0xFF80))
TextCodecLatin1.cpp 126 unsigned char ored = 0; local
130 ored |= c;
133 if (!(ored & 0x80))
184 UChar ored = 0; local
188 ored |= c;
191 if (!(ored & 0xFF80))
StringImpl.cpp 170 UChar ored = 0; local
176 ored |= *chp;
180 if (noUpper && !(ored & ~0x7F))
187 if (!(ored & ~0x7F)) {
218 UChar ored = 0; local
221 ored |= c;
224 if (!(ored & ~0x7F))
256 UChar ored = 0; local
259 ored |= c;
262 if (!(ored & ~0x7F)
859 UChar ored = 0; local
    [all...]
PlatformString.h 328 UChar ored = 0; local
330 ored |= characters[i];
331 return !(ored & 0xFF80);
  /frameworks/base/core/java/android/app/
Notification.java 215 * Bit to be bitwise-ored into the {@link #flags} field that should be
235 * Bit to be bitwise-ored into the {@link #flags} field that should be
244 * Bit to be bitwise-ored into the {@link #flags} field that if set,
251 * Bit to be bitwise-ored into the {@link #flags} field that should be
258 * Bit to be bitwise-ored into the {@link #flags} field that should be
265 * Bit to be bitwise-ored into the {@link #flags} field that should be
272 * Bit to be bitwise-ored into the {@link #flags} field that should be
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 40 @param model ORed-together bits representing the content models
42 @param memberOf ORed-together bits representing the content models
44 @param flags ORed-together bits representing the flags associated
  /external/chromium/net/proxy/
proxy_list.h 33 // |scheme_bit_field| is a bunch of ProxyServer::Scheme bitwise ORed together.
proxy_server.h 22 // The type of proxy. These are defined as bit flags so they can be ORed
  /external/openssl/crypto/x509/
x509_vpm.c 116 * destination and verify flags are ORed together.
123 * they are set or not. Flags is still Ored though.
126 * of ORed.
  /system/core/sh/
parser.h 43 #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
  /dalvik/dx/src/com/android/dx/util/
Bits.java 204 * @param a {@code non-null;} int array to be ored with other argument. This
206 * @param b {@code non-null;} int array to be ored into {@code a}. This
  /external/chromium/third_party/icu/public/common/unicode/
unorm.h 191 * @param options The normalization options, ORed together (0 for no options).
259 * @param options The normalization options, ORed together (0 for no options).
306 * @param options The normalization options, ORed together (0 for no options).
378 * @param options The normalization options, ORed together (0 for no options).
411 * @param options The normalization options, ORed together (0 for no options).
460 * @param options The normalization options, ORed together (0 for no options).
  /external/icu4c/common/unicode/
unorm.h 197 * @param options The normalization options, ORed together (0 for no options).
244 * @param options The normalization options, ORed together (0 for no options).
291 * @param options The normalization options, ORed together (0 for no options).
363 * @param options The normalization options, ORed together (0 for no options).
396 * @param options The normalization options, ORed together (0 for no options).
445 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/WebCore/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp 797 UChar ored = 0; local
800 ored |= c;
803 if (!(ored & ~0x7f))
834 UChar ored = 0; local
837 ored |= c
    [all...]
UString.cpp 307 UChar ored = 0; local
313 ored |= c;
320 return !(ored & 0xFF00);
  /dalvik/vm/jdwp/
JdwpConstants.h 88 * ClassStatus constants. These are bit flags that can be ORed together.
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMFilter.java 31 // be traversed. These values may be ORed together before being passed to
  /external/chromium/third_party/icu/source/common/
ubidiimp.h 109 * The following bit is ORed to the property of characters in paragraphs
  /external/icu4c/common/
ubidiimp.h 109 * The following bit is ORed to the property of characters in paragraphs
  /external/v8/src/
codegen.h 192 // This flag is ored with a valid offset from the frame pointer, so
  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 288 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
302 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
314 @field attributes A logically ORed set of JSClassAttributes to give to the class.
541 @param attributes A logically ORed set of JSPropertyAttributes to give to the property.
    [all...]

Completed in 488 milliseconds

1 2 3 4