Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dlocalcharset.c364 const char *modifier; in locale_charset() local
368 modifier = strchr (dot, '@'); in locale_charset()
369 if (modifier == NULL) in locale_charset()
371 if (modifier - dot < sizeof (buf)) in locale_charset()
373 memcpy (buf, dot, modifier - dot); in locale_charset()
374 buf [modifier - dot] = '\0'; in locale_charset()
447 const char *modifier; in locale_charset() local
451 modifier = strchr (dot, '@'); in locale_charset()
452 if (modifier == NULL) in locale_charset()
454 if (modifier - dot < sizeof (buf)) in locale_charset()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp215 char format, char modifier, in __write_formatted_timeT() argument
238 __subformat(buf, ct, (modifier != '#') ? table._M_date_time_format in __write_formatted_timeT()
243 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_mday); in __write_formatted_timeT()
244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT()
253 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_hour); in __write_formatted_timeT()
254 __append(buf, _buf, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT()
258 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)__hour12(t->tm_hour)); in __write_formatted_timeT()
259 …__append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, c… in __write_formatted_timeT()
268 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_mon + 1); in __write_formatted_timeT()
269 … __append(buf, _buf, ((long)(t->tm_mon + 1) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT()
[all …]
Dnum_put_float.cpp752 , char modifier) { argument
760 __fill_fmtbuf(fmtbuf, flags, modifier);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparser.ipp25 #include <boost/test/utils/runtime/cla/modifier.hpp>
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi515 @cindex @acronym{GNU} extensions, @code{I} modifier
519 The @code{I} modifier to regular-expression matching is a @acronym{GNU}
526 @cindex @value{SSEDEXT}, @code{M} modifier
529 The @code{M} modifier to regular-expression matching is a @value{SSED}
547 @cindex @value{SSEDEXT}, @code{S} modifier
549 The @code{S} modifier to regular-expression matching is only valid
557 @cindex @value{SSEDEXT}, @code{X} modifier
559 The @code{X} modifier to regular-expression matching is also
1028 @cindex @acronym{GNU} extensions, @code{g} and @var{number} modifier interaction in @code{s} command
1079 @cindex @acronym{GNU} extensions, @code{I} modifier
[all …]
Dsed-in.texi514 @cindex @acronym{GNU} extensions, @code{I} modifier
518 The @code{I} modifier to regular-expression matching is a @acronym{GNU}
525 @cindex @value{SSEDEXT}, @code{M} modifier
528 The @code{M} modifier to regular-expression matching is a @value{SSED}
546 @cindex @value{SSEDEXT}, @code{S} modifier
548 The @code{S} modifier to regular-expression matching is only valid
556 @cindex @value{SSEDEXT}, @code{X} modifier
558 The @code{X} modifier to regular-expression matching is also
1027 @cindex @acronym{GNU} extensions, @code{g} and @var{number} modifier interaction in @code{s} command
1078 @cindex @acronym{GNU} extensions, @code{I} modifier
[all …]
Dsed.info379 The `I' modifier to regular-expression matching is a GNU extension
384 The `M' modifier to regular-expression matching is a GNU `sed'
791 The `I' modifier to regular-expression matching is a GNU extension
796 The `M' modifier to regular-expression matching is a GNU `sed'
2302 * GNU extensions, g and NUMBER modifier interaction in s command: The "s" Command.
2304 * GNU extensions, I modifier <1>: The "s" Command. (line 94)
2305 * GNU extensions, I modifier: Addresses. (line 49)
2309 * GNU extensions, M modifier: The "s" Command. (line 99)
/ndk/sources/host-tools/sed-4.2.1/po/
Dko.po126 msgstr "�ּ� ������(modifier)�� ����� �ùٸ��� �ʽ��ϴ�"
Dde.po186 msgstr "F�r leere regul�re Ausdr�cke k�nnen keine `modifier' angegeben werden"
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog809 modifier "s", so the tests will run with Perl 4.
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2575 * compile.c: added case-insensitive modifier ('I') to
2577 the more popular 'i' modifier. (The address regexp
2578 cannot use 'i' as a modifier, as that conflicts with