Searched refs:tempBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp103 UnicodeString tempBuffer; local
105 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
106 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
108 logln("Formatted with one extra param : " + tempBuffer);
121 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
122 tempBuffer.remove();
123 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, po
192 UnicodeString tempBuffer; local
[all...]
/external/icu4c/test/intltest/
H A Dmsfmrgts.cpp104 UnicodeString tempBuffer; local
106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
107 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
109 logln("Formatted with one extra param : " + tempBuffer);
122 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
123 tempBuffer.remove();
124 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, po
193 UnicodeString tempBuffer; local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c189 if (dev->tempBuffer[i].line == 0) {
190 dev->tempBuffer[i].line = lineNo;
194 dev->tempBuffer[j].maxLine =
195 dev->tempBuffer[j].line;
198 return dev->tempBuffer[i].buffer;
206 T(YAFFS_TRACE_BUFFERS, (TSTR(" %d "), dev->tempBuffer[i].line));
225 if (dev->tempBuffer[i].buffer == buffer) {
226 dev->tempBuffer[i].line = 0;
249 if (dev->tempBuffer[i].buffer == buffer)
6419 dev->tempBuffer[
[all...]
H A Dyaffs_guts.h739 yaffs_TempBuffer tempBuffer[YAFFS_N_TEMP_BUFFERS]; member in struct:yaffs_DeviceStruct

Completed in 53 milliseconds