Home
last modified time | relevance | path

Searched defs:isUTF8 (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipCoder.java97 boolean isUTF8() { in isUTF8() method in ZipCoder
197 boolean isUTF8() { in isUTF8() method in ZipCoder.UTF8ZipCoder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipCoder.java97 boolean isUTF8() { in isUTF8() method in ZipCoder
197 boolean isUTF8() { in isUTF8() method in ZipCoder.UTF8ZipCoder
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipCoder.java97 boolean isUTF8() { in isUTF8() method in ZipCoder
197 boolean isUTF8() { in isUTF8() method in ZipCoder.UTF8ZipCoder
/aosp_15_r20/external/clang/include/clang/Lex/
H A DLiteralSupport.h179 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
244 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLiteralSupport.h212 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
285 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLiteralSupport.h213 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
286 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLiteralSupport.h212 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
285 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLiteralSupport.h212 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
285 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DZipEncodingHelper.java71 static boolean isUTF8(String charsetName) { in isUTF8() method in ZipEncodingHelper
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/
Dencodedword.go180 func isUTF8(charset string) bool { func
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DResStringPool.java562 public boolean isUTF8() { in isUTF8() method in ResStringPool
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp532 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DJSON.cpp695 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp802 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; in stringAt() local
1255 bool ResStringPool::isUTF8() const in isUTF8() function in android::ResStringPool
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
Dzipfs.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/java. ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dzipfs.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/java. ...
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DMPEG4Extractor.cpp4389 bool isUTF8 = true; // Common case in parse3GPPMetaData() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h1559 bool isUTF8() const { return Kind == UTF8; } in isUTF8() function
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/
HDtools.binary-resources.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/google/ com ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h1927 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h1899 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h1899 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } in isUTF8() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h1899 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } in isUTF8() function
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-compress-1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123