HomeSort by relevance Sort by last modified time
    Searched defs:N_ (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/misc/
nls-enable.h 6 #define N_(a) gettext_noop (a)
8 #define N_(a) (a)
18 #define N_(a) a
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 55 #ifndef N_
56 # define N_(msgid) msgid
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 55 #ifndef N_
56 # define N_(msgid) msgid
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 55 #ifndef N_
56 # define N_(msgid) msgid
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 55 #ifndef N_
56 # define N_(msgid) msgid
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 29 # define N_(String) gettext_noop(String)
31 # define N_(String) (String)
41 #define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))
42 #define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))
  /external/bison/src/
system.h 116 # define N_(Msgid) (Msgid)
  /external/e2fsprogs/resize/
resize2fs.h 46 #define N_(a) gettext_noop (a)
48 #define N_(a) (a)
58 #define N_(a) a
  /external/elfutils/lib/
eu-config.h 91 #define N_(Str) Str
  /external/elfutils/tests/
dwflmodtest.c 216 #undef N_
217 #define N_(Str) Str
221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 44 #define N_(String) gettext_noop(String)
  /external/oprofile/libpopt/
poptint.h 114 #define N_(foo) foo
  /ndk/sources/host-tools/make-3.81/
make.h 346 #define N_(msgid) gettext_noop (msgid)
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 38 #define N_(msgid) msgid
249 char const *left = gettext_quote (N_("`"), quoting_style);
250 char const *right = gettext_quote (N_("'"), quoting_style);
  /external/bison/lib/
quotearg.c 47 #define N_(msgid) msgid
312 left_quote = gettext_quote (N_("`"), quoting_style);
313 right_quote = gettext_quote (N_("'"), quoting_style);
  /external/e2fsprogs/e2fsck/
e2fsck.h 47 #define N_(a) gettext_noop (a)
49 #define N_(a) (a)
60 #define N_(a) a
  /external/libmtp/src/
ptp.c 39 # define N_(String) gettext_noop (String)
41 # define N_(String) (String)
50 # define N_(String) (String)
    [all...]

Completed in 441 milliseconds