HomeSort by relevance Sort by last modified time
    Searched refs:sourceLen (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp     [all...]
ucol.cpp 100 int32_t sourceLen, collIterate *s,
106 if (sourceLen >= 0) {
108 (s)->endp = (UChar *)sourceString+sourceLen;
136 int32_t sourceLen, collIterate *s,
139 IInit_collIterate(collator, sourceString, sourceLen, s, status);
    [all...]
  /external/icu4c/common/unicode/
ucnv.h     [all...]
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
ucol.cpp 117 int32_t sourceLen, collIterate *s,
123 if (sourceLen >= 0) {
125 (s)->endp = (UChar *)sourceString+sourceLen;
157 int32_t sourceLen, collIterate *s,
160 IInit_collIterate(collator, sourceString, sourceLen, s, status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c 129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
183 realSourceEnd = source + sourceLen;
226 sourceLen, targ-junkout);
292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
341 realSourceEnd = src + sourcelen;
389 sourcelen, targ-junkout);
nccbtst.c     [all...]
nucnvtst.c 354 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
402 realSourceEnd = source + sourceLen;
439 sourceLen, targ-junkout);
499 printUSeqErr(source, sourceLen);
511 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
560 realSourceEnd = src + sourcelen;
601 sourcelen, targ-junkout);
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
183 realSourceEnd = source + sourceLen;
226 sourceLen, targ-junkout);
292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
341 realSourceEnd = src + sourcelen;
389 sourcelen, targ-junkout);
usrchtst.c     [all...]
nccbtst.c     [all...]
nucnvtst.c 373 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
421 realSourceEnd = source + sourceLen;
458 sourceLen, targ-junkout);
518 printUSeqErr(source, sourceLen);
530 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
579 realSourceEnd = src + sourcelen;
620 sourcelen, targ-junkout);
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 323 unsigned int sourceLen,
333 unsigned int sourceLen,
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 346 unsigned int sourceLen,
356 unsigned int sourceLen,
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 339 unsigned int sourceLen,
349 unsigned int sourceLen,
    [all...]
varinfo6.c 377 unsigned int sourceLen,
387 unsigned int sourceLen,
    [all...]
  /external/valgrind/main/perf/
bz2.c 339 unsigned int sourceLen,
349 unsigned int sourceLen,
    [all...]
test_input_for_tinycc.c 973 unsigned int sourceLen,
983 unsigned int sourceLen,
    [all...]

Completed in 1541 milliseconds

1 2 3 45