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

  /external/icu4c/common/
unistr_case.cpp 59 const UChar *chars = getArrayStart();
118 oldArray = getArrayStart();
139 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(),
143 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(),
150 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(),
155 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
unistr_props.cpp 32 UChar *array = getArrayStart();
unistr.cpp 170 UChar *array = getArrayStart();
291 u_charsToUChars(src, getArrayStart(), length);
518 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
591 const UChar *chars = getArrayStart();
669 int32_t diff = uprv_strCompare(getArrayStart() + start, length, srcChars + srcStart, srcLength, FALSE, TRUE);
697 return u_countChar32(getArrayStart()+start, length);
704 return u_strHasMoreChar32Than(getArrayStart()+start, length, number);
717 const UChar *array = getArrayStart();
737 const UChar *array = getArrayStart();
    [all...]
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 396 T *getArrayStart() const { return reinterpret_cast<T *>(getAlias()+1); }
401 T *getArrayLimit() const { return getArrayStart()+capacity; }
414 T &operator[](ptrdiff_t i) { return getArrayStart()[i]; }
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 53 milliseconds