Home
last modified time | relevance | path

Searched defs:byteValue (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DByteArrayTableBuilder.java61 public int byteValue(int index) throws IOException { in byteValue() method in ByteArrayTableBuilder
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DByteArrayTableBuilder.java61 public int byteValue(int index) throws IOException { in byteValue() method in ByteArrayTableBuilder
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java111 public static byte[] byteValue(int tag) { in byteValue() method in Tag
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java111 public static byte[] byteValue(int tag) { in byteValue() method in Tag
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DBIG5Tool.java295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local
DEUCTool.java295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_mbcs.java162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local
/third_party/flutter/skia/src/sfnt/
DSkOTTable_glyf.h187 } byteValue; member
/third_party/skia/src/sfnt/
DSkOTTable_glyf.h187 } byteValue; member
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js1177 BigInteger.prototype.byteValue = bnByteValue; method in BigInteger
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1598 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java1601 public byte byteValue() { return (byte)Math.PI; } in byteValue() method in NumberFormatTest.PI