Searched defs:outputData (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/perf/perldriver/
H A DOutput.pm35 outputData($current);
154 sub outputData { subroutine
346 #outputData($testName, "LEFT");
348 #outputData($iterCount);
349 #outputData($noopers[0], "RIGHT");
368 #outputData($noevents[$j], "RIGHT");
/external/icu4c/i18n/
H A Duspoof_conf.cpp384 outputData(status);
392 // outputData The confusable data has been compiled and stored in intermediate
400 void ConfusabledataBuilder::outputData(UErrorCode &status) { function in class:ConfusabledataBuilder
/external/webkit/Source/WebCore/loader/archive/android/
H A DWebArchiveAndroid.cpp98 static bool loadArchiveResourceField(xmlNodePtr resourceNode, const xmlChar* fieldName, Vector<char>* outputData) argument
100 if (!outputData)
103 outputData->clear();
114 outputData->append('\0');
127 const int result = base64Decode(base64Data, base64Size, *outputData);

Completed in 130 milliseconds