Home
last modified time | relevance | path

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

12345678910>>...14

/external/icu/icu4c/source/common/
Dutext.cpp39 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument
40 return ut->pFuncs->access(ut, index, forward); in utext_access()
46 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument
50 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32()
53 c = ut->chunkContents[ut->chunkOffset]; in utext_moveIndex32()
55 c = utext_next32(ut); in utext_moveIndex32()
60 ut->chunkOffset++; in utext_moveIndex32()
66 if(ut->chunkOffset<=0 && !utext_access(ut, ut->chunkNativeStart, FALSE)) { in utext_moveIndex32()
69 c = ut->chunkContents[ut->chunkOffset-1]; in utext_moveIndex32()
71 c = utext_previous32(ut); in utext_moveIndex32()
[all …]
/external/toybox/toys/pending/
Dlast.c59 struct utmp *ut = (struct utmp *)l->arg; in find_and_dlink() local
61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) { in find_and_dlink()
89 struct utmp ut; in last_main() local
104 loc -= sizeof(ut); in last_main()
109 xreadall(fd, &ut, sizeof(ut)); in last_main()
110 *tm = ut.ut_tv.tv_sec; in last_main()
111 if (*ut.ut_line == '~') { in last_main()
112 if (!strcmp(ut.ut_user, "runlevel")) ut.ut_type = RUN_LVL; in last_main()
113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main()
114 else if (!strcmp(ut.ut_user, "shutdown")) ut.ut_type = SHUTDOWN_TIME; in last_main()
[all …]
/external/icu/libandroidicu/include/unicode/
Dutext.h184 utext_close(UText *ut);
227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
262 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status);
278 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status);
294 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
309 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status);
408 utext_nativeLength(UText *ut);
424 utext_isLengthExpensive(const UText *ut);
452 utext_char32At(UText *ut, int64_t nativeIndex);
[all …]
/external/icu/icu4c/source/common/unicode/
Dutext.h184 utext_close(UText *ut);
227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
245 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
262 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status);
278 utext_openConstUnicodeString(UText *ut, const icu::UnicodeString *s, UErrorCode *status);
294 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status);
309 utext_openCharacterIterator(UText *ut, icu::CharacterIterator *ci, UErrorCode *status);
408 utext_nativeLength(UText *ut);
424 utext_isLengthExpensive(const UText *ut);
452 utext_char32At(UText *ut, int64_t nativeIndex);
[all …]
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp30 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
166 UText *ut = NULL; in TestString() local
192 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
194 TestAccess(sa, ut, cpCount, cpMap); in TestString()
195 utext_close(ut); in TestString()
203 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
205 TestAccess(sa, ut, cpCount, cpMap); in TestString()
206 utext_close(ut); in TestString()
212 ut = utext_openUnicodeString(NULL, &sa, &status); in TestString()
214 TestAccess(sa, ut, cpCount, cpMap); in TestString()
[all …]
Dutxttest.h50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
53 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
57 UText *ut, // UnicodeText object under test.
/external/openssh/
Dloginrec.c191 void set_utmp_time(struct logininfo *li, struct utmp *ut);
192 void construct_utmp(struct logininfo *li, struct utmp *ut);
196 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
197 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
635 set_utmp_time(struct logininfo *li, struct utmp *ut) in set_utmp_time() argument
638 ut->ut_tv.tv_sec = li->tv_sec; in set_utmp_time()
639 ut->ut_tv.tv_usec = li->tv_usec; in set_utmp_time()
641 ut->ut_time = li->tv_sec; in set_utmp_time()
647 struct utmp *ut) in construct_utmp() argument
653 memset(ut, '\0', sizeof(*ut)); in construct_utmp()
[all …]
/external/icu/icu4c/source/i18n/
Dregextxt.h25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) argument
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) argument
34 … define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativ…
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dhy-fonipa-t-hy.txt89 կրթության kɾtʰutʰjan
109 վարձատրության vaɾd͡zatɾutʰjan
119 ոտնձգության votnd͡zɡutʰjan
149 կրթությունը kɾtʰutʰjunə
163 ընտրության əntɾutʰjan
183 Կրթությունը kɾtʰutʰjunə
233 ստրկատիրության stɾkatiɾutʰjan
234 ստորացուցիչ stoɾat͡sʰut͡sʰit͡ʃʰ
250 սահմանադրությամբ sahmanadɾutʰjamb
258 պարտավորությունը paɾtavoɾutʰjunə
[all …]
Dhy-Latn-t-hy-m0-bgn.txt124 կրթության krt’ut’yan
175 Կրթությունը Krt’ut’yuny
180 կրթությունը krt’ut’yuny
321 բարեկեցության barekets’ut’yan
322 կրթությունը՝ krt’ut’yuny՝
374 բարեկեցություն barekets’ut’yun
545 համագործակցությամբ hamagortsakts’ut’yamb
718 թղթակցության t’ght’akts’ut’yan
743 համագործակցության hamagortsakts’ut’yan
Dchr-fonipa-t-chr.txt140 ᎠᏥᎸᏉᏗ ᏡᏡ at͡silə̃kʷodi t͡ɬut͡ɬu
237 ᎤᏤᎵ ut͡seli
253 ᎤᏟ ut͡ɬi
306 ᎤᏠᏱ ut͡ɬoji
331 ᎤᏠᏱᎭ ut͡ɬojiha
445 ᎤᏣᏘ ut͡sati
464 ᎤᏣᏘᎾ ut͡satina
484 ᎤᏤᎵᏛ ut͡selidə̃
576 ᎫᏢᎥᏍᎬ ɡut͡ɬə̃ə̃sɡə̃
692 ᎤᏦᎠᏎᏗ ut͡soasedi
[all …]
Dam-t-am-fonipa.txt809 t̼u t̼uː ut̼ː ut̼ːu ut̼ːuː ፑ ፑ፞ ኡፕ፟ ኡፑ፟ ኡፑ፝
845 t̪u t̪uː ut̪ː ut̪ːu ut̪ːuː ቱ ቱ፞ ኡት፟ ኡቱ፟ ኡቱ፝
854 tu tuː utː utːu utːuː ቱ ቱ፞ ኡት፟ ኡቱ፟ ኡቱ፝
864 tʰu tʰuː utʰː utʰːu utʰːuː ጡ ጡ፞ ኡጢ፟ ኡጡ፟ ኡጡ፝
874 tʲu tʲuː utːʲ utːʲu utːʲuː ትዩ ትዩ፞ ኡት፟ይ ኡት፟ዩ ኡት፟ዩ፞
894 tʼu tʼuː utʼː utʼːu utʼːuː ጡ ጡ፞ ኡጢ፟ ኡጡ፟ ኡጡ፝
905 tʼʷu tʼʷuː utʼːʷu utʼːʷuː ጢዉ ጢዉ፞ ኡጢ፟ዉ ኡጢ፟ዉ፞
1109 t͡su t͡suː ut͡sː ut͡sːu ut͡sːuː ጹ ጹ፞ ኡጽ፟ ኡጹ፟ ኡጹ፝
1118 t͜su t͜suː ut͜sː ut͜sːu ut͜sːuː ጹ ጹ፞ ኡጽ፟ ኡጹ፟ ኡጹ፝
1163 t͡ʃu t͡ʃuː ut͡ʃː ut͡ʃːu ut͡ʃːuː ቹ ቹ፞ ኡች፟ ኡቹ፟ ኡቹ፝
[all …]
/external/openssh/regress/
Dkeytype.sh35 for ut in $ktypes; do
36 htypes=$ut
47 trace "ssh connect, userkey $ut, hostkey $ht"
56 echo IdentityFile $OBJ/key.$ut
64 cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER
66 printf "userkey $ut, hostkey ${ht}:\t"
69 fail "ssh userkey $ut, hostkey $ht failed"
/external/apache-commons-compress/src/test/resources/
Dlorem-ipsum.txt.gz
/external/e2fsprogs/lib/blkid/
Dgetsize.c97 struct utsname ut; in blkid_get_dev_size() local
99 if ((uname(&ut) == 0) && in blkid_get_dev_size()
100 ((ut.release[0] == '2') && (ut.release[1] == '.') && in blkid_get_dev_size()
101 (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.
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c168 struct utsname ut; in ext2fs_get_device_size2() local
170 if ((uname(&ut) == 0) && in ext2fs_get_device_size2()
171 ((ut.release[0] == '2') && (ut.release[1] == '.') && in ext2fs_get_device_size2()
172 (ut.release[2] < '6') && (ut.release[3] == '.'))) in ext2fs_get_device_size2()
/external/dtc/tests/
Dlorem.txt4 aliquam ut fringilla sit amet, condimentum et quam. Duis eu arcu odio,
5 at pulvinar nisi. Morbi condimentum eros ut turpis rhoncus
20 nisi. Proin sit amet lectus ut neque iaculis consectetur eu sit amet
25 enim. Nulla tristique gravida leo ut suscipit. Phasellus vitae turpis
28 eu pharetra magna fermentum ut. Morbi euismod convallis tortor, eget
/external/libgsm/src/
Dtoast.c370 struct utimbuf ut; in P0() local
372 ut.actime = instat.st_atime; in P0()
373 ut.modtime = instat.st_mtime; in P0()
376 ut.acusec = instat.st_ausec; in P0()
377 ut.modusec = instat.st_musec; in P0()
380 (void) utime(outname, &ut); in P0()
384 time_t ut[2]; in P0()
386 ut[0] = instat.st_atime; in P0()
387 ut[1] = instat.st_mtime; in P0()
389 (void) utime(outname, ut); in P0()
/external/flac/libFLAC/
Dwindows_unicode_filenames.c135 struct __utimbuf64 ut; in flac_internal_utime_utf8() local
139 ut.actime = times->actime; in flac_internal_utime_utf8()
140 ut.modtime = times->modtime; in flac_internal_utime_utf8()
141 ret = _wutime64(wname, &ut); in flac_internal_utime_utf8()
/external/ppp/pppd/
Dsys-linux.c2173 struct utmp ut, *utp; in logwtmp() local
2189 memcpy(&ut, utp, sizeof(ut)); in logwtmp()
2192 memset(&ut, 0, sizeof(ut)); in logwtmp()
2194 if (ut.ut_id[0] == 0) in logwtmp()
2195 strncpy(ut.ut_id, line + 3, sizeof(ut.ut_id)); in logwtmp()
2197 strncpy(ut.ut_user, name, sizeof(ut.ut_user)); in logwtmp()
2198 strncpy(ut.ut_line, line, sizeof(ut.ut_line)); in logwtmp()
2200 time(&ut.ut_time); in logwtmp()
2202 ut.ut_type = USER_PROCESS; in logwtmp()
2203 ut.ut_pid = mypid; in logwtmp()
[all …]
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp122 UCharsTrieBuilder *ut; member in DataDict
130 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL), in DataDict()
135 ut = new UCharsTrieBuilder(status); in DataDict()
141 delete ut; in ~DataDict()
201 if (ut) { ut->add(word, value, status); } in addWord()
211 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status); in serializeUChars()
/external/openssh/openbsd-compat/
Dbsd-cray.c690 cray_retain_utmp(struct utmp *ut, int pid) in cray_retain_utmp() argument
699 ut->ut_jid = utmp.ut_jid; in cray_retain_utmp()
700 strncpy(ut->ut_tpath, utmp.ut_tpath, sizeof(utmp.ut_tpath)); in cray_retain_utmp()
701 strncpy(ut->ut_host, utmp.ut_host, sizeof(utmp.ut_host)); in cray_retain_utmp()
702 strncpy(ut->ut_name, utmp.ut_name, sizeof(utmp.ut_name)); in cray_retain_utmp()
789 cray_set_tmpdir(struct utmp *ut) in cray_set_tmpdir() argument
800 ut->ut_jid = jid; in cray_set_tmpdir()
801 strncpy(ut->ut_tpath, cray_tmpdir, TPATHSIZ); in cray_set_tmpdir()
/external/webrtc/webrtc/base/
Dwin32.cc320 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut) { in FileTimeToUnixTime() argument
321 ASSERT(NULL != ut); in FileTimeToUnixTime()
341 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO); in FileTimeToUnixTime()
344 void UnixTimeToFileTime(const time_t& ut, FILETIME* ft) { in UnixTimeToFileTime() argument
365 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64_t>(ut) * RATIO; in UnixTimeToFileTime()
/external/flatbuffers/src/
Didl_gen_json_schema.cpp90 for (auto ut = union_types.cbegin(); ut < union_types.cend(); ++ut) { in GenType() local
91 auto &union_type = *ut; in GenType()

12345678910>>...14