OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBERR_TOOSMALL
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h
118
#define
MBERR_TOOSMALL
(-1) /* insufficient output buffer space */
cjkcodecs.h
117
return
MBERR_TOOSMALL
;
multibytecodec.c
238
case
MBERR_TOOSMALL
:
266
if (r ==
MBERR_TOOSMALL
) {
377
case
MBERR_TOOSMALL
:
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h
118
#define
MBERR_TOOSMALL
(-1) /* insufficient output buffer space */
cjkcodecs.h
117
return
MBERR_TOOSMALL
;
multibytecodec.c
236
case
MBERR_TOOSMALL
:
264
if (r ==
MBERR_TOOSMALL
) {
374
case
MBERR_TOOSMALL
:
[
all
...]
Completed in 48 milliseconds