Home
last modified time | relevance | path

Searched defs:adapt (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/encodings/
H A Dpunycode.py91 def adapt(delta, first, numchars): function
/third_party/icu/icu4c/source/test/intltest/
H A Dpunyref.cpp110 static punycode_uint adapt( in adapt() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A 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/
H A DPunycodeReference.java121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
/third_party/mbedtls/scripts/
H A Dconfig.py130 def adapt(self, adapter): member in Config
/third_party/node/deps/openssl/openssl/crypto/
H A Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
/third_party/openssl/crypto/
H A Dpunycode.c43 static int adapt(unsigned int delta, unsigned int numpoints, in adapt() function
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc541 SimpleCreateFunction(Isolate* isolate, Handle<String> name, Builtin call, int len, bool adapt) SimpleCreateFunction() argument
562 InstallFunctionWithBuiltinId( Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call, int len, bool adapt) InstallFunctionWithBuiltinId() argument
573 SimpleInstallFunction( Isolate* isolate, Handle<JSObject> base, const char* name, Builtin call, int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) SimpleInstallFunction() argument
586 InstallFunctionAtSymbol( Isolate* isolate, Handle<JSObject> base, Handle<Symbol> symbol, const char* symbol_string, Builtin call, int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) InstallFunctionAtSymbol() argument
626 SimpleInstallGetter(Isolate* isolate, Handle<JSObject> base, Handle<Name> name, Handle<Name> property_name, Builtin call, bool adapt) SimpleInstallGetter() argument
645 SimpleInstallGetter(Isolate* isolate, Handle<JSObject> base, Handle<Name> name, Builtin call, bool adapt) SimpleInstallGetter() argument
[all...]

Completed in 10 milliseconds