Searched refs:eType (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 184 EncodingType eType = Buffer::GetEncodingType(type); in FromString() local 185 switch (eType) { in FromString() 196 return FromStringBase64(env, thisVar, args[0], size, eType); in FromString() 940 uint32_t GetValue(napi_env env, EncodingType &eType, std::string &str, napi_value &args) in GetValue() argument 944 switch (eType) { in GetValue() 961 str = GetStringBase64(env, args, eType); in GetValue() 983 EncodingType eType = Buffer::GetEncodingType(type); in IndexOf() local 986 len = GetValue(env, eType, str, args[0]); in IndexOf() 996 len = (eType == UTF16LE) ? len : str.length(); in IndexOf() 999 len = (eType in IndexOf() [all...] |
Completed in 3 milliseconds