Searched refs:uc (Results 1 - 25 of 218) sorted by path

123456789

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh295 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5454 done | sort | sort -uc >/dev/null 2>&1); then
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dfilter.t62 (sub { $_ = uc $_ ; $fetch_key = $_ }) ;
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t767 (sub { $_ = uc $_ ; $fetch_key = $_ }) ;
H A Ddb-hash.t565 (sub { $_ = uc $_ ; $fetch_key = $_ }) ;
1176 $db->filter_store_key (sub { uc $_ } );
1178 $db->filter_store_value (sub { uc $_ } );
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage50 map { my $v = $ttopts{ $_ }; defined $v ? (uc $_, $v) : () }
69 ${ $Template::Directive::{ uc $_ } } = $ttdirectiveopts{ $_ }
H A Dttree94 map { my $v = $ttopts{ $_ }; defined $v ? (uc $_, $v) : () }
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t108 return uc($node);
H A D91_Tree_Simple_Visitor_FromNestedArray_test.t106 return uc($node);
H A D92_Tree_Simple_Visitor_ToNestedHash_test.t68 return uc($_[0]->getNodeValue());
88 return uc($_[0]->getNodeValue());
H A D93_Tree_Simple_Visitor_ToNestedArray_test.t68 return uc($_[0]->getNodeValue());
88 return uc($_[0]->getNodeValue());
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1_print.c194 unsigned char *uc; local
197 uc = (unsigned char *)str.data;
199 printf ("%02x", uc[i]);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh3727 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9120 done | sort | sort -uc >/dev/null 2>&1); then
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dunvis.c192 unsigned char uc = (unsigned char)c; local
336 if (isoctal(uc)) {
352 if (isoctal(uc)) {
362 if (isxdigit(uc)) {
363 *cp = xtod(uc);
375 if (isxdigit(uc)) {
376 *cp = xtod(uc) | (*cp << 4);
382 if (uc == '\n' || uc == '\r') {
386 if (isxdigit(uc)
[all...]
H A Dvis.c363 unsigned char uc = (unsigned char)c; local
374 dst = (*f)(dst, uc, flag, nextc, extra);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dvis.c361 unsigned char uc = (unsigned char)c; local
371 dst = do_hvis(dst, uc, flag, nextc, extra);
373 dst = do_svis(dst, uc, flag, nextc, extra);
/macosx-10.10/Heimdal-398.1.2/
H A Dltmain.sh2601 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
7393 done | sort | sort -uc >/dev/null 2>&1); then
/macosx-10.10/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp143 UChar uc = nextUChar(dictData, dictDataLength);
144 while (U_SUCCESS(status) && uc) {
145 while (uc && !u_isspace(uc)) {
147 uc = nextUChar(dictData, dictDataLength);
156 while (uc && !breaks.contains(uc)) {
157 uc = nextUChar(dictData, dictDataLength);
160 while (uc && breaks.contains(uc)) {
[all...]
H A Ddictbe.cpp259 UChar32 uc; local
330 uc = utext_current32(text);
337 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
340 // two characters after uc were not 0x0E4C THANTHAKHAT before
349 pc = uc;
379 && fSuffixSet.contains(uc = utext_current32(text))) {
380 if (uc == THAI_PAIYANNOI) {
386 uc = utext_current32(text); // Fetch next character
393 if (uc == THAI_MAIYAMOK) {
487 UChar32 uc; local
688 UChar32 uc; local
[all...]
H A Dubidiwrt.c459 UChar uc; local
478 uc=LRM_CHAR;
481 uc=RLM_CHAR;
483 else uc=0;
484 if(uc) {
486 *dest++=uc;
504 uc=LRM_CHAR;
507 uc=RLM_CHAR;
509 else uc=0;
510 if(uc) {
[all...]
/macosx-10.10/ICU-531.30/icuSources/config/
H A DMakefile.inc.in91 COMMON_STUBNAME = uc
109 ICULIBS_COMMON = -l$(ICUPREFIX)uc$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecNumber.c821 Unit *uc, *msuc; /* -> result and its msu */ local
836 uc=res->lsu; /* .. */
839 msuc=uc+D2U(set->digits)-1; /* -> msu of result */
841 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
847 *uc=0; /* can now write back */
850 *uc=0; /* can now write back */
853 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */
862 if (uc
1218 Unit *uc, *msuc; /* -> result and its msu */ local
1837 Unit *uc, *msuc; /* -> result and its msu */ local
3267 Unit *uc, *msuc; /* -> result and its msu */ local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcoleitr.h288 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) { argument
289 return reinterpret_cast<CollationElementIterator *>(uc);
292 static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc) { argument
293 return reinterpret_cast<const CollationElementIterator *>(uc);
H A Dcoll.h1143 static inline Collator *fromUCollator(UCollator *uc) { argument
1144 return reinterpret_cast<Collator *>(uc);
1147 static inline const Collator *fromUCollator(const UCollator *uc) { argument
1148 return reinterpret_cast<const Collator *>(uc);
H A Dtblcoll.h768 static inline RuleBasedCollator *rbcFromUCollator(UCollator *uc) { argument
769 return dynamic_cast<RuleBasedCollator *>(fromUCollator(uc));
772 static inline const RuleBasedCollator *rbcFromUCollator(const UCollator *uc) { argument
773 return dynamic_cast<const RuleBasedCollator *>(fromUCollator(uc));
/macosx-10.10/ICU-531.30/icuSources/io/unicode/
H A Dustdio.h558 * @param uc The UChar to write.
564 u_fputc(UChar32 uc,

Completed in 322 milliseconds

123456789