Searched refs:ut (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp37 utext_access(UText *ut, int64_t index, UBool forward) { argument
38 return ut->pFuncs->access(ut, index, forward);
44 utext_moveIndex32(UText *ut, int32_t delta) { argument
48 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
51 c = ut->chunkContents[ut
84 utext_nativeLength(UText *ut) argument
90 utext_isLengthExpensive(const UText *ut) argument
97 utext_getNativeIndex(const UText *ut) argument
107 utext_setNativeIndex(UText *ut, int64_t index) argument
141 utext_getPreviousNativeIndex(UText *ut) argument
184 utext_current32(UText *ut) argument
238 utext_char32At(UText *ut, int64_t nativeIndex) argument
265 utext_next32(UText *ut) argument
305 utext_previous32(UText *ut) argument
345 utext_next32From(UText *ut, int64_t index) argument
374 utext_previous32From(UText *ut, int64_t index) argument
422 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
458 utext_isWritable(const UText *ut) argument
466 utext_freeze(UText *ut) argument
473 utext_hasMetaData(const UText *ut) argument
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
558 UText ut; member in struct:ExtendedUText
565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
652 utext_close(UText *ut) argument
705 invalidateChunk(UText *ut) argument
890 utf8TextLength(UText *ut) argument
916 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1450 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1508 utf8TextMapOffsetToNative(const UText *ut) argument
1521 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1564 utf8TextClose(UText *ut) argument
1600 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
1689 repTextClose(UText *ut) argument
1702 repTextLength(UText *ut) argument
1710 repTextAccess(UText *ut, int64_t index, UBool forward) argument
1827 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1870 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
1927 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2007 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2075 unistrTextClose(UText *ut) argument
2094 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2143 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2188 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2262 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2273 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2347 ucstrTextClose(UText *ut) argument
2361 ucstrTextLength(UText *ut) argument
2383 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2472 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2574 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2624 charIterTextClose(UText *ut) argument
2634 charIterTextLength(UText *ut) argument
2639 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
2732 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2796 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
H A Dubrk.cpp168 UText ut = UTEXT_INITIALIZER; local
169 utext_openUChars(&ut, text, textLength, status);
170 brit->setText(&ut, *status);
/external/icu/icu4c/source/common/
H A Dutext.cpp37 utext_access(UText *ut, int64_t index, UBool forward) { argument
38 return ut->pFuncs->access(ut, index, forward);
44 utext_moveIndex32(UText *ut, int32_t delta) { argument
48 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {
51 c = ut->chunkContents[ut
84 utext_nativeLength(UText *ut) argument
90 utext_isLengthExpensive(const UText *ut) argument
97 utext_getNativeIndex(const UText *ut) argument
107 utext_setNativeIndex(UText *ut, int64_t index) argument
141 utext_getPreviousNativeIndex(UText *ut) argument
184 utext_current32(UText *ut) argument
238 utext_char32At(UText *ut, int64_t nativeIndex) argument
265 utext_next32(UText *ut) argument
305 utext_previous32(UText *ut) argument
345 utext_next32From(UText *ut, int64_t index) argument
374 utext_previous32From(UText *ut, int64_t index) argument
422 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
458 utext_isWritable(const UText *ut) argument
466 utext_freeze(UText *ut) argument
473 utext_hasMetaData(const UText *ut) argument
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
558 UText ut; member in struct:ExtendedUText
565 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) argument
652 utext_close(UText *ut) argument
705 invalidateChunk(UText *ut) argument
895 utf8TextLength(UText *ut) argument
921 utf8TextAccess(UText *ut, int64_t index, UBool forward) argument
1455 utf8TextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
1513 utf8TextMapOffsetToNative(const UText *ut) argument
1526 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) argument
1569 utf8TextClose(UText *ut) argument
1605 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) argument
1694 repTextClose(UText *ut) argument
1707 repTextLength(UText *ut) argument
1715 repTextAccess(UText *ut, int64_t index, UBool forward) argument
1832 repTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
1875 repTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *status) argument
1932 repTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *status) argument
2012 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
2080 unistrTextClose(UText *ut) argument
2099 unistrTextAccess(UText *ut, int64_t index, UBool forward) argument
2148 unistrTextReplace(UText *ut, int64_t start, int64_t limit, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
2193 unistrTextCopy(UText *ut, int64_t start, int64_t limit, int64_t destIndex, UBool move, UErrorCode *pErrorCode) argument
2267 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
2278 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) argument
2352 ucstrTextClose(UText *ut) argument
2366 ucstrTextLength(UText *ut) argument
2388 ucstrTextAccess(UText *ut, int64_t index, UBool forward) argument
2477 ucstrTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
2579 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) argument
2629 charIterTextClose(UText *ut) argument
2639 charIterTextLength(UText *ut) argument
2644 charIterTextAccess(UText *ut, int64_t index, UBool forward) argument
2737 charIterTextExtract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) argument
2801 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) argument
[all...]
H A Dubrk.cpp168 UText ut = UTEXT_INITIALIZER; local
169 utext_openUChars(&ut, text, textLength, status);
170 brit->setText(&ut, *status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16))
30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
/external/icu/icu4c/source/i18n/
H A Dregextxt.h23 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16))
30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h56 * UText *ut = whatever();
58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
68 * UText *ut = whatever();
69 * int textLength = utext_nativeLength(ut);
70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
120 * UText ut = UTEXT_INITIALIZER;
121 * utext_openUTF8(ut, s, -1, &status);
173 * @param ut Th
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dutext.h56 * UText *ut = whatever();
58 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
68 * UText *ut = whatever();
69 * int textLength = utext_nativeLength(ut);
70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
120 * UText ut = UTEXT_INITIALIZER;
121 * utext_openUTF8(ut, s, -1, &status);
173 * @param ut Th
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
163 UText *ut = NULL; local
189 ut = utext_openUChars(NULL, buf, -1, &status);
191 TestAccess(sa, ut, cpCount, cpMap);
192 utext_close(ut);
200 ut = utext_openUChars(NULL, buf, saLen, &status);
202 TestAccess(sa, ut, cpCount, cpMap);
203 utext_close(ut);
209 ut = utext_openUnicodeString(NULL, &sa, &status);
211 TestAccess(sa, ut, cpCoun
295 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
402 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
475 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
549 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
582 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
844 UText ut; local
853 UText ut = UTEXT_INITIALIZER; local
874 UText ut = UTEXT_INITIALIZER; local
908 UText ut = UTEXT_INITIALIZER; local
932 UText *ut = NULL; local
1005 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1078 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1146 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1212 UText *ut = NULL; local
1302 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1363 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1432 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
H A Dutxttest.h44 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
45 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
46 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
47 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
51 UText *ut, // UnicodeText object under test.
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
165 UText *ut = NULL; local
191 ut = utext_openUChars(NULL, buf, -1, &status);
193 TestAccess(sa, ut, cpCount, cpMap);
194 utext_close(ut);
202 ut = utext_openUChars(NULL, buf, saLen, &status);
204 TestAccess(sa, ut, cpCount, cpMap);
205 utext_close(ut);
211 ut = utext_openUnicodeString(NULL, &sa, &status);
213 TestAccess(sa, ut, cpCoun
297 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) argument
404 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
551 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
584 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
846 UText ut; local
855 UText ut = UTEXT_INITIALIZER; local
876 UText ut = UTEXT_INITIALIZER; local
910 UText ut = UTEXT_INITIALIZER; local
934 UText *ut = NULL; local
1007 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); local
1080 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); local
1148 UText *ut = utext_openReplaceable(NULL, &u16str, &status); local
1214 UText *ut = NULL; local
1304 fragTextAccess(UText *ut, int64_t index, UBool forward) argument
1365 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) argument
1434 UText *ut = utext_openUChars(NULL, s, -1, &status); local
[all...]
H A 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/e2fsprogs/lib/blkid/
H A Dgetsize.c93 struct utsname ut; local
95 if ((uname(&ut) == 0) &&
96 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
97 (ut.release[2] < '6') && (ut.release[3] == '.')))
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c163 struct utsname ut;
165 if ((uname(&ut) == 0) &&
166 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
167 (ut.release[2] < '6') && (ut.release[3] == '.')))
H A Dunix_io.c478 struct utsname ut; local
602 (uname(&ut) == 0) &&
603 ((ut.release[0] == '2') && (ut.release[1] == '.') &&
604 (ut.release[2] == '4') && (ut.release[3] == '.') &&
605 (ut.release[4] == '1') && (ut.release[5] >= '0') &&
606 (ut.release[5] < '8')) &&
/external/chromium_org/third_party/webrtc/base/
H A Dwin32.h81 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut);
84 void UnixTimeToFileTime(const time_t& ut, FILETIME * ft);
H A Dwin32.cc320 void FileTimeToUnixTime(const FILETIME& ft, time_t* ut) { argument
321 ASSERT(NULL != ut);
341 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO);
344 void UnixTimeToFileTime(const time_t& ut, FILETIME* ft) { argument
365 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64>(ut) * RATIO;
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp152 UCharsTrieBuilder *ut; member in class:DataDict
160 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
165 ut = new UCharsTrieBuilder(status);
171 delete ut;
231 if (ut) { ut->add(word, value, status); }
241 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp152 UCharsTrieBuilder *ut; member in class:DataDict
160 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
165 ut = new UCharsTrieBuilder(status);
171 delete ut;
231 if (ut) { ut->add(word, value, status); }
241 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/ppp/pppd/
H A Dsys-linux.c2149 struct utmp ut, *utp; local
2165 memcpy(&ut, utp, sizeof(ut));
2168 memset(&ut, 0, sizeof(ut));
2170 if (ut.ut_id[0] == 0)
2171 strncpy(ut.ut_id, line + 3, sizeof(ut.ut_id));
2173 strncpy(ut.ut_user, name, sizeof(ut
[all...]
/external/e2fsprogs/debugfs/
H A Ddump.c72 struct utimbuf ut; local
96 ut.actime = inode->i_atime;
97 ut.modtime = inode->i_mtime;
98 if (utime(name, &ut) == -1)
/external/e2fsprogs/util/
H A Dsubst.c310 struct utimbuf ut; local
381 ut.actime = stbuf.st_atime;
382 ut.modtime = time(0);
383 if (utime(outfn, &ut) < 0)
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h297 #define bta_sys_eir_register(ut)
298 #define bta_sys_add_uuid(ut)
299 #define bta_sys_remove_uuid(ut)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c1533 struct ureg ut = get_temp(p); local
1536 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z));
1538 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1540 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y),
1541 ut, swizzle1(state_attenuation, X));
1544 emit_op1(p, OPCODE_RSQ, ut, WRITEMASK_X, ut );
1548 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_siz
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c88 struct utimbuf ut;
101 ut.actime=ut.modtime=mktime(&newdate);
102 utime(filename,&ut);

Completed in 1356 milliseconds

123