HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 601 - 625 of 1259) sorted by null

<<21222324252627282930>>

  /external/icu4c/tools/toolutil/
uparse.c 25 #include "cstring.h"
  /external/liblzf/
Changes 94 - use cstring in c++, not string.h.
  /external/llvm/include/llvm/Support/
PassNameParser.h 31 #include <cstring>
  /external/llvm/include/llvm-c/
Disassembler.h 130 /* The output reference is to a cstring address in a literal pool. */
  /external/llvm/lib/Support/
Allocator.cpp 20 #include <cstring>
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 17 #include <cstring>
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 21 #include <cstring>
EhFrameHdr.cpp 20 #include <cstring>
ResolveInfo.cpp 14 #include <cstring>
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 20 #include <cstring>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 13 #include "cstring"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 21 #include <cstring>
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 218 #include "wtf/text/CString.h"
520 #include "wtf/text/CString.h"
840 #include "wtf/text/CString.h"
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 61 static void InitXReplaceable(XReplaceable* rep, const char* cstring) {
62 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1));
63 u_uastrcpy(rep->text, cstring);
  /external/icu4c/test/cintltst/
utransts.c 61 static void InitXReplaceable(XReplaceable* rep, const char* cstring) {
62 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1));
63 u_uastrcpy(rep->text, cstring);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURL.cpp 33 #include "wtf/text/CString.h"
104 CString encoded = m_encoding->normalizeAndEncode(String(input, inputLength), WTF::URLEncodedEntitiesForUnencodables);
609 CString utf8 = UTF8Encoding().normalizeAndEncode(notEncodedString, WTF::URLEncodedEntitiesForUnencodables);
  /art/runtime/base/
logging.h 21 #include <cstring>
  /external/bison/tests/
c++.at 261 #include <cstring> // strchr
  /external/ceres-solver/internal/ceres/
corrector_test.cc 35 #include <cstring>
suitesparse.h 39 #include <cstring>
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h 11 #include <cstring>
  /external/chromium/googleurl/base/
logging.cc 32 #include <cstring>
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 49 #include <cstring>
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 31 #include <cstring>
  /external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller_impl.cc 9 #include <cstring> // for std::strcmp.

Completed in 2057 milliseconds

<<21222324252627282930>>