Searched defs:UPPER (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DTCPackedCache.h181 // an entry of type T. The UPPER type is for the upper part of a key,
183 typedef T UPPER; typedef in class:PackedCache
187 static UPPER EntryToUpper(T t) { return t & kUpperMask; }
189 // If v is a V and u is an UPPER then you can create an entry by
193 static UPPER KeyToUpper(K k) {
201 static K UpperToPartialKey(UPPER u) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamWriterTest.java37 private static final int UPPER = 0xd800; field in class:OutputStreamWriterTest
456 int upper = UPPER;
499 int upper = UPPER;
/external/libxml2/
H A DHTMLparser.c237 #define UPPER (toupper(*ctxt->input->cur)) macro
2861 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2875 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&

Completed in 88 milliseconds