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

  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 184 ssize_t NumChar;
187 NumChar = -1;
218 NumChar = BufferSize;
219 Stream->NumWritten += NumChar;
222 return NumChar;
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_Utf8.c 291 @param[out] NumChar Pointer to where to store the number of wide characters
295 not including the terminating NUL. If NumChar is not NULL, the number
301 EstimateWtoM(const wchar_t * Src, size_t Limit, size_t *NumChar)
318 if(NumChar != NULL) {
319 *NumChar = CharCount;
    [all...]

Completed in 511 milliseconds