HomeSort by relevance Sort by last modified time
    Searched defs:isUTF8 (Results 1 - 25 of 41) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/util/zip/
ZipCoder.java 55 if (isUTF8 && cd instanceof ArrayDecoder) {
85 if (isUTF8 && ce instanceof ArrayEncoder) {
107 if (isUTF8)
116 if (isUTF8)
123 boolean isUTF8() {
124 return isUTF8;
130 private boolean isUTF8;
135 this.isUTF8 = cs.name().equals(StandardCharsets.UTF_8.name());
  /prebuilts/go/darwin-x86/src/mime/
encodedword.go 84 if !isUTF8(charset) || base64.StdEncoding.EncodedLen(len(s)) <= maxContentLen {
114 if !isUTF8(charset) {
178 func isUTF8(charset string) bool {
  /prebuilts/go/linux-x86/src/mime/
encodedword.go 84 if !isUTF8(charset) || base64.StdEncoding.EncodedLen(len(s)) <= maxContentLen {
114 if !isUTF8(charset) {
178 func isUTF8(charset string) bool {
  /external/clang/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
LiteralSupport.h 179 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
LiteralSupport.h 180 bool isUTF8() const { return Kind == tok::utf8_char_constant; }
245 bool isUTF8() const { return Kind == tok::utf8_string_literal; }
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 717 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0;
718 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(uint8_t):sizeof(uint16_t));
720 if (!isUTF8) {
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1524 milliseconds

1 2