HomeSort by relevance Sort by last modified time
    Searched full:srclength (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/icu4c/common/
uset.cpp 346 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength) {
352 if(src==NULL || srcLength<=0) {
361 if(srcLength<(2+length)) {
368 if(srcLength<(1+length)) {
ucnv.c     [all...]
utext.cpp     [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/icu4c/test/intltest/
utxttest.cpp 305 int srcLength = 0; // a specific test.
322 case 1: srcLength = 1; break;
323 case 2: srcLength = 5; break;
324 case 3: srcLength = cpCount / 3;
330 case 3: srcIndex = cpCount - srcLength; break;
331 case 4: srcIndex = cpCount - srcLength - 1; break;
334 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
349 case 4: destIndex = srcIndex + srcLength + 1; break;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
363 u16Limit = u16Map[srcIndex+srcLength].nativeIdx
    [all...]
ustrtest.cpp 426 // test that srcLength=-1 is handled in functions that
427 // take input const UChar */int32_t srcLength (j785)
433 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work");
437 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work");
441 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work");
445 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work");
449 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work");
456 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");
    [all...]
tstnorm.cpp 623 BasicNormalizerTest::TestPreviousNext(const UChar *src, int32_t srcLength,
631 Normalizer iter(src, srcLength, mode);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 232 int srcLength = srcList->length();
236 for (int i = 0; i < srcLength; i++) {
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
ucnv.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 688 * @param srcLength length of array
693 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
ucnv.h     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 181 "preflight length/NUL %d!=%d preflight length/srcLength\n",
197 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
    [all...]
cnumtst.c 62 static int32_t ustrToAstr(const UChar* src, int32_t srcLength, char* dst, int32_t dstLength) {
67 if (srcLength < 0) {
72 srcLength = (int32_t)(s - src);
74 while (p < e && --srcLength >= 0) {
    [all...]
cbiditst.c 50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
    [all...]
ccapitst.c     [all...]
idnatest.c 46 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength,
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/icu4c/common/unicode/
ubidi.h     [all...]
ucnv.h     [all...]
uset.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so 

Completed in 843 milliseconds

1 23 4