Home
last modified time | relevance | path

Searched defs:adapt (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/encodings/
Dpunycode.py91 def adapt(delta, first, numchars): function
/third_party/node/lib/
Dpunycode.js189 const adapt = function(delta, numPoints, firstTime) { function
/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp110 static punycode_uint adapt( in adapt() function
/third_party/openssl/crypto/
Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
/third_party/node/deps/openssl/openssl/crypto/
Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
/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
/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
/third_party/mbedtls/scripts/
Dconfig.py130 def adapt(self, adapter): member in Config
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc544 bool adapt) { in SimpleCreateFunction()
564 int len, bool adapt) { in InstallFunctionWithBuiltinId()
575 int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) { in SimpleInstallFunction()
588 const char* symbol_string, Builtin call, int len, bool adapt, in InstallFunctionAtSymbol()
630 Builtin call, bool adapt) { in SimpleInstallGetter()
648 Builtin call, bool adapt) { in SimpleInstallGetter()
/third_party/node/deps/ada/
Dada.cpp7988 static constexpr int32_t adapt(int32_t d, int32_t n, bool firsttime) { in adapt() function