HomeSort by relevance Sort by last modified time
    Searched refs:ustring (Results 26 - 50 of 72) sorted by null

12 3

  /external/icu4c/samples/
Makefile.in 23 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
readme.txt 43 ustring - demonstrates ICU string manipulation functions
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 285 MethodMap::iterator existingMapEntry = m_methods.find(identifier.ustring().rep());
309 pair<MethodMap::iterator, bool> mapAddResult = m_methods.add(identifier.ustring().rep(), 0);
325 FieldMap::iterator existingMapEntry = m_fields.find(identifier.ustring().rep());
345 pair<FieldMap::iterator, bool> mapAddResult = m_fields.add(identifier.ustring().rep(), 0);
  /external/sqlite/android/
PhonebookIndex.cpp 22 #include <unicode/ustring.h>
sqlite3_android.cpp 26 #include <unicode/ustring.h>
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 124 args.append(jsString(exec, parameterNames[i]->ustring()));
125 args.append(jsString(exec, body->ustring()));
127 JSObject* result = constructFunction(exec, args, nameID, sourceURL->ustring(), startingLineNumber);
462 propertyNames->array.append(JSRetainPtr<JSStringRef>(Adopt, OpaqueJSString::create(array[i].ustring()).releaseRef()));
JSValueRef.cpp 38 #include <runtime/UString.h>
228 return toRef(exec, jsString(exec, string->ustring()));
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 37 #include "UString.h"
170 pair<SymbolTable::iterator, bool> result = symbolTable().add(ident.ustring().rep(), newEntry);
186 pair<SymbolTable::iterator, bool> result = symbolTable().add(ident.ustring().rep(), newEntry);
344 m_functions.add(ident.ustring().rep());
419 UString::Rep* rep = ident.ustring().rep();
442 SymbolTableEntry entry = symbolTable().get(ident.ustring().rep());
460 SymbolTableEntry entry = symbolTable().get(ident.ustring().rep());
474 SymbolTableEntry entry = symbolTable().get(propertyNames().arguments.ustring().rep());
484 SymbolTableEntry entry = symbolTable().get(ident.ustring().rep())
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Lookup.h 56 void initialize(UString::Rep* key, unsigned char attributes, intptr_t v1, intptr_t v2)
65 void setKey(UString::Rep* key) { m_key = key; }
66 UString::Rep* key() const { return m_key; }
82 UString::Rep* m_key;
147 const HashEntry* entry = &table[identifier.ustring().rep()->existingHash() & compactHashSizeMask];
153 if (entry->key() == identifier.ustring().rep())
ObjectConstructor.cpp 105 UString propertyName = args.at(1).toString(exec);
140 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
154 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
249 UString propertyName = args.at(1).toString(exec);
Identifier.h 26 #include "UString.h"
39 Identifier(ExecState* exec, UString::Rep* rep) : _ustring(add(exec, rep)) { }
40 Identifier(ExecState* exec, const UString& s) : _ustring(add(exec, s.rep())) { }
44 Identifier(JSGlobalData* globalData, UString::Rep* rep) : _ustring(add(globalData, rep)) { }
45 Identifier(JSGlobalData* globalData, const UString& s) : _ustring(add(globalData, s.rep())) { }
50 const UString& ustring() const { return _ustring; } function in class:JSC::Identifier
57 static Identifier from(ExecState* exec, unsigned y) { return Identifier(exec, UString::from(y)); }
58 static Identifier from(ExecState* exec, int y) { return Identifier(exec, UString::from(y)); }
59 static Identifier from(ExecState* exec, double y) { return Identifier(exec, UString::from(y));
    [all...]
ExceptionHelpers.cpp 51 virtual UString toString(ExecState*) const { return "JavaScript execution exceeded timeout."; }
61 return Error::create(exec, e, msg, -1, -1, UString());
80 JSObject* exception = Error::create(exec, ReferenceError, makeString("Can't find variable: ", ident.ustring()), line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL());
87 static UString createErrorMessage(ExecState* exec, CodeBlock* codeBlock, int, int expressionStart, int expressionStop, JSValue value, UString error)
118 UString errorMessage = createErrorMessage(exec, codeBlock, line, divotPoint, divotPoint + endOffset, value, makeString("not a valid argument for '", op, "'"));
139 UString errorMessage = createErrorMessage(exec, codeBlock, line, startPoint, divotPoint, value, "not a constructor");
153 UString errorMessage = createErrorMessage(exec, codeBlock, line, divotPoint - startOffset, divotPoint, value, "not a function");
183 UString errorMessage = createErrorMessage(exec, codeBlock, line, divotPoint - startOffset, divotPoint, error->isNull() ? jsNull() : jsUndefined(), "not an object");
Executable.cpp 66 UString errMsg;
87 UString errMsg;
97 UString errMsg;
243 PassRefPtr<FunctionExecutable> FunctionExecutable::fromGlobalCode(const Identifier& functionName, ExecState* exec, Debugger* debugger, const SourceCode& source, int* errLine, UString* errMsg)
266 UString FunctionExecutable::paramString() const
273 builder.append(parameters[pos].ustring());
Structure.h 38 #include "UString.h"
109 size_t get(const UString::Rep* rep, unsigned& attributes, JSCell*& specificValue);
113 return get(propertyName.ustring().rep(), attributes, specificValue);
119 bool hasTransition(UString::Rep*, unsigned attributes);
199 RefPtr<UString::Rep> m_nameInPrevious;
238 UString::Rep* rep = propertyName._ustring.rep();
JSONObject.cpp 93 static void appendQuotedString(StringBuilder&, const UString&);
112 const UString m_gap;
116 UString m_repeatedGap;
117 UString m_indent;
136 static inline UString gap(ExecState* exec, JSValue space)
154 return UString(spaces, count);
158 UString spaces = space.getString(exec);
182 m_value = jsString(exec, m_identifier->ustring());
214 UString propertyName;
274 void Stringifier::appendQuotedString(StringBuilder& builder, const UString& value
    [all...]
Structure.cpp 172 if (UString::Rep* key = m_propertyTable->entries()[i].key)
294 const UString::Rep* rep = propertyName._ustring.rep();
343 if (Structure* existingTransition = structure->table.get(make_pair(propertyName.ustring().rep(), attributes), specificValue)) {
378 transition->m_nameInPrevious = propertyName.ustring().rep();
408 structure->table.add(make_pair(propertyName.ustring().rep(), attributes), transition.get(), specificValue);
637 if (UString::Rep* key = newTable->entries()[i].key)
648 size_t Structure::get(const UString::Rep* rep, unsigned& attributes, JSCell*& specificValue)
705 UString::Rep* rep = propertyName._ustring.rep();
769 UString::Rep* rep = propertyName._ustring.rep();
853 bool Structure::hasTransition(UString::Rep* rep, unsigned attributes
    [all...]
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 53 UString CFStringToUString(CFStringRef inCFString)
55 UString result;
62 result = UString((const UChar *)buffer, len);
74 CFStringRef UStringToCFString(const UString& inUString)
96 return UStringToCFString(inIdentifier.ustring());
217 UString uString = inValue.toString(exec);
218 result = UStringToCFString(uString);
285 UString ustr = propName.ustring();
    [all...]
  /external/icu4c/common/
Android.mk 54 ustring.c ustrtrns.c \
  /external/chromium/third_party/icu/source/io/unicode/
ustdio.h 484 * The ustring passed in will be converted to the UFILE's underlying
486 * @param ustring A pointer to the Unicode data to write.
494 u_file_write(const UChar *ustring,
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 528 * The ustring passed in will be converted to the UFILE's underlying
530 * @param ustring A pointer to the Unicode data to write.
538 u_file_write(const UChar *ustring,
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 35 #include <unicode/ustring.h>
  /external/icu4c/samples/strsrch/
strsrch.cpp 38 #include <unicode/ustring.h>
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 28 #include <unicode/ustring.h>
  /external/webkit/WebCore/platform/text/
StringImpl.h 45 class UString;
94 static PassRefPtr<StringImpl> create(const JSC::UString&);
95 JSC::UString ustring();
  /external/webkit/WebCore/platform/text/mac/
ShapeArabic.c 43 #include <unicode/ustring.h>

Completed in 444 milliseconds

12 3