Searched refs:nfd (Results 1 - 25 of 36) sorted by relevance

12

/external/libedit/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
515 nfd = n;
538 while (nfd < n) {
549 if (*ofd == '\0' && *nfd == '\0') {
556 while ((o > ofd) && (n > nfd) && (*--o == *--n))
570 * case 1: insert: scan from nfd to nls looking for *ofd
573 for (c = *ofd, n = nfd; n < nls; n++) {
584 (2 * (p - n) > n - nfd)) {
594 * case 2: delete: scan from ofd to ols looking for *nfd
596 if (*nfd) {
[all...]
/external/bison/lib/
H A Dw32spawn.h59 int nfd = fd_safer_noinherit (dup_noinherit (fd)); local
63 return nfd;
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp110 UnicodeString nfd; local
116 if(nfcNorm2->getDecomposition(c, nfd)) {
118 if(nfd.length()==1) {
119 c=nfd[0]; /* single BMP code point */
120 } else if(nfd.length()<=U16_MAX_LENGTH &&
121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
140 nfd.getBuffer(), nfd.length(),
143 0!=u_strCompare(nfd
[all...]
H A Dcaniter.cpp74 nfd(*Normalizer2Factory::getNFDInstance(status)),
173 nfd.normalize(newSource, source, status);
382 nfd.normalize(possible, attempt, status);
510 nfd.normalize(temp, decompString, status);
567 nfd.normalize(temp, trial, status);
/external/icu/icu4c/source/common/
H A Duprops.cpp110 UnicodeString nfd; local
116 if(nfcNorm2->getDecomposition(c, nfd)) {
118 if(nfd.length()==1) {
119 c=nfd[0]; /* single BMP code point */
120 } else if(nfd.length()<=U16_MAX_LENGTH &&
121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
140 nfd.getBuffer(), nfd.length(),
143 0!=u_strCompare(nfd
[all...]
H A Dcaniter.cpp74 nfd(*Normalizer2Factory::getNFDInstance(status)),
173 nfd.normalize(newSource, source, status);
382 nfd.normalize(possible, attempt, status);
510 nfd.normalize(temp, decompString, status);
567 nfd.normalize(temp, trial, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dcaniter.h181 const Normalizer2 &nfd; member in class:CanonicalIterator
/external/chromium_org/third_party/icu/source/i18n/
H A Dusrchimp.h64 const icu::Normalizer2 *nfd; member in struct:UStringSearch
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h181 const Normalizer2 &nfd; member in class:CanonicalIterator
/external/netcat/
H A Dnetcat.c760 readwrite(int nfd) argument
771 pfd[0].fd = nfd;
783 close(nfd);
791 if ((n = read(nfd, buf, plen)) < 0)
794 shutdown(nfd, SHUT_RD);
799 atelnet(nfd, buf, n);
809 shutdown(nfd, SHUT_WR);
813 if (atomicio(vwrite, nfd, buf, n) != n)
822 atelnet(int nfd, unsigned char *buf, unsigned int size) argument
846 if (atomicio(vwrite, nfd, obu
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h196 int ExtractResolvFDs(void *state, int *fds, int nfd);
197 int ExtractRecvmsgFDs(void *msg, int *fds, int nfd);
H A Dtsan_platform_linux.cc372 int ExtractResolvFDs(void *state, int *fds, int nfd) { argument
376 for (int i = 0; i < MAXNS && cnt < nfd; i++) {
389 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { argument
399 if (res == nfd)
/external/mksh/src/
H A Dmain.c1357 int nfd; local
1359 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1361 if ((shl_dbg_fd = nfd) == -1)
1373 ksh_dup2(int ofd, int nfd, bool errok) argument
1377 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF))
1383 fcntl(nfd, F_SETFD, 0);
1396 int nfd = fd; local
1398 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
1401 if (nfd < 0 || nfd > SHRT_MA
[all...]
H A Dshf.c73 int nfd; local
75 nfd = fcntl(fd, F_DUPFD, FDBASE);
78 if (nfd < 0) {
83 fd = nfd;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c665 UChar nfd[100]; local
683 nfd, 100, &status);
688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
1147 nfd[]={ /* + separates expected output pieces */ local
1193 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR, nfdIndexes, sizeof(nfdIndexes)/4);
1204 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR, nfdIndexes, sizeof(nfdIndexes)/4);
1244 if(U_FAILURE(errorCode) || length!=2 || buffer[0]!=nfd[2] || buffer[1]!=nfd[
1360 UChar s[U16_MAX_LENGTH], nfd[16]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c665 UChar nfd[100]; local
683 nfd, 100, &status);
688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
1147 nfd[]={ /* + separates expected output pieces */ local
1193 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR, nfdIndexes, sizeof(nfdIndexes)/4);
1204 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR, nfdIndexes, sizeof(nfdIndexes)/4);
1244 if(U_FAILURE(errorCode) || length!=2 || buffer[0]!=nfd[2] || buffer[1]!=nfd[
1360 UChar s[U16_MAX_LENGTH], nfd[16]; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp193 : nfd(*Normalizer2::getNFDInstance(errorCode)),
296 UnicodeString nfdString = nfd.normalize(str, errorCode);
647 nfd.normalize(prefix, nfdPrefix, errorCode);
653 UnicodeString nfdString = nfd.normalize(str, errorCode);
726 UnicodeString nfdExtension = nfd.normalize(extension, errorCode);
1127 if(nfd.getCombiningClass(lastStarter) == 0) { break; }
1146 nfd.getDecomposition(composite, decomp);
1222 sourceCC = nfd.getCombiningClass(sourceChar);
1228 decompCC = nfd.getCombiningClass(decompChar);
1262 U_ASSERT(nfd
[all...]
H A Dcollationruleparser.h178 const Normalizer2 &nfd, &nfc; member in class:CollationRuleParser
H A Dusrchimp.h170 const icu::Normalizer2 *nfd; member in struct:UStringSearch
H A Dcollationbuilder.h293 const Normalizer2 &nfd, &fcd; member in class:CollationBuilder
H A Dcollationruleparser.cpp59 : nfd(*Normalizer2::getNFDInstance(errorCode)),
303 if(!nfd.isInert(c)) {
336 if(!nfd.isInert(prev)) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducdtest.cpp346 const Normalizer2 *nfd=Normalizer2::getNFDInstance(errorCode); local
359 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode);
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp346 const Normalizer2 *nfd=Normalizer2::getNFDInstance(errorCode); local
359 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode);
H A Dcollationtest.cpp63 : fcd(NULL), nfd(NULL),
125 const Normalizer2 *fcd, *nfd; member in class:CollationTest
1694 if(isOk && (!nfd->isNormalized(prevString, errorCode) || !nfd->isNormalized(s, errorCode))) {
1695 UnicodeString pn = nfd->normalize(prevString, errorCode);
1696 UnicodeString n = nfd->normalize(s, errorCode);
1716 nfd = Normalizer2Factory::getNFDInstance(errorCode);
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc358 NonFocusableDelegate nfd; local
360 &nfd, -1, gfx::Rect(10, 10, 10, 10), w1.get()));
402 NonFocusableDelegate nfd; local
404 &nfd, -1, gfx::Rect(70, 70, 50, 50)));

Completed in 1274 milliseconds

12