Home
last modified time | relevance | path

Searched defs:byteMap (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/node_modules/eslint/node_modules/chardet/encoding/
Dsbcs.js101 sbcs.prototype.byteMap = function() {}; method in sbcs
133 this.byteMap = function() { method in module.exports.ISO_8859_1
283 this.byteMap = function() { method in module.exports.ISO_8859_2
373 this.byteMap = function() { method in module.exports.ISO_8859_5
435 this.byteMap = function() { method in module.exports.ISO_8859_6
497 this.byteMap = function() { method in module.exports.ISO_8859_7
559 this.byteMap = function() { method in module.exports.ISO_8859_8
634 this.byteMap = function() { method in module.exports.ISO_8859_9
696 this.byteMap = function() { method
758 this.byteMap = function() { method
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_sbcs.java35 protected byte[] byteMap; field in CharsetRecog_sbcs.NGramParser
270 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) in match()
275 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) in match()
281 int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar){ in matchIBM420()
297 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_1
453 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_2
550 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_5
617 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_6
684 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_7
752 protected static byte[] byteMap = { field in CharsetRecog_sbcs.CharsetRecog_8859_8
[all …]