Searched refs:uc2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode.tcl216 proc ::unicode::composeTwo {uc1 uc2} {
229 $uc2 >= $VBase && $uc2 < $VBase + $VCount} {
231 ($uc2 - $VBase)) * $TCount}]
236 $uc2 >= $TBase && $uc2 < $TBase + $TCount} {
237 return [expr {$uc1 + $uc2 - $TBase}]
242 set res [data::GetCompFirst $uc2 $info1]
247 set info2 [data::GetUniCharCompInfo $uc2]
/macosx-10.10.1/security_ocspd-55124/server/
H A DocspdServer.cpp342 const char *uc2 = "\""; local
343 cmdLen = strlen(uc1)+strlen(updateFileName)+strlen(uc2)+1;
350 strncat(command, uc2, tmpLen);
379 const char *uc2 = "\" | /usr/bin/awk -F= '{print $2}' > \""; local
382 strlen(uc2)+strlen(updateFileName)+
390 strncat(command, uc2, tmpLen);
391 tmpLen -= strlen(uc2);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c1010 unsigned char*uc1, *uc2; local
1027 uc2 = (unsigned char*)&y;
1030 CURL_SB_ACCUM(tn, uc2[0]);
1031 CURL_SB_ACCUM(tn, uc2[1]);
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c1294 register unsigned uc2 = (unsigned char)c2; local
1297 if (col[uc1] != col[uc2])
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c1246 unsigned uc2 = (uch)c2; local
1249 if (col[uc1] != col[uc2])
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dhangul3.el882 ("uc2" ?$(C5,(B)

Completed in 204 milliseconds