OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intl
(Results
51 - 75
of
247
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/v8/test/intl/date-format/
format-test.js
30
var dtf = new
Intl
.DateTimeFormat('en-US', {timeZone: 'UTC'});
parse-invalid-input.js
30
var dtf = new
Intl
.DateTimeFormat(['en']);
resolved-options-is-method.js
31
var dtf = new
Intl
.DateTimeFormat();
wellformed-unsupported-locale.js
30
var dtf =
Intl
.DateTimeFormat(['xx']);
parse-MMMdy.js
31
var dtf = new
Intl
.DateTimeFormat(['en'],
parse-mdy.js
36
var dtf = new
Intl
.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'});
parse-mdyhms.js
30
var dtf = new
Intl
.DateTimeFormat(['en'],
/external/v8/test/intl/number-format/
format-is-bound.js
29
var nf = new
Intl
.NumberFormat();
parse-currency.js
31
var nf = new
Intl
.NumberFormat(['en'], {style: 'currency', currency: 'USD'});
parse-decimal.js
28
var nf = new
Intl
.NumberFormat(['en'], {style: 'decimal'});
parse-invalid-input.js
30
var nf = new
Intl
.NumberFormat(['en']);
parse-percent.js
28
var nf = new
Intl
.NumberFormat(['en'], {style: 'percent'});
resolved-options-is-method.js
31
var nf = new
Intl
.NumberFormat();
wellformed-unsupported-locale.js
30
var nf =
Intl
.NumberFormat(['xx']);
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/families/
start.jd
39
??????? <a href="https://play.google.com/
intl
/ALL_us/about/families/developer-distribution-agreement-addendum.html">?????????? ? ?????????? ? ??????????????? ?? ??? ?????????
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/
start.jd
37
???????????? <a href="http://play.google.com/about/developer-content-policy.html">Google Play ???????</a>?<a href="http://play.google.com/about/developer-distribution-agreement.html">???????</a>???<a href="https://play.google.com/
intl
/ALL_us/about/families/developer-distribution-agreement-addendum.html">????? DDA ??</a>?
/external/e2fsprogs/intl/
Makefile.in
37
gettextsrcdir = $(datadir)/gettext/
intl
39
subdir =
intl
123
intl
-compat.c
147
intl
-compat.$lo
182
# Maintainers of other packages that include the
intl
directory must *not*
244
intl
-compat.lo: $(srcdir)/
intl
-compat.c
245
$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/
intl
-compat.c
453
bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo
intl
-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h
520
# when AC_CONFIG_FILES([
intl
/Makefile:somedir/Makefile.in]) is used
[
all
...]
/device/htc/flounder/VolantisKeyboard/res/values/
strings.xml
11
<!-- US
Intl
keyboard layout label. [CHAR LIMIT=35] -->
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_money.pass.cpp
12
// template <class moneyT> T7 get_money(moneyT& mon, bool
intl
= false);
/external/libexif/m4m/
gp-gettext-hack.m4
63
AM_CFLAGS="${AM_CFLAGS} -I\$(top_srcdir)/
intl
"
/external/v8/test/intl/break-iterator/
en-break.js
30
var iterator = new
Intl
.v8BreakIterator(['en']);
zh-break.js
30
var iterator = new
Intl
.v8BreakIterator(['zh']);
/external/v8/test/intl/overrides/
caching.js
48
var collator =
Intl
.Collator();
string.js
48
var collator = new
Intl
.Collator(locale, options);
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/families/
start.jd
28
???????????? <a href="http://play.google.com/about/developer-content-policy.html">Google Play ?????? ????? ????</a>??<a href="https://play.google.com/
intl
/ALL_us/about/families/developer-distribution-agreement-addendum.html">Designed for Families ????????/?????????</a>???<a href="http://play.google.com/about/developer-distribution-agreement.html">????????/????</a>????????????????????????????????????????????????????????????????????????
Completed in 155 milliseconds
1
2
3
4
5
6
7
8
9
10