HomeSort by relevance Sort by last modified time
    Searched full:srclength (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 303 int srcLength = 0; // a specific test.
320 case 1: srcLength = 1; break;
321 case 2: srcLength = 5; break;
322 case 3: srcLength = cpCount / 3;
328 case 3: srcIndex = cpCount - srcLength; break;
329 case 4: srcIndex = cpCount - srcLength - 1; break;
332 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
347 case 4: destIndex = srcIndex + srcLength + 1; break;
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
361 u16Limit = u16Map[srcIndex+srcLength].nativeIdx
    [all...]
testidna.cpp 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);
433 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus);
438 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus);
833 getNextSeperator(UChar *src,int32_t srcLength,
835 if(srcLength == -1){
848 if(i==srcLength){
849 *limit = src+srcLength;
854 for(i=0;i<srcLength;i++)
    [all...]
ustrtest.cpp 428 // test that srcLength=-1 is handled in functions that
429 // take input const UChar */int32_t srcLength (j785)
435 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work");
439 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work");
443 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work");
447 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work");
451 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work");
458 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");
    [all...]
  /external/icu/icu4c/source/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...]
testidna.cpp 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);
433 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus);
438 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus);
833 getNextSeperator(UChar *src,int32_t srcLength,
835 if(srcLength == -1){
848 if(i==srcLength){
849 *limit = src+srcLength;
854 for(i=0;i<srcLength;i++)
    [all...]
ustrtest.cpp 428 // test that srcLength=-1 is handled in functions that
429 // take input const UChar */int32_t srcLength (j785)
435 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work");
439 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work");
443 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work");
447 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work");
451 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work");
458 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrcase.c 71 buffer, -1, /* implicit srcLength */
218 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
322 log_err("error in u_strToTitle(UBRK_CHARACTERS srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
500 buffer, -1, /* implicit srcLength */
616 log_err("error in u_strFoldCase(exclude special i srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
821 /* srcLength<-1 */
826 log_err("ucasemap_utf8ToLower(srcLength<-1) failed\n");
    [all...]
spreptst.c 760 int32_t srcLength, resultLength, expectedLength;
780 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH;
784 srcLength = u_unescape(profile_test_case[i], src, srcLength);
787 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status);
cnormtst.c 185 "preflight length/NUL %d!=%d preflight length/srcLength\n",
201 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 71 buffer, -1, /* implicit srcLength */
218 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
322 log_err("error in u_strToTitle(UBRK_CHARACTERS srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
500 buffer, -1, /* implicit srcLength */
616 log_err("error in u_strFoldCase(exclude special i srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
821 /* srcLength<-1 */
826 log_err("ucasemap_utf8ToLower(srcLength<-1) failed\n");
    [all...]
spreptst.c 760 int32_t srcLength, resultLength, expectedLength;
780 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH;
784 srcLength = u_unescape(profile_test_case[i], src, srcLength);
787 resultLength = usprep_prepare(sprep, src, srcLength, result, resultLength, USPREP_ALLOW_UNASSIGNED, NULL, &status);
cnormtst.c 185 "preflight length/NUL %d!=%d preflight length/srcLength\n",
201 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 301 unsigned srcLength = srcList ? srcList->length() : 0;
302 for (unsigned i = 0; i < srcLength; i++) {
  /external/chromium_org/third_party/icu/source/common/
uset.cpp 341 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength) {
347 if(src==NULL || srcLength<=0) {
356 if(srcLength<(2+length)) {
363 if(srcLength<(1+length)) {
ucnv.c     [all...]
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/icu/icu4c/source/common/
uset.cpp 341 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength) {
347 if(src==NULL || srcLength<=0) {
356 if(srcLength<(2+length)) {
363 if(srcLength<(1+length)) {
ucnv.c     [all...]
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 154 unorm_checkFCDUTF8(const uint8_t *src, int32_t srcLength, const UnicodeSet *nx);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 510 int srcLength = srcList->length();
514 for (int i = 0; i < srcLength; i++) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h     [all...]
ucnv.h     [all...]
  /external/icu/icu4c/source/common/unicode/
ubidi.h     [all...]
ucnv.h     [all...]

Completed in 2917 milliseconds

1 2 34 5 6