Home
last modified time | relevance | path

Searched defs:N (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgettext.h37 # define ngettext(Msgid1, Msgid2, N) \ argument
76 # define ngettext(Msgid1, Msgid2, N) \ argument
81 # define dngettext(Domainname, Msgid1, Msgid2, N) \ argument
84 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
125 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
128 # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ argument
131 #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ argument
133 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ argument
235 #define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \ argument
237 #define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ argument
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp94 _Stl_expand_array(PODType* __array, size_t N, int index) { in _Stl_expand_array()
115 static PODType* _Stl_copy_array(const PODType* __array, size_t N) { in _Stl_copy_array()
Dstrstream.cpp279 size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get) : size_t(INT_MAX); in _M_setup() local
Dnum_put_float.cpp293 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); … argument
296 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN) argument
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c945 # define N 2 in repeat() macro