HomeSort by relevance Sort by last modified time
    Searched defs:char_count (Results 1 - 11 of 11) sorted by null

  /art/libdexfile/dex/
utf.cc 126 const uint16_t* utf16_in, size_t char_count) {
127 if (LIKELY(byte_count == char_count)) {
129 const uint16_t *utf16_end = utf16_in + char_count;
137 while (char_count--) {
142 // Char_count == 0 here implies we've encountered an unpaired
146 if ((ch >= 0xd800 && ch <= 0xdbff) && (char_count > 0)) {
154 char_count--;
239 size_t CountUtf8Bytes(const uint16_t* chars, size_t char_count) {
241 const uint16_t *end = chars + char_count;
290 size_t char_count = CountModifiedUtf8Chars(p) local
    [all...]
descriptors_names.cc 101 size_t char_count = CountModifiedUtf8Chars(s.c_str()); local
103 for (size_t i = 0; i < char_count; ++i) {
  /art/runtime/mirror/
string.cc 200 size_t char_count = CountModifiedUtf8Chars(utf, byte_count); local
201 return AllocFromModifiedUtf8(self, char_count, utf, byte_count);
  /art/test/ti-agent/
jni_binder.cc 35 size_t char_count = ti::CountModifiedUtf8Chars(s.c_str(), s.length()); local
37 for (size_t i = 0; i < char_count; ++i) {
  /external/pdfium/core/fpdftext/
cpdf_textpagefind.cpp 328 size_t char_count = endPos - startPos + 1; local
329 if (char_count == 0)
331 if (char_count == 1 && csPageText[startPos] > 255)
335 if (startPos + char_count < csPageText.GetLength())
336 char_right = csPageText[startPos + char_count];
352 if (char_count > 0) {
  /art/runtime/interpreter/
unstarted_runtime.cc 1340 jint char_count = shadow_frame->GetVReg(arg_offset + 1); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
cyclades.h 24 unsigned long char_count; member in struct:cyclades_monitor
  /external/kernel-headers/original/uapi/linux/
cyclades.h 75 unsigned long char_count; member in struct:cyclades_monitor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cyclades.h 74 unsigned long char_count; member in struct:cyclades_monitor
  /art/runtime/
debugger.cc 4515 size_t char_count = (name != nullptr) ? name->GetLength() : 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 3636 milliseconds