HomeSort by relevance Sort by last modified time
    Searched defs:UMemory (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/unicode/
uobject.h 33 * UMemory operator new methods should have the throw() specification
101 * UMemory is the common ICU base class.
102 * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4).
110 * UMemory does not contain any virtual functions.
115 class U_COMMON_API UMemory {
203 UMemory &UMemory::operator=(const UMemory &);
209 * UObject inherits UMemory (starting with ICU 2.4),
229 class U_COMMON_API UObject : public UMemory {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 1190 milliseconds