Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp110 static punycode_uint adapt( in adapt() function
202 bias = adapt(delta, h + 1, h == b); in punycode_encode()
273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/third_party/node/lib/
Dpunycode.js179 const adapt = function(delta, numPoints, firstTime) { function
261 bias = adapt(i - oldi, out, oldi == 0);
362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/
Dpunycode.js179 const adapt = function(delta, numPoints, firstTime) { function
261 bias = adapt(i - oldi, out, oldi == 0);
362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
Dpunycode.es6.js179 const adapt = function(delta, numPoints, firstTime) { function
261 bias = adapt(i - oldi, out, oldi == 0);
362 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
/third_party/python/Lib/encodings/
Dpunycode.py91 def adapt(delta, first, numchars): function
114 bias = adapt(delta, points==0, baselen+points+1)
178 bias = adapt(delta, (extpos == 0), len(base))
/third_party/ltp/doc/
Dmini-howto-building-ltp-from-git.txt8 to adapt to your distribution).
20 # Set some useful variables (adapt if you dislike)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
209 bias = adapt(delta, h + 1, (h == b)); in encode()
355 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
212 bias = adapt(delta, h + 1, (h == b)); in encode()
358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/node/deps/npm/node_modules/punycode/
Dpunycode.js217 function adapt(delta, numPoints, firstTime) { function
309 bias = adapt(i - oldi, out, oldi == 0);
429 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
/third_party/openssl/crypto/
Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
177 bias = adapt(i - oldi, written_out + 1, (oldi == 0)); in ossl_punycode_decode()
/third_party/libwebsockets/READMEs/
DREADME.porting.md15 Find a similar examples already in `./contrib/cross-*` and copy and adapt it
59 You can iteratively build and adapt the platform files.
/third_party/ltp/testcases/misc/math/float/power/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/bessel/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/exp_log/
Dreadme1 /* please, adapt the Makefile file to your environment */
/third_party/ltp/testcases/misc/math/float/iperb/
DREADME1 /* please, adapt the Makefile file to your environment */
/third_party/libabigail/doc/manuals/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/third_party/node/deps/npm/node_modules/psl/dist/
Dpsl.js492 function adapt(delta, numPoints, firstTime) {
584 bias = adapt(i - oldi, out, oldi == 0);
704 bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);
/third_party/mindspore/patches/
D0038-adapt-nnrt-ext-deps.patch4 Subject: [PATCH] auto-apply 0038-adapt-nnrt-ext-deps.patch
/third_party/nghttp2/doc/sources/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/third_party/mbedtls/scripts/
Dconfig.py136 def adapt(self, adapter): member in Config
533 config.adapt(args.adapter)
/third_party/skia/third_party/externals/expat/expat/conftools/
Dexpat.m48 dnl This is necessary to adapt a whole lot of packages that have expat
/third_party/skia/third_party/externals/oboe/src/common/
DREADME.md6 is used to adapt the block sizes.
/third_party/protobuf/python/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least

1234567