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

  /external/chromium_org/third_party/icu/source/common/
unistr_props.cpp 33 UChar *array = getArrayStart();
unistr.cpp 163 UChar *array = getArrayStart();
288 u_charsToUChars(src, getArrayStart(), length);
515 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
571 return uprv_memcmp(getArrayStart(), text.getArrayStart(), len * U_SIZEOF_UCHAR) == 0;
595 const UChar *chars = getArrayStart();
673 int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcStart):NULL, srcLength, FALSE, TRUE);
702 const UChar *array = getArrayStart();
714 const UChar *array = getArrayStart();
    [all...]
unistr_case.cpp 57 const UChar *chars = getArrayStart();
109 oldArray = getArrayStart();
129 newLength = stringCaseMapper(csm, getArrayStart(), getCapacity(),
unistr_cnv.cpp 196 u_UCharsToChars(getArrayStart() + start, target, destLength);
270 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
334 u_charsToUChars(codepageData, getArrayStart(), dataLength);
398 array = getArrayStart();
cmemory.h 452 T *getArrayStart() const { return reinterpret_cast<T *>(getAlias()+1); }
457 T *getArrayLimit() const { return getArrayStart()+capacity; }
470 T &operator[](ptrdiff_t i) { return getArrayStart()[i]; }
  /external/icu/icu4c/source/common/
unistr_props.cpp 33 UChar *array = getArrayStart();
unistr.cpp 163 UChar *array = getArrayStart();
288 u_charsToUChars(src, getArrayStart(), length);
515 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
571 return uprv_memcmp(getArrayStart(), text.getArrayStart(), len * U_SIZEOF_UCHAR) == 0;
595 const UChar *chars = getArrayStart();
673 int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcStart):NULL, srcLength, FALSE, TRUE);
702 const UChar *array = getArrayStart();
714 const UChar *array = getArrayStart();
    [all...]
unistr_case.cpp 57 const UChar *chars = getArrayStart();
109 oldArray = getArrayStart();
129 newLength = stringCaseMapper(csm, getArrayStart(), getCapacity(),
unistr_cnv.cpp 196 u_UCharsToChars(getArrayStart() + start, target, destLength);
270 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
334 u_charsToUChars(codepageData, getArrayStart(), dataLength);
398 array = getArrayStart();
cmemory.h 452 T *getArrayStart() const { return reinterpret_cast<T *>(getAlias()+1); }
457 T *getArrayLimit() const { return getArrayStart()+capacity; }
470 T &operator[](ptrdiff_t i) { return getArrayStart()[i]; }
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 808 milliseconds