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

1 2

  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 20 // isASCII reports whether the input is an ASCII C-style string.
21 func isASCII(s string) bool {
33 if isASCII(s) {
  /prebuilts/go/darwin-x86/src/net/http/
http.go 53 func isASCII(s string) bool {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 317 func isASCII(s string) bool {
329 if isASCII(v) {
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 20 // isASCII reports whether the input is an ASCII C-style string.
21 func isASCII(s string) bool {
33 if isASCII(s) {
  /prebuilts/go/linux-x86/src/net/http/
http.go 53 func isASCII(s string) bool {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 317 func isASCII(s string) bool {
329 if isASCII(v) {
  /external/clang/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /external/v8/src/inspector/
string-16.cc 21 bool isASCII(UChar c) { return !(c & ~0x7F); }
24 return isASCII(c) && c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9));
32 if (!isASCII(characters[i])) {
62 return isASCII(b0) ? 1 : inlineUTF8SequenceLengthNonASCII(b0);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 557 if(!hasCertainErrors(aNInfo, severeErrors) && !isASCII(aN)) {
562 if(!hasCertainErrors(aTInfo, severeErrors) && !isASCII(aT)) {
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 97 static UBool isASCII(const UnicodeString &str) {
    [all...]

Completed in 1837 milliseconds

1 2