Searched refs:uct (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ddictionarydata.cpp44 UCharsTrie uct(characters);
49 UStringTrieResult result = uct.first(c);
56 values[count] = uct.getValue();
78 result = uct.next(c);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c498 int uct, wct; local
543 uct = utabsz;
553 while ((uct || wct) && !errflag)
554 if (!uct || (wct && ucmp(uptr, wptr) > 0))
556 else if (!wct || (uct && ucmp(uptr, wptr) < 0))
557 uct--, watchlog(1, uptr++, s, fmt);
559 uptr++, wptr++, wct--, uct--;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUtf.c1261 * Compare at most numChars unichars of string ucs to string uct.
1262 * Both ucs and uct are assumed to be at least numChars unichars long.
1265 * Return <0 if ucs < uct, 0 if ucs == uct, or >0 if ucs > uct.
1275 CONST Tcl_UniChar *ucs, /* Unicode string to compare to uct. */
1276 CONST Tcl_UniChar *uct, /* Unicode string ucs is compared to. */
1284 return memcmp(ucs, uct, numChars*sizeof(Tcl_UniChar));
1291 for ( ; numChars != 0; ucs++, uct++, numChars--) {
1292 if (*ucs != *uct) {
1250 Tcl_UniCharNcmp( CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars) argument
1295 Tcl_UniCharNcasecmp( CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars) argument
[all...]
H A DtclDate.c2394 { "uct", tZONE, HOUR( 0) }, /* Universal Coordinated Time */
H A DtclDecls.h2089 CONST Tcl_UniChar *uct,
2471 CONST Tcl_UniChar *uct,
3801 int (*tcl_UniCharNcmp) (CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars); /* 353 */
3867 int (*tcl_UniCharNcasecmp) (CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars); /* 419 */
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dwindtfmt.cpp155 int64_t uct, uft; local
159 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status);
160 uft = utmscale_toInt64(uct, UDTS_WINDOWS_FILE_TIME, &status);
/macosx-10.10.1/ntp-92/libopts/
H A Dsave.c595 int uct = pAL->useCt; local
601 if (uct > 1)
604 while (uct-- > 0)
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dsave.c595 int uct = pAL->useCt; local
601 if (uct > 1)
604 while (uct-- > 0)
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c451 time_t uct = time(NULL); local
452 tm = *localtime(&uct);

Completed in 182 milliseconds