/external/icu4c/data/unidata/ |
SentenceBreakProperty.txt | 947 0041..005A ; Upper 948 00C0..00D6 ; Upper 949 00D8..00DE ; Upper 950 0100 ; Upper 951 0102 ; Upper 952 0104 ; Upper 953 0106 ; Upper 954 0108 ; Upper 955 010A ; Upper 956 010C ; Upper [all...] |
/cts/tools/signature-tools/src/signature/compare/model/ |
IUpperBoundsDelta.java | 28 * This interface is aware, that for the first argument, the order of the upper 34 * Returns the upper bound delta of the first upper bound or {@code null} if 37 * @return the upper bound delta of the first upper bound, maybe {@code 43 * Returns a set of remaining upper bound deltas or {@code null} if no 46 * @return a set of remaining upper bound deltas, maybe {@code null}
|
ITypeVariableDefinitionDelta.java | 29 * Returns an upper bound delta or {@code null} if no delta is available. 31 * @return an upper bound delta, maybe {@code null}
|
IWildcardTypeDelta.java | 28 * Returns the upper bound delta or {@code null} if no delta is available. 30 * @return the upper bound delta, maybe {@code null}
|
/cts/tools/signature-tools/src/signature/model/ |
ITypeVariableDefinition.java | 27 * Returns the upper bounds for this type variable as specified by the 28 * extends clause. If no upper bounds are explicitly specified then 29 * java.lang.Object is returned as upper bound. 31 * @return the upper bounds for this type variable
|
IWildcardType.java | 27 * Returns the upper bounds for this type variable as specified by the 28 * extends clause. If no upper bounds are explicitly specified then 29 * java.lang.Object is returned as upper bound. 31 * @return the upper bounds for this type variable
|
/external/icu4c/samples/case/ |
ucase.c | 25 static const UChar upper[] = {0x61, 0x42, 0x49, 0}; /* upper = "aBI" */ local 50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, 51 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode); 57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer); 63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, 64 sizeof(upper)/sizeof(upper[0]), "en", &errorCode);
|
case.cpp | 49 UnicodeString upper(uppercase); 64 string = upper; 71 string.toUpper(Locale("tr", "TR")); /* Turkish upper case map string =
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-4.js | 57 // Hiragana (no upper / lower case) 95 this.upper = c; 98 // upper case Basic Latin 101 this.upper = c; 108 this.upper = c - 32; 113 // upper case Latin-1 Supplement 115 this.upper = c; 122 this.upper = c - 32; 127 this.upper = 0x0178; 135 this.upper = c [all...] |
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_limit.h | 11 u_int32_t burst; /* Period multiplier for upper limit. */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_limit.h | 11 u_int32_t burst; /* Period multiplier for upper limit. */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_limit.h | 11 u_int32_t burst; /* Period multiplier for upper limit. */
|
/external/stlport/test/eh/ |
locale.cpp | 43 if(char_type.is(ctype_base::upper, '?')) puts("Upper"); 46 if(isupper('?', cout.getloc())) puts("Upper"); 49 printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.getloc()), tolower((char)ch, cout.getloc()));*/
|
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
WildcardType.java | 22 * {@code '?'}, the upper bounded wildcard {@code '? extends Closeable'}, the 23 * multiple upper bounded wildcard {@code '? extends Closeable & Flushable'} or 30 * Returns the array of types that represent the upper bounds of this type. 31 * The default upper bound is {@code Object}. 33 * @return an array containing the upper bounds types
|
TypeVariable.java | 32 * Returns the upper bounds of this type variable. {@code Object} is the 33 * implicit upper bound if no other bounds are declared. 35 * @return the upper bounds of this type variable
|
/external/webkit/WebCore/manual-tests/wml/ |
input-format.wml | 10 one-numeric+lowercase(N*a):<input name="upper" format="N*a"/><br/> 11 Uppercase+non-numeric(AAA;size=8):<input name="upper" size="8" format="AAA"/><br/> 15 Uppercase+numeric+symbols(XXX):<input name="upper+" format="XXX"/><br/>
|
/frameworks/base/awt/java/awt/geom/ |
RectangularShape.java | 44 * Gets the x coordinate of the upper left corner of the rectangle. 46 * @return the x coordinate of the upper left corner of the rectangle. 51 * Gets the y coordinate of the upper left corner of the rectangle. 53 * @return the y coordinate of the upper left corner of the rectangle. 83 * the x coordinate of the upper left corner of the rectangle. 85 * the y coordinate of the upper left corner of the rectangle. 95 * the upper left corner of the rectangle). 105 * the upper left corner of the rectangle). 115 * the upper left corner of the rectangle plus the rectangle's width). 125 * the upper left corner of the rectangle plus the rectangle's height) [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_int64_utils.cpp | 21 OSCL_EXPORT_REF void Oscl_Int64_Utils::set_int64(int64& input_value, const int32 upper, const int32 lower) 23 input_value = (int64)((int64(upper) << 32) | lower); 45 OSCL_EXPORT_REF void Oscl_Int64_Utils::set_uint64(uint64& input_value, const uint32 upper, const uint32 lower) 47 input_value = (uint64)((uint64(upper) << 32) | lower);
|
/external/iptables/extensions/ |
libip6t_ipv6header.man | 1 This module matches IPv6 extension headers and/or upper layer header. 23 which matches any upper layer protocol header. A protocol name from /etc/protocols and numeric value also allowed. The number 255 is equivalent to
|
/external/bluetooth/glib/tests/ |
gen-casemap-txt.pl | 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION); 49 $UPPER = 12; 60 my @upper; 136 $upper[$code] = &make_hex ($fields[$CASE_UPPER]); 204 $upper[$code] = make_hex ($fields[$UPPER]); 211 $upper[$code] = pack ("U", $code); 217 $upper[$code] = make_hex ($fields[$UPPER]); 233 my $upper = $upper[$i] [all...] |
/external/icu4c/i18n/ |
ucol_wgt.c | 146 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ local 158 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); 163 printf("error: no space between lower & upper limits\n"); 172 printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit); 177 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */ 182 uprv_memset(upper, 0, sizeof(upper)); 191 * upper[2] 2 192 * upper[3] 3 193 * upper[4] [all...] |
/external/quake/quake/src/WinQuake/ |
conproc.cpp | 223 char upper, *sz;
local 233 upper = toupper(*sz);
238 rec.Event.KeyEvent.wVirtualKeyCode = upper;
267 char upper;
local 269 upper = toupper(c);
281 return (30 + upper - 65);
284 return (1 + upper - 47);
|
/frameworks/base/awt/java/awt/ |
Rectangle.java | 28 * The Rectangle class defines the rectangular area in terms of its upper left 46 * The X coordinate of the rectangle's left upper corner. 51 * The Y coordinate of the rectangle's left upper corner. 66 * Instantiates a new rectangle with [0, 0] upper left corner coordinates, 74 * Instantiates a new rectangle whose upper left corner coordinates are 79 * the Point specifies the upper left corner coordinates of the 87 * Instantiates a new rectangle whose upper left corner coordinates are 92 * the point specifies the upper left corner coordinates of the 103 * Instantiates a new rectangle determined by the upper left corner 107 * the X upper left corner coordinate of the rectangle [all...] |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
txXfer.c | 43 * This module gets the upper driver's Tx packets after FW resources were 74 TSendPacketTranferCb fSendPacketTransferCb; /* Upper layer Xfer-Complete callback */ 75 TI_HANDLE hSendPacketTransferHndl; /* Upper layer Xfer-Complete callback handle */ 213 /* Fill the TxnDone CB only if registered by the upper layers */ 268 * DESCRIPTION: Call the upper layers TranferDone callback, providing the TxCtrlBlk 276 /* Call the upper layers TranferDone callback, providing the TxCtrlBlk. */ 277 /* Note: If this CB was called it means that the upper CB exists (see in txXfer_SendPacket) */ 285 * DESCRIPTION: Register the upper driver Xfer callback functions. 295 /* Save upper layers Transfer-Done callback */
|
/cts/tools/signature-tools/src/signature/model/util/ |
ITypeFactory.java | 88 * are equal if they have the same lower bound and have the same upper 89 * bounds. The order of the upper bounds is irrelevant except for the first 97 * the upper bounds
|