HomeSort by relevance Sort by last modified time
    Searched refs:utf8 (Results 426 - 450 of 624) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 19 "unicode/utf8"
257 if c >= utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 17 "unicode/utf8"
396 b.cell.width += utf8.RuneCount(b.buf.Bytes()[b.pos:b.buf.Len()])
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 5 // Package utf8 implements functions and constants to support text encoded in
7 package utf8 package
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
175 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /external/python/cpython2/Lib/test/
test_xmlrpc.py 171 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
196 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 431 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) {
446 icu::UnicodeString utf16(icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, byteCount)));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
175 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
175 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 18 "unicode/utf8"
496 buf := make([]byte, utf8.UTFMax)
498 size := utf8.EncodeRune(buf, r)
512 size := utf8.EncodeRune(buf, r1)
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 18 "unicode/utf8"
496 buf := make([]byte, utf8.UTFMax)
498 size := utf8.EncodeRune(buf, r)
512 size := utf8.EncodeRune(buf, r1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
175 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?>
175 (s, d), m = xmlrpclib.loads(utf8)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 16 "unicode/utf8"
1051 r, w := utf8.DecodeRuneInString(str)
1052 if w == 1 && r == utf8.RuneError {
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 30 "unicode/utf8"
450 if b >= utf8.RuneSelf {
472 if !utf8.Valid(bytes) {
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 19 "unicode/utf8"
438 {"%c%c%c", "\xc2X\xc2", args(&r1, &r2, &r3), args(utf8.RuneError, 'X', utf8.RuneError), ""},
    [all...]
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 23 "unicode/utf8"
101 if utf8.RuneCountInString(s) > maxLen {
107 _, size := utf8.DecodeRuneInString(s[i:])
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 16 "unicode/utf8"
1051 r, w := utf8.DecodeRuneInString(str)
1052 if w == 1 && r == utf8.RuneError {
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 30 "unicode/utf8"
450 if b >= utf8.RuneSelf {
472 if !utf8.Valid(bytes) {
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 19 "unicode/utf8"
438 {"%c%c%c", "\xc2X\xc2", args(&r1, &r2, &r3), args(utf8.RuneError, 'X', utf8.RuneError), ""},
    [all...]
  /prebuilts/go/linux-x86/src/go/constant/
value.go 23 "unicode/utf8"
101 if utf8.RuneCountInString(s) > maxLen {
107 _, size := utf8.DecodeRuneInString(s[i:])
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 483 std::string utf8; local
484 UnicodeString(s).toUTF8String(utf8);
486 reinterpret_cast<const uint8_t *>(utf8.c_str()), 0, -1);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 12 "unicode/utf8"
531 case ' ' <= x && x < utf8.RuneSelf && x != '\\' && x != '\'':
537 case 0 <= x && x <= utf8.MaxRune:
    [all...]
noder.go 14 "unicode/utf8"
1239 r, _ = utf8.DecodeRuneInString(u)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 12 "unicode/utf8"
531 case ' ' <= x && x < utf8.RuneSelf && x != '\\' && x != '\'':
537 case 0 <= x && x <= utf8.MaxRune:
    [all...]

Completed in 729 milliseconds

<<11121314151617181920>>