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

  /external/icu/icu4c/source/test/iotest/
stream.cpp 135 UnicodeString ustr("string");
137 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789"; local
308 UnicodeString UStr;
311 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
313 UStr = UnicodeString(expectedResultC);
314 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
315 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
316 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
317 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 113 @param UStr Pointer to output Unicode string buffer.
120 OUT UINT16 *UStr
127 UStr[Idx] = (CHAR16) AStr[Idx];
134 UStr[Idx] = 0;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 115 @param UStr Pointer to output Unicode string buffer.
122 OUT UINT16 *UStr
129 UStr[Idx] = (CHAR16) AStr[Idx];
136 UStr[Idx] = 0;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]

Completed in 845 milliseconds