OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nullentry
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/intl/
plural-exp.c
99
EXTRACT_PLURAL_EXPRESSION (const char *
nullentry
, struct expression **pluralp,
102
if (
nullentry
!= NULL)
107
plural = strstr (
nullentry
, "plural=");
108
nplurals = strstr (
nullentry
, "nplurals=");
plural-exp.h
108
extern void EXTRACT_PLURAL_EXPRESSION (const char *
nullentry
,
loadmsgcat.c
780
char *
nullentry
;
local
796
nullentry
= _nl_find_msg (domain_file, domainbinding, "", &nullentrylen);
798
if (
nullentry
!= NULL)
803
charsetstr = strstr (
nullentry
, "charset=");
883
return
nullentry
;
923
const char *
nullentry
;
local
[
all
...]
Completed in 17 milliseconds