HomeSort by relevance Sort by last modified time
    Searched refs:AECHAR (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/brew/
StringBrew.cpp 34 String::String(const AECHAR* string)
36 // It is safe to cast AECHAR to UChar as both of them use 16 bits representation.
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 225 int result = IKeysMapping_GetMapping(keysMapping.get(), code, modifiers, reinterpret_cast<AECHAR*>(&code));
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 54 // AECHAR is defined in AEEStdDef.h, but don't include it here to avoid conflicts.
56 typedef uint16 AECHAR;
322 String(const AECHAR*);

Completed in 2266 milliseconds