Index: u
- UDHI_NONE Enumerated value
- GSMSMSSystem class, in enum UserDataHeaderIndicator. No header.
- UDHI_USED Enumerated value
- GSMSMSSystem class, in enum UserDataHeaderIndicator. GSM UDH header.
- UIFactory class
- toolkit library. The UIFactory class allows the application programmer to instantiate visible components in the toolkit.
- uint16 Global data
- sys_info library. An unsigned 16-bit integer. Use in preference to unsigned short.
- UINT16_MAX Global data
- sys_info library. The maximum value a uint16 variable can hold. There is no UINT16_MIN equivalent, because it is zero.
- uint32 Global data
- sys_info library. An unsigned 32-bit integer. Use in preference to unsigned int.
- UINT32_MAX Global data
- sys_info library. The maximum value a uint32 variable can hold. There is no UINT32_MIN equivalent, because it is zero.
- uint8 Global data
- sys_info library. An unsigned 8-bit integer. Use in preference to unsigned char.
- UINT8_MAX Global data
- sys_info library. The maximum value a uint8 variable can hold. There is no UINT8_MIN equivalent, because it is zero.
- uintp Global data
- sys_info library. An unsigned integer that is large enough to hold both a uint32 and a pointer. Use in preference to uint32 or (void *) in places where either type may...
- UIShape Global data
- graphics library. Simple images and shapes can be drawn using a UIShape, which is a parameterized region. By "parameterized region"we mean that a UIShape describes a...
- Uma class
- uma library.
- UMA_CENTURY_WINDOW Global data
- uma library. Default 100-year span used to disambiguate 2-digit years.
- UMA_FILTER Global data
- uma library. Standard Uma application priority values.
- UmaError Enumerated type
- uma library. UmaError is a type for Uma return codes. Codes used are:
- UmaFlagBit Global data
- uma library. Flag bits that the Uma uses in the "flags"field in messages. Note that all flags are maintained by applications, but these have predefined semantics.
- UmaFlagOperator Global data
- uma library. Constants used to specify a comparison operator to use when filtering messages by their flags. These are used by the MailboxView class in its...
- UME_ALREADY_OPEN Enumerated value
- uma library, in enum UmaError.
- UME_BUFFER_TOO_SMALL Enumerated value
- uma library, in enum UmaError.
- UME_EOF Enumerated value
- uma library, in enum UmaError.
- UME_FAILURE Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_FIELD Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_FLAGS Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_ID Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_MAILBOX Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_SIZE Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_STORAGE Enumerated value
- uma library, in enum UmaError.
- UME_INVALID_TRANSPORT Enumerated value
- uma library, in enum UmaError.
- UME_IO Enumerated value
- uma library, in enum UmaError.
- UME_NO_DATA Enumerated value
- uma library, in enum UmaError.
- UME_NO_MEMORY Enumerated value
- uma library, in enum UmaError.
- UME_NO_SPACE Enumerated value
- uma library, in enum UmaError.
- UME_NOT_FOUND Enumerated value
- uma library, in enum UmaError.
- UME_NOT_IMPLEMENTED Enumerated value
- uma library, in enum UmaError.
- UME_NOT_OPEN Enumerated value
- uma library, in enum UmaError.
- UME_OK Enumerated value
- uma library, in enum UmaError.
- UME_READ_ONLY Enumerated value
- uma library, in enum UmaError.
- unassigned Struct field
- kernel library, in struct MessagePoolFlags. Unused bits.
- Unbind(...) Member function
- IrdaClient class. Unbind unbinds the client from the protocol stack freeing its LSAP. All connections should be removed before unbinding the client.
- UngetByte(...) Member function
- WWStream class. Unget a byte. The number of bytes allowed for ungetting is specified in Initialize(). If you unget more than the unget buffer, it will EC crash.
- UnicodeToJisConverter class
- charset library. This class is used to convert Japanese text in Unicode into the JIS national encoding. The JIS encoding is widely used for Japanese information...
- UnicodeToJisConverter(...) Member function
- UnicodeToJisConverter class. Class constructor for a UnicodeToJisConverter without buffer and capacity information. SetBuffer() must be called with this information before the...
- UnicodeToJisConverter class. Class constructor for a UnicodeToJisConverter with initial buffer and capacity information.
- UnicodeToSJIS(...) Global function
- sys_info library. Convert a Unicode character into a SJIS character.
- UnicodeToSJISConversionPossible(...) Global function
- sys_info library. Return whether a given Unicode character can be converted into a SJIS character. Note that the Unicode -SJIS tables are mostly standard, but can be...
- UnicodeToSjisConverter class
- charset library. This class is used to convert Japanese text in Unicode into the Shift-JIS encoding developed by Microsoft Corporation.
- UnicodeToSjisConverter(...) Member function
- UnicodeToSjisConverter class. Class constructor for a UnicodeToSjisConverter without buffer and capacity information. SetBuffer() must be called with this information before the...
- UnicodeToSjisConverter class. Class constructor for a UnicodeToSjisConverter with initial buffer and capacity information.
- UnicodeToUtf8Converter class
- charset library. This class is used to convert Unicode text into the UTF-8 encoding. UTF-8 is a variable-length encoding for Unicode that is used in 8-bit...
- UnicodeToUtf8Converter(...) Member function
- UnicodeToUtf8Converter class. Class constructor for a UnicodeToUtf8Converter without buffer and capacity information. SetBuffer() must be called with this information before the...
- UnicodeToUtf8Converter class. Class constructor for a UnicodeToUtf8Converter with initial buffer and capacity information.
- UniqueFileNameGenerator class
- mime library. This class generates unique filenames within a given directory, by appending a successively-iterated number to the end of a base prefix, which is...
- UNKNOWN_BATTERY_TYPE Enumerated value
- PD class, in enum BatteryType. The main battery type is unknown or there is no main battery installed.
- UNKNOWN_POWER_SOURCE Enumerated value
- PD class, in enum PowerSource. The power source type is unknown.
- Unload(...) Member function
- DatabaseMailboxManager class. Unloads a mailbox by removing its DatabaseMailboxNode from the DatabaseMailboxManager's list of loaded mailboxes.
- UnloadApplication(...) Member function
- AppCachePolicy class. Invoked by OEM AppCachePolicy objects to force an application to be unloaded. It should only be called from the Environment Shell thread.
- UnloadApplication(...) Pure virtual member function
- FidoDriver class. UnloadApplication unloads the code for the application associated with the passed AppBase object, then destroys the AppBase object.
- Unlock(...) Global function
- wwwcore library. Unlock a WWStringHandle.
- Unlock(...) Inline member function
- WWSList class. Unlock the list.
- Unlock(...) Member function
- Block class. Unlocks the data in the block.
- DataMap class. Decrements the lock count of a handle. If the count goes to zero, the block can change location at any time and all pointers to the block should be...
- UnlockData(...) Member function
- MovableListNode class. Unlocks the node's movable data. Any pointers to the data will be invalid after this operation.
- UnlockElement(...) Member function
- Array class. Unlocks the specified element. It is illegal to request an unlock on an element that either does not exist or does not have a lock.
- UnlockH(...) Global function
- pos library. This is a convenience routine that calls the corresponding method on the global heap DataMap, theHeapDataMap.
- UnlockKey(...) Member function
- TagData class. Called to unlock the data space returned by:KeyAddData() KeyResizeData() KeyFindData() KeyFindDataAndSize()
- UnnamedEnum1 Enumerated type
- FocusManagerInterface class. These values represent different navigation types. The focus may be transferred to different components based on the navigation type passed into...
- wwwconv library. SGML scanner tokens.
- Unregister(...) Member function
- BroadcastListener class. Unregisters the BroadcastListener so it will no longer receive any events. This sets the ID for the object to INVALID_LISTENER_ID.
- DatabaseListener class. Unregister() unregisters the object with a previously registered database object.
- HardIconListener class. Causes this listener to stop being notified when the user presses a hard icon.
- InterceptShutdownListener class. Causes this listener to stop receiving notifications from the power driver.
- MailboxListener class. If the MailboxListener is registered, unregisters it. No action otherwise.
- MediaAvailableListener class. This method should be called when notifications are no longer needed. No further notifications will occur until the next call to Register().
- PowerListener class. Causes this listener to stop receiving notifications from the power driver.
- SpoolListener class. Unregisters this SpoolListener; stops receiving broadcast events. If the SpoolListener is not registered, this function does nothing.
- TimeDateListener class. Causes this listener to stop being notified when the date/time changes.
- Unsubscribe(...) Member function
- Inbox class. Unregisters for messages of the given format. (Just returns if the listener isn't subscribed.)
- UnSwallowEvent(...) Member function
- InputMonitor class. Sends an event down the input chain, starting at the next InputMonitor in the chain after this one.
- Unview(...) Member function
- DatabaseMailboxManager class. Stops viewing a mailbox with the given MailboxView. If the MailboxView is not currently viewing a mailbox, Unview() does nothing and returns SUCCESS.
- Update(...) Member function
- FlexComponent class. Draw the background color of the FlexComponent to erase it. Update() invokes a Paint() call to redraw the component.
- Window class. Blit the part of the display inside this window's bounds to the display. Since the user interface blits as necessary at idle time, this method should...
- UpdateCells(...) Pure virtual member function
- FlexTable class. Forces an update of a specific range of cells in the table. The selection will be undone (inverted away), and the TABLE_DRAW_CELL TableEvent will be...
- UpdateDisplay(...) Member function
- AppBase class. Called to update the image of the application's UI on the hardware display. Typically, all drawing operations happen to off-screen bitmaps, and these...
- UpdateRootWindow(...) Member function
- Window class. Blit all sprites to the display. As with Update(), the window system optimizes the update and blits only those portions of sprites that have changed...
- USE_IT(...) Global function
- sys_info library. This is actually a #define macro that allows you to use an argument that is otherwise not used in a function. This prevents "arg not used"warnings.
- USER_IO Enumerated value
- PD class, in enum ComponentID. A compound ComponentID used to set all userIO-related components on or off.
- UserData Member data
- GSMSMSSystem class. User data can be septets or octets.
- UserDataHeaderIndicator Enumerated type
- GSMSMSSystem class. A GSM Phase 2+SM can carry a "user data"header, which adds extra information about the SM. The UDH consists of a length byte, which defines the...
- UserDataLength Member data
- GSMSMSSystem class. The UserDataLength field defines the length of an SM. If the message is coded in 7-bit septets, the length is the number of septets in the message,...
- UserIOOff(...) Member function
- PowerListener class. Invoked when the display and other userIO components such as the digitizer and keyboard are turning off (the device is preparing to turn off or to...
- UserIOOn(...) Member function
- PowerListener class. Invoked when the display and other userIO components such as the digitizer and keyboard are coming on (the device is becoming fully active).
- Utf8ToUnicodeConverter class
- charset library. This class is used to convert UTF-8 encoded text into Unicode. UTF-8 is a variable-length encoding for Unicode that is used in 8-bit environments.
- Utf8ToUnicodeConverter(...) Member function
- Utf8ToUnicodeConverter class. Class constructor for a Utf8ToUnicodeConverter without buffer and capacity information. SetBuffer() must be called with this information before the...
- Utf8ToUnicodeConverter class. Class constructor for a Utf8ToUnicodeConverter with initial buffer and capacity information.