HomeSort by relevance Sort by last modified time
    Searched full:utf8length (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
61 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
63 utf8=(char *)malloc(utf8Length);
66 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
88 int32_t utf8Length;
164 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
61 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
63 utf8=(char *)malloc(utf8Length);
66 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
88 int32_t utf8Length;
164 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
  /external/chromium_org/content/test/plugin/
plugin_private_test.cc 42 href_var.value.stringValue.UTF8Length);
plugin_npobject_lifetime_test.cc 60 script.UTF8Length = static_cast<uint32_t>(strlen(script.UTF8Characters));
164 script_string.UTF8Length =
plugin_windowed_test.cc 87 script_string.UTF8Length =
plugin_get_javascript_url_test.cc 90 script_string.UTF8Length = static_cast<unsigned int>(script.length());
plugin_test.cc 104 script_string.UTF8Length = static_cast<unsigned int>(script.length());
  /external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc 24 return std::string(np_string.UTF8Characters, np_string.UTF8Length);
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
67 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
69 utf8=(char *)malloc(utf8Length);
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
122 int32_t utf8Length;
341 int32_t length=testcase.utf8Length;
387 int32_t length=testcase.utf8Length;
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
67 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
69 utf8=(char *)malloc(utf8Length);
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
122 int32_t utf8Length;
341 int32_t length=testcase.utf8Length;
387 int32_t length=testcase.utf8Length;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.cpp 88 uint32_t len = this_value->UTF8Length;
89 return len == other_value->UTF8Length
223 value.stringValue.UTF8Length);
290 NPVARIANT_TO_STRING(indexValue).UTF8Length);
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.h 46 int32_t utf8Length;
  /external/icu4c/test/intltest/
convtest.h 46 int32_t utf8Length;
  /external/chromium/webkit/glue/
cpp_variant.cc 60 uint32_t len = this_value->UTF8Length;
61 return (len == other_value->UTF8Length &&
184 value.stringValue.UTF8Length);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPUtils.cpp 66 int length = str->Utf8Length() + 1;
96 return v8::String::New(src.UTF8Characters, src.UTF8Length);
114 int bufferLength = str->Utf8Length() + 1;
npruntime.cpp 258 variant->value.stringValue.UTF8Length = 0;
331 variant->value.stringValue.UTF8Length = value->UTF8Length;
332 variant->value.stringValue.UTF8Characters = reinterpret_cast<NPUTF8*>(malloc(sizeof(NPUTF8) * value->UTF8Length));
333 memcpy((void*)variant->value.stringValue.UTF8Characters, value->UTF8Characters, sizeof(NPUTF8) * value->UTF8Length);
  /external/chromium_org/webkit/renderer/
cpp_variant.cc 62 uint32_t len = this_value->UTF8Length;
63 return (len == other_value->UTF8Length &&
186 value.stringValue.UTF8Length);
  /external/chromium_org/content/child/npapi/
npobject_util.cc 174 if (variant.value.stringValue.UTF8Length) {
176 variant.value.stringValue.UTF8Length);
256 result->value.stringValue.UTF8Length = static_cast<int>(size);
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
268 input8(utf8), input8Length(utf8Length) {
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
268 input8(utf8), input8Length(utf8Length) {
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeRemoveProperty.cpp 121 arguments[1].value.stringValue.UTF8Length);
  /external/chromium_org/third_party/icu/source/common/
unisetspan.h 125 int32_t utf8Length;
  /external/icu4c/common/
unisetspan.h 125 int32_t utf8Length;
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp 252 size_t length = NPVARIANT_TO_STRING(*variant).UTF8Length;
780 char* result = static_cast<char*>(malloc(string.UTF8Length + 1));
781 memcpy(result, string.UTF8Characters, string.UTF8Length);
782 result[string.UTF8Length] = '\0';
807 size_t written = fwrite(contentsString.UTF8Characters, contentsString.UTF8Length, 1, tempFile);
812 NPError error = browser->posturl(obj->npp, url, target, pathString.UTF8Length, path, true);
892 script.UTF8Length = strlen("javascript:window.testRunner.notifyDone();");
    [all...]
PluginTest.cpp 255 npScript.UTF8Length = strlen(script);

Completed in 380 milliseconds

1 2 3