Home
last modified time | relevance | path

Searched defs:UCharBuffer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DIdentifier.cpp146 struct UCharBuffer { struct
147 const UChar* s;
148 unsigned int length;
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.cpp133 struct UCharBuffer { struct
134 const UChar* s;
135 unsigned length;
/external/webkit/Source/WebCore/platform/
DKURL.cpp54 typedef Vector<UChar, 512> UCharBuffer; typedef