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

/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/icu4c/common/
H A Duloc.c834 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
838 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1552 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1560 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1624 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1639 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), err);
1972 char tempBuffer[ULOC_FULLNAME_CAPACIT local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h739 yaffs_TempBuffer tempBuffer[YAFFS_N_TEMP_BUFFERS]; member in struct:yaffs_DeviceStruct

Completed in 89 milliseconds