HomeSort by relevance Sort by last modified time
    Searched refs:nonconst_base (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
funcrepl.cpp 72 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); local
74 return nonconst_base;
quant.cpp 60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); local
62 return nonconst_base;
strmatch.cpp 71 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); local
73 return nonconst_base;
82 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); local
84 return nonconst_base;
  /art/libdexfile/dex/
dex_file_loader.cc 116 uint8_t* nonconst_base = const_cast<uint8_t*>(base); local
117 const int32_t error = OpenArchiveFromMemory(nonconst_base, size, "ZipArchiveMemory", &handle);

Completed in 100 milliseconds