/dalvik/dx/tests/003-magic-version-access/ |
class-version-51.65535.txt | 14 01 0005 "Small" # 0001: utf8["Small"] 15 01 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"]
|
class-version-52.0.txt | 14 01 0005 "Small" # 0001: utf8["Small"] 15 01 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"]
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
expected.txt | 11 0003: utf8{"Small"} 12 0004: utf8{"java/lang/Object"} 13 0005: utf8{"blort"} 14 0006: utf8{"()V"} 15 0007: utf8{"Code"} 16 0008: utf8{"LineNumberTable"}
|
/dalvik/dx/tests/002-minimal-valid/ |
expected.txt | 12 0004: utf8{"<init>"} 13 0005: utf8{"()V"} 14 0006: utf8{"Code"} 16 0008: utf8{"Small"} 17 0009: utf8{"java/lang/Object"}
|
/dalvik/dx/tests/004-cp-bottom-up/ |
expected.txt | 9 0001: utf8{"Small"} 10 0002: utf8{"java/lang/Object"} 13 0005: utf8{"blort"} 14 0006: utf8{"x/y/Zzz"} 15 0007: utf8{"()V"}
|
small-class.txt | 13 01 0005 "Small" # 0001: utf8["Small"] 14 01 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"] 17 01 0005 "blort" # 0005: utf8["blort"] 18 01 0007 "x/y/Zzz" # 0006: utf8["x/y/Zzz"] 19 01 0003 "()V" # 0007: utf8["()V"]
|
/dalvik/dx/tests/005-cp-top-down/ |
expected.txt | 19 000d: utf8{"()V"} 20 000e: utf8{"x/y/Zzz"} 21 000f: utf8{"blort"} 24 0012: utf8{"java/lang/Object"} 25 0013: utf8{"Small"}
|
small-class.txt | 23 01 0003 "()V" # 000d: utf8["()V"] 24 01 0007 "x/y/Zzz" # 000e: utf8["x/y/Zzz"] 25 01 0005 "blort" # 000f: utf8["blort"] 28 01 0010 "java/lang/Object" # 0012: utf8["java/lang/Object"] 29 01 0005 "Small" # 0013: utf8["Small"]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
XmlBox.java | 4 import com.coremedia.iso.Utf8; 30 return 4 + Utf8.utf8StringLengthInBytes(xml); 42 byteBuffer.put(Utf8.convert(xml));
|
DataEntryUrnBox.java | 20 import com.coremedia.iso.Utf8; 48 return Utf8.utf8StringLengthInBytes(name) + 1 + Utf8.utf8StringLengthInBytes(location) + 1; 60 byteBuffer.put(Utf8.convert(name)); 62 byteBuffer.put(Utf8.convert(location));
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleMeanBox.java | 4 import com.coremedia.iso.Utf8;
23 return 4 + Utf8.utf8StringLengthInBytes(meaning);
35 byteBuffer.put(Utf8.convert(meaning));
|
AppleNameBox.java | 4 import com.coremedia.iso.Utf8;
23 return 4 + Utf8.convert(name).length;
43 byteBuffer.put(Utf8.convert(name));
|
/external/qemu/telephony/ |
gsm.h | 71 /* check that a given utf8 string is well-formed, returns 1 on success, 0 otherwise */ 72 extern int utf8_check( cbytes_t utf8, int utf8len ); 74 /* check that all characters in a given utf8 string can be encoded into the GSM alphabet. 76 extern int utf8_check_gsm7( cbytes_t utf8, int utf8len ); 78 /* try to skip enough utf8 characters to generate gsm7len GSM septets */ 79 extern cbytes_t utf8_skip_gsm7( cbytes_t utf8, cbytes_t utf8end, int gsm7len ); 85 extern int utf8_to_gsm7( cbytes_t utf8, int utf8len, bytes_t dst, int offset ); 87 /* convert a utf8 string into an array of 8-bit unpacked GSM septets, 89 extern int utf8_to_gsm8( cbytes_t utf8, int utf8len, bytes_t dst ); 91 /* convert a GSM septets string into a utf-8 byte string. assumes that 'utf8' is NULL or properl [all...] |
/dalvik/dx/tests/007-no-superclass/ |
small-class.txt | 13 01 0010 "java/lang/Object" # 0001: utf8["java/lang/Object"]
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
expected.txt | 9 0001: utf8{"Small"} 10 0002: utf8{"java/lang/Object"} 13 0005: utf8{"InnerClasses"} 14 0006: utf8{"Zorch"}
|
/external/chromium_org/build/ |
escape_unicode.py | 32 if not in_filename.endswith('.utf8'): 33 print "input_file should end in .utf8" 44 input_data = codecs.open(in_filename, 'r', 'utf8').read() 48 out_file.write(repr(char.encode('utf8'))[1:-1])
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
Utf8.java | 23 public final class Utf8 { 48 public static int utf8StringLengthInBytes(String utf8) { 50 if (utf8 != null) { 51 return utf8.getBytes("UTF-8").length;
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
Makefile.am | 26 insens subwrite writeout readin insert utf8-1 utf8-2 utf8-3 utf8-4 \ 84 utf8-1.good utf8-1.inp utf8-1.sed \ 85 utf8-2.good utf8-2.inp utf8-2.sed [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkUtils.cpp | 179 int SkUTF8_CountUnichars(const char utf8[]) { 180 SkASSERT(utf8); 185 int c = *(const uint8_t*)utf8; 189 utf8 += SkUTF8_LeadByteToCount(c); 195 int SkUTF8_CountUnichars(const char utf8[], size_t byteLength) { 196 SkASSERT(NULL != utf8 || 0 == byteLength); 199 const char* stop = utf8 + byteLength; 201 while (utf8 < stop) { 202 utf8 += SkUTF8_LeadByteToCount(*(const uint8_t*)utf8); [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 5 import com.coremedia.iso.Utf8; 94 return 22 + Utf8.convert(name).length + Utf8.convert(astronomicalBody).length + Utf8.convert(additionalNotes).length; 115 byteBuffer.put(Utf8.convert(name)); 121 byteBuffer.put(Utf8.convert(astronomicalBody)); 123 byteBuffer.put(Utf8.convert(additionalNotes));
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/ |
BaseLocationBox.java | 20 import com.coremedia.iso.Utf8; 67 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation) - 1]); 69 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation) - 1]); 76 byteBuffer.put(Utf8.convert(baseLocation)); 77 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term zero 78 byteBuffer.put(Utf8.convert(purchaseLocation)); 79 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation)]); // string plus term zero
|
/external/skia/src/core/ |
SkUtils.cpp | 179 int SkUTF8_CountUnichars(const char utf8[]) { 180 SkASSERT(utf8); 185 int c = *(const uint8_t*)utf8; 189 utf8 += SkUTF8_LeadByteToCount(c); 195 int SkUTF8_CountUnichars(const char utf8[], size_t byteLength) { 196 SkASSERT(NULL != utf8 || 0 == byteLength); 199 const char* stop = utf8 + byteLength; 201 while (utf8 < stop) { 202 utf8 += SkUTF8_LeadByteToCount(*(const uint8_t*)utf8); [all...] |
/external/chromium_org/content/shell/renderer/test_runner/ |
notification_presenter.cc | 70 std::string replaceId(notification.replaceId().utf8()); 75 replacements_[replaceId] = notification.title().utf8(); 80 delegate_->printMessage(notification.title().utf8().data()); 89 notification.body().utf8().data()); 94 notification.replaceId().utf8().data()); 104 std::string title = notification.title().utf8(); 114 std::string title = notification.title().utf8(); 127 std::string title = notification.title().utf8(); 133 const std::string origin = security_origin.toString().utf8(); 148 std::string origin = security_origin.toString().utf8(); [all...] |
/external/chromium_org/mojo/public/js/bindings/ |
unicode.js | 6 * Defines functions for translating between JavaScript strings and UTF8 strings 12 * Decodes the UTF8 string from the given buffer. 13 * @param {ArrayBufferView} buffer The buffer containing UTF8 string data. 21 * Encodes the given JavaScript string into UTF8. 38 * Returns the number of bytes that a UTF8 encoding of the JavaScript string
|
/external/chromium_org/base/android/jni_generator/ |
testMotionEvent.javap7 | 24 #10 = Utf8 PointerProperties 25 #11 = Utf8 InnerClasses 27 #13 = Utf8 PointerCoords 28 #14 = Utf8 INVALID_POINTER_ID 29 #15 = Utf8 I 30 #16 = Utf8 ConstantValue 32 #18 = Utf8 ACTION_MASK 34 #20 = Utf8 ACTION_DOWN 36 #22 = Utf8 ACTION_UP 38 #24 = Utf8 ACTION_MOV [all...] |