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

  /external/icu4c/common/
loclikely.cpp 139 * @param scriptLength The length of the script tag.
155 int32_t scriptLength,
171 scriptLength >= ULOC_SCRIPT_CAPACITY ||
242 if (scriptLength > 0) {
245 scriptLength,
393 * @param scriptLength The length of the script tag.
408 int32_t scriptLength,
421 scriptLength,
437 * The langLength, scriptLength, and regionLength parameters are input/output
454 * @param scriptLength The length of the script tag
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 556 kern_return_t WKPCEvaluate(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, uint32_t objectID, data_t scriptData, mach_msg_type_number_t scriptLength, boolean_t allowPopups)
558 DataDeallocator deallocator(scriptData, scriptLength);
570 String script = String::fromUTF8WithLatin1Fallback(scriptData, scriptLength);
    [all...]

Completed in 372 milliseconds