Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 25 of 57) sorted by relevance

123

/external/icu4c/common/
Dutext.cpp34 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument
35 return ut->pFuncs->access(ut, index, forward); in utext_access()
41 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument
45 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32()
48 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32()
50 c = utext_next32(ut); in utext_moveIndex32()
55 ut->chunkOffset++; in utext_moveIndex32()
61 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32()
64 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32()
66 c = utext_previous32(ut); in utext_moveIndex32()
[all …]
Dubrk.cpp170 UText ut = UTEXT_INITIALIZER; in ubrk_setText() local
171 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
172 brit->setText(&ut, *status); in ubrk_setText()
/external/icu4c/common/unicode/
Dutext.h182 utext_close(UText *ut);
225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
260 utext_openUnicodeString(UText *ut, U_NAMESPACE_QUALIFIER UnicodeString *s, UErrorCode *status);
276 utext_openConstUnicodeString(UText *ut, const U_NAMESPACE_QUALIFIER UnicodeString *s, UErrorCode *s…
292 utext_openReplaceable(UText *ut, U_NAMESPACE_QUALIFIER Replaceable *rep, UErrorCode *status);
307 utext_openCharacterIterator(UText *ut, U_NAMESPACE_QUALIFIER CharacterIterator *ic, UErrorCode *sta…
406 utext_nativeLength(UText *ut);
422 utext_isLengthExpensive(const UText *ut);
450 utext_char32At(UText *ut, int64_t nativeIndex);
[all …]
/external/icu4c/test/intltest/
Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
165 UText *ut = NULL; in TestString() local
191 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
193 TestAccess(sa, ut, cpCount, cpMap); in TestString()
194 utext_close(ut); in TestString()
202 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
204 TestAccess(sa, ut, cpCount, cpMap); in TestString()
205 utext_close(ut); in TestString()
211 ut = utext_openUnicodeString(NULL, &sa, &status); in TestString()
213 TestAccess(sa, ut, cpCount, cpMap); in TestString()
[all …]
Dutxttest.h45 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
46 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
47 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
48 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
52 UText *ut, // UnicodeText object under test.
/external/dropbear/
Dloginrec.c166 void set_utmp_time(struct logininfo *li, struct utmp *ut);
167 void construct_utmp(struct logininfo *li, struct utmp *ut);
171 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
172 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
477 set_utmp_time(struct logininfo *li, struct utmp *ut) in set_utmp_time() argument
480 ut->ut_tv.tv_sec = li->tv_sec; in set_utmp_time()
481 ut->ut_tv.tv_usec = li->tv_usec; in set_utmp_time()
484 ut->ut_time = li->tv_sec; in set_utmp_time()
491 struct utmp *ut) in construct_utmp() argument
496 memset(ut, '\0', sizeof(*ut)); in construct_utmp()
[all …]
/external/v8/test/es5conform/
Dharness-adapt.js30 function ES5Error(ut) { argument
31 this.ut = ut;
35 return this.ut.res;
60 var ut = this._testResults[i];
62 if (ut.res == "Precondition failed")
64 if (ut.res != 'pass')
65 throw new ES5Error(ut);
69 TestHarness.prototype.startingTest = function (ut) { argument
70 this.currentTest = ut;
71 this._testResults.push(ut);
/external/icu4c/i18n/
Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument
30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) argument
32 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
/external/e2fsprogs/lib/blkid/
Dgetsize.c79 struct utsname ut; in blkid_get_dev_size() local
106 if ((uname(&ut) == 0) && in blkid_get_dev_size()
107 ((ut.release[0] == '2') && (ut.release[1] == '.') && in blkid_get_dev_size()
108 (ut.release[2] < '6') && (ut.release[3] == '.'))) in blkid_get_dev_size()
/external/markdown/MarkdownTest/Tests_2004/
DYuri-Footnotes.text2 tempor incididunt ut labore et dolore magna aliqua[^2]. Ut enim ad minim
3 veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
15 tempora incidunt ut labore et dolore magnam aliquam quaerat
18 [^2]: Sed ut perspiciatis unde omnis iste natus error sit voluptatem
24 eiusmod tempor incididunt ut labore et dolore[^foo] magna aliqua.
27 laboris nisi ut aliquip ex ea commodo consequat.
DYuri-Attributes.text6 incididunt ut labore et dolore magna aliqua.
9 nisi ut aliquip ex ea commodo consequat.{@class=first_item}
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32.cc47 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut) { in FileTimeToUnixTime() argument
48 ASSERT(NULL != ut); in FileTimeToUnixTime()
68 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO); in FileTimeToUnixTime()
71 void UnixTimeToFileTime(const time_t& ut, FILETIME* ft) { in UnixTimeToFileTime() argument
92 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64>(ut) * RATIO; in UnixTimeToFileTime()
Dwin32.h82 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut);
85 void UnixTimeToFileTime(const time_t& ut, FILETIME * ft);
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c147 struct utsname ut; in ext2fs_get_device_size2() local
179 if ((uname(&ut) == 0) && in ext2fs_get_device_size2()
180 ((ut.release[0] == '2') && (ut.release[1] == '.') && in ext2fs_get_device_size2()
181 (ut.release[2] < '6') && (ut.release[3] == '.'))) in ext2fs_get_device_size2()
Dunix_io.c420 struct utsname ut; in unix_open() local
496 (uname(&ut) == 0) && in unix_open()
497 ((ut.release[0] == '2') && (ut.release[1] == '.') && in unix_open()
498 (ut.release[2] == '4') && (ut.release[3] == '.') && in unix_open()
499 (ut.release[4] == '1') && (ut.release[5] >= '0') && in unix_open()
500 (ut.release[5] < '8')) && in unix_open()
/external/ppp/pppd/
Dsys-linux.c2148 struct utmp ut, *utp; in logwtmp() local
2164 memcpy(&ut, utp, sizeof(ut)); in logwtmp()
2167 memset(&ut, 0, sizeof(ut)); in logwtmp()
2169 if (ut.ut_id[0] == 0) in logwtmp()
2170 strncpy(ut.ut_id, line + 3, sizeof(ut.ut_id)); in logwtmp()
2172 strncpy(ut.ut_user, name, sizeof(ut.ut_user)); in logwtmp()
2173 strncpy(ut.ut_line, line, sizeof(ut.ut_line)); in logwtmp()
2175 time(&ut.ut_time); in logwtmp()
2177 ut.ut_type = USER_PROCESS; in logwtmp()
2178 ut.ut_pid = mypid; in logwtmp()
[all …]
/external/pcre/testdata/
Dgrepinput34 …mod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exer…
/external/icu4c/test/cintltst/
Dcbiapts.c324 UText *ut = NULL; in TestBreakIteratorCAPI() local
337 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
338 ubrk_setUText(bb, ut, &status); in TestBreakIteratorCAPI()
344 utext_close(ut); in TestBreakIteratorCAPI()
677 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); in TestBreakIteratorUText() local
686 ubrk_setUText(bi, ut, &status); in TestBreakIteratorUText()
707 utext_close(ut); in TestBreakIteratorUText()
/external/e2fsprogs/util/
Dsubst.c313 struct utimbuf ut; in main() local
384 ut.actime = stbuf.st_atime; in main()
385 ut.modtime = time(0); in main()
386 if (utime(outfn, &ut) < 0) in main()
/external/e2fsprogs/debugfs/
Ddump.c70 struct utimbuf ut; in fix_perms() local
94 ut.actime = inode->i_atime; in fix_perms()
95 ut.modtime = inode->i_mtime; in fix_perms()
96 if (utime(name, &ut) == -1) in fix_perms()
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1668 struct utmpx ut; local
1677 memset(&ut, 0, sizeof ut);
1678 gettimeofday((struct timeval *)&ut.ut_tv, NULL);
1679 snprintf(ut.ut_id, sizeof ut.ut_id, TERMSPEC, port);
1683 ut.ut_type = USER_PROCESS;
1684 strncpy(ut.ut_user, usr, sizeof ut.ut_user);
1687 strncpy(ut.ut_host, addr, sizeof ut.ut_host);
1691 ut.ut_user, ut.ut_id, addr);
1693 pututxline(&ut);
1697 ut.ut_type = DEAD_PROCESS;
[all …]
/external/zlib/contrib/minizip/
Dminiunz.c88 struct utimbuf ut;
101 ut.actime=ut.modtime=mktime(&newdate);
102 utime(filename,&ut);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_kdt_g2p.pkb10 …_��3$�f���` �7!�j�F��x>�@�*�V�e�V+�s�#�N��7D g�7Tm~O��̯�|B��ء8ut����g�2� 6�C��l���…
/external/bluetooth/glib/po/
Dhu.po417 "„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele"
434 "„%s” attribútumneve után"
444 "„%s” elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy "
454 "egyenlőségjel után, ha értéket ad a(z) „%s” attribútumnak „%s” elemben"
462 "„%s” nem érvényes karakter a „</” karakterek után; „%s” karakterrel nem "
471 "„%s” nem érvényes karakter a „%s” lezáró elemnév után; az engedélyezett "
491 "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után"
529 "egyenlőségjel után; az attribútum értéke nem lett megadva"
603 msgstr "ismeretlen karakter következik a \\ után"
637 msgstr "ismeretlen karakter a (? után"
[all …]
/external/strace/
Dfile.c1906 long ut[2]; local
1915 else if (umoven(tcp, tcp->u_arg[1], sizeof ut,
1916 (char *) ut) < 0)
1919 tprintf("[%s,", sprinttime(ut[0]));
1920 tprintf(" %s]", sprinttime(ut[1]));

123