HomeSort by relevance Sort by last modified time
    Searched full:stringlengths (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
ulistformatter.cpp 44 const int32_t * stringLengths,
66 if (stringLengths == NULL) {
72 ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[stringIndex]);
  /libcore/benchmarks/src/benchmarks/regression/
StringBenchmark.java 23 enum StringLengths {
29 private StringLengths(String value) { this.value = value; }
31 @Param private StringLengths s;
  /external/icu/icu4c/source/common/unicode/
ulistformatter.h 92 * @param stringLengths
96 * stringLengths itself may be NULL if all of the strings are
97 * 0-terminated. If non-NULL, the stringLengths array must have
101 * in the stringLengths array if it is not NULL. Must be >= 0.
121 const int32_t * stringLengths,
  /external/icu/icu4c/source/test/cintltst/
ulistfmttest.c 34 static const int32_t stringLengths[] = { 1, 2, 3, 4, 5 };
70 int32_t ulenActual = ulistfmt_format(listfmt, strings, stringLengths, lftep->stringCount, ubufActual, kUBufMax, &status);
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 471 uint16_t *stringLengths =
485 stringLengths[destIndex++] = static_cast<uint16_t>(offset);
486 stringLengths[destIndex++] = static_cast<uint16_t>(length);
490 rawData->fCFUStringLengths = (int32_t)((char *)stringLengths - (char *)rawData);
495 reinterpret_cast<SpoofStringLengthsElement *>(stringLengths);
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]
  /external/v8/src/
hydrogen-instructions.h 176 V(StringLengths) \
    [all...]

Completed in 157 milliseconds