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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dcaniter.h181 const Normalizer2 &nfd; member in class:CanonicalIterator
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h181 const Normalizer2 &nfd; member in class:CanonicalIterator
/external/bison/lib/
H A Dw32spawn.h59 int nfd = fd_safer_noinherit (dup_noinherit (fd)); local
63 return nfd;
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.h178 const Normalizer2 &nfd, &nfc; member in class:CollationRuleParser
H A Dcollationbuilder.h293 const Normalizer2 &nfd, &fcd; member in class:CollationBuilder
H A Dusrchimp.h170 const icu::Normalizer2 *nfd; member in struct:UStringSearch
H A Drulebasedcollator.cpp1372 UnicodeString nfd; local
1373 data->nfcImpl.decompose(nfdQCYesLimit, limit, nfd, destLengthEstimate, errorCode);
1374 u_writeIdenticalLevelRun(prev, nfd.getBuffer(), nfd.length(), sink);
/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)));
/external/chromium_org/third_party/icu/source/i18n/
H A Dusrchimp.h64 const icu::Normalizer2 *nfd; member in struct:UStringSearch
H A Ducol_imp.h294 const Normalizer2 *nfd; member in struct:collIterate
/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...]
/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);
H A Dtransrt.cpp1092 Transliterator *nfd = Transliterator::createInstance("nfd", UTRANS_FORWARD, status); local
1096 nfd->transliterate(nfded);
1124 delete nfd;
/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...]
/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);
H A Dtransrt.cpp1092 Transliterator *nfd = Transliterator::createInstance("nfd", UTRANS_FORWARD, status); local
1096 nfd->transliterate(nfded);
1124 delete nfd;
/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/mksh/src/
H A Dshf.c73 int nfd; local
75 nfd = fcntl(fd, F_DUPFD, FDBASE);
78 if (nfd < 0) {
83 fd = nfd;
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...]
/external/compiler-rt/lib/tsan/rtl/
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/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/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/chromium_org/third_party/libevent/
H A Dhttp.c2238 int nfd; local
2240 if ((nfd = accept(fd, (struct sockaddr *)&ss, &addrlen)) == -1) {
2245 if (evutil_make_socket_nonblocking(nfd) < 0)
2248 evhttp_get_request(http, nfd, (struct sockaddr *)&ss, addrlen);

Completed in 1227 milliseconds