Searched defs:byteLen (Results 1 – 12 of 12) sorted by relevance
59 int byteLen; in getValue() local
91 int byteLen = string.length; in DERBMPString() local
89 int byteLen = string.length; in DERBMPString() local
126 int byteLen = byteString.toBytes(test, bytes, 0); in testString() local
270 static void bytesToNibbles(State s, int byteLen) { in bytesToNibbles()
146 Editor::TextPosition Editor::insert(TextPosition pos, const char* utf8Text, size_t byteLen) { in insert()
689 int byteLen = (qlen << 2) - 4 + lastQuadBytes; in _addName() local
1715 function bytesToNibbles(s, byteLen) { argument
1771 int byteLen = (qlen << 2) - 4 + lastQuadBytes; in addName() local
2291 int byteLen = (qlen << 2) - 4 + lastQuadBytes; in addName() local
1833 … size_t byteLen, const SkFont& font)->sk_sp<SkTextBlob> { in EMSCRIPTEN_BINDINGS()