Home
last modified time | relevance | path

Searched defs:intl (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/gettext-runtime/
DMakefile.am30 SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests subdir
/third_party/musl/src/locale/
Dstrfmon.c12 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local
/third_party/gettext/gettext-tools/
DMakefile.am22 SUBDIRS = intl gnulib-lib libgrep src libgettextpo po its projects styles emacs misc man m4 tests s… subdir
/third_party/boost/libs/locale/src/util/
Dnumeric.hpp144 bool intl = !nat; in do_real_put() local
157 …virtual iter_type do_format_currency(bool intl,iter_type out,std::ios_base &ios,char_type fill,lon… in do_format_currency()
/third_party/pulseaudio/
Dmeson.build306 libintl_dep = cc.find_library('intl') build
/third_party/boost/libs/locale/src/posix/
Dnumeric.cpp55 …virtual iter_type do_format_currency(bool intl,iter_type out,std::ios_base &/*ios*/,char_type /*fi… in do_format_currency()
/third_party/glib/
Dmeson.build2047 libintl = cc.find_library('intl', required : false) build
/third_party/node/src/api/
Denvironment.cc564 Local<Object> intl = intl_v.As<Object>(); in InitializeContextRuntime() local