HomeSort by relevance Sort by last modified time
    Searched defs:nfd (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/icu4c/source/common/unicode/
caniter.h 89 * Gets the NFD form of the current source we are iterating over.
90 * @return gets the source: NOTE: it is the NFD form of source
181 const Normalizer2 &nfd; member in class:U_FINAL
184 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
  /external/bison/lib/
w32spawn.h 59 int nfd = fd_safer_noinherit (dup_noinherit (fd)); local
63 return nfd;
  /external/icu/icu4c/source/i18n/
collationruleparser.h 178 const Normalizer2 &nfd, &nfc; member in class:CollationRuleParser
collationbuilder.h 293 const Normalizer2 &nfd, &fcd; member in class:CollationBuilder
usrchimp.h 170 const icu::Normalizer2 *nfd; member in struct:UStringSearch
rulebasedcollator.cpp 777 * Returns FCD code points and handles temporary switching to NFD.
1375 UnicodeString nfd; local
    [all...]
  /frameworks/base/native/android/
sensor.cpp 142 int nfd = poll(&pfd, 1, 0); local
144 if (nfd < 0)
150 return (nfd == 0) ? 0 : 1;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 52 nfd = allModes.decomp;
58 * Gets the NFD form of the current source we are iterating over.
59 * @return gets the source: NOTE: it is the NFD form of the source originally passed in
112 source = nfd.normalize(newSource);
229 private final Normalizer2 nfd; field in class:CanonicalIterator
243 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
471 if (Normalizer.isNormalized(cp, Normalizer.NFD)) continue;
474 String decomp = Normalizer.normalize(cp, Normalizer.NFD);
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 616 const UNormalizer2 *nfd=unorm2_getNFDInstance(errorCode); local
622 UNormalizer2 *p2 = unorm2_openFiltered(nfd, emptySet.toUSet(), errorCode);
ucdtest.cpp 327 const Normalizer2 *nfd=Normalizer2::getNFDInstance(errorCode); local
330 dataerrln("Normalizer2::getInstance(NFD) or Normalizer2Factory::getNFCImpl() failed - %s\n",
340 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode);
collationtest.cpp 58 : fcd(NULL), nfd(NULL),
122 const Normalizer2 *fcd, *nfd; member in class:CollationTest
    [all...]
transrt.cpp 1092 Transliterator *nfd = Transliterator::createInstance("nfd", UTRANS_FORWARD, status); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 52 nfd = allModes.decomp;
58 * Gets the NFD form of the current source we are iterating over.
59 * @return gets the source: NOTE: it is the NFD form of the source originally passed in
116 source = nfd.normalize(newSource);
233 private final Normalizer2 nfd; field in class:CanonicalIterator
247 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
475 if (Normalizer.isNormalized(cp, Normalizer.NFD)) continue;
478 String decomp = Normalizer.normalize(cp, Normalizer.NFD);
  /external/libedit/src/
refresh.c 504 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...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
AbstractCalendar.java 264 long nfd; local
266 nfd = 7 * nth + getDayOfWeekDateBefore(fd, dayOfWeek);
268 nfd = 7 * nth + getDayOfWeekDateAfter(fd, dayOfWeek);
270 getCalendarDateFromFixedDate(ndate, nfd);
  /external/icu/icu4c/source/common/
uprops.cpp 107 UnicodeString nfd; local
113 if(nfcNorm2->getDecomposition(c, nfd)) {
115 if(nfd.length()==1) {
116 c=nfd[0]; /* single BMP code point */
117 } else if(nfd.length()<=U16_MAX_LENGTH &&
118 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
137 nfd.getBuffer(), nfd.length(),
140 0!=u_strCompare(nfd.getBuffer(), nfd.length()
    [all...]
  /external/mksh/src/
shf.c 73 int nfd; local
75 nfd = fcntl(fd, F_DUPFD, FDBASE);
78 if (nfd < 0) {
83 fd = nfd;
main.c 1375 int nfd; local
1377 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1379 if ((shl_dbg_fd = nfd) == -1)
1391 ksh_dup2(int ofd, int nfd, bool errok)
1395 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF))
1401 fcntl(nfd, F_SETFD, 0);
1414 int nfd = fd; local
1416 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
1419 if (nfd < 0 || nfd > SHRT_MAX
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 41 nfd = Normalizer2.getNFDInstance();
117 String nfdString = nfd.normalize(str);
444 nfdPrefix = nfd.normalize(prefix);
446 String nfdString = nfd.normalize(str);
506 String nfdExtension = nfd.normalize(extension);
1490 private Normalizer2 nfd, fcd; field in class:CollationBuilder
    [all...]
CollationRuleParser.java 341 if(!nfd.isInert(c)) {
342 setParseError("starred-relation string is not all NFD-inert");
373 if(!nfd.isInert(prev)) {
374 setParseError("starred-relation string range is not all NFD-inert");
907 private Normalizer2 nfd = Normalizer2.getNFDInstance(); field in class:CollationRuleParser
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 37 nfd = Normalizer2.getNFDInstance();
113 String nfdString = nfd.normalize(str);
440 nfdPrefix = nfd.normalize(prefix);
442 String nfdString = nfd.normalize(str);
502 String nfdExtension = nfd.normalize(extension);
1486 private Normalizer2 nfd, fcd; field in class:CollationBuilder
    [all...]
CollationRuleParser.java 337 if(!nfd.isInert(c)) {
338 setParseError("starred-relation string is not all NFD-inert");
369 if(!nfd.isInert(prev)) {
370 setParseError("starred-relation string range is not all NFD-inert");
903 private Normalizer2 nfd = Normalizer2.getNFDInstance(); field in class:CollationRuleParser
    [all...]
  /external/curl/tests/server/
sockfilt.c 697 DWORD nfd = 0, thd = 0, wsa = 0; local
741 handles[nfd] = 0;
754 data[nfd].fd = curlx_sitosk(fds);
758 handles[nfd] = handle;
763 handles[nfd] = GetStdHandle(STD_OUTPUT_HANDLE);
766 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE);
774 handles[nfd] = handle;
783 handles[nfd] = handle;
789 nfd++;
802 wait = WaitForMultipleObjectsEx(nfd, handles, FALSE, milliseconds, FALSE)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 341 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
386 log_data_err("ERROR in NFD quick check at U+%04x - (Are you missing data?)\n", cp);
414 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
451 /* NFD and NFKD does not have any MAYBE codepoints */
483 log_data_err("ERROR in NFD quick check for string at count %d - (Are you missing data?)\n", count);
664 UChar nfd[100]; local
682 nfd, 100, &status);
687 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
714 log_data_err("unorm_normalize(pure preflighting NFD)=%ld failed with %s - (Are you missing data?)\n", length, u_errorName(errorCode));
721 log_err("unorm_normalize(NFD)=%ld failed with %s\n", length, u_errorName(errorCode))
1146 nfd[]={ \/* + separates expected output pieces *\/ local
1359 UChar s[U16_MAX_LENGTH], nfd[16]; local
    [all...]
  /external/dbus/dbus/
dbus-message.c 819 int *pfd, nfd; local
836 if ((nfd = _dbus_dup(real->message->unix_fds[idx.u32], error)) < 0)
839 *pfd = nfd;
    [all...]

Completed in 2134 milliseconds

1 2