HomeSort by relevance Sort by last modified time
    Searched defs:srcLength (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 302 unsigned srcLength = srcList ? srcList->length() : 0;
303 for (unsigned i = 0; i < srcLength; i++) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
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);
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
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);
custrtrn.c     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputPointersTests.java 164 final int srcLength = 100;
166 for (int i = 0; i < srcLength; i++) {
191 startPos, srcLength);
192 assertEquals("size after append", dstLength + srcLength, dst.getPointerSize());
194 dst.getPointerIds().length >= dstLength + srcLength);
205 dstLength, srcLength);
208 dstLength, srcLength);
211 dstLength, srcLength);
213 srcTimes.getPrimitiveArray(), startPos, dst.getTimes(), dstLength, srcLength);
229 final int srcLength = 100
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 218 final int srcLength = DEFAULT_CAPACITY;
219 final ResizableIntArray src = new ResizableIntArray(srcLength);
220 for (int i = 0; i < srcLength; i++) {
241 dst.append(src, startPos, srcLength);
242 assertEquals("length after append", dstLength + srcLength, dst.getLength());
245 dst.getPrimitiveArray().length >= dstLength + srcLength);
249 dst.getPrimitiveArray(), dstLength, srcLength);
251 dst.append(src, startPos, srcLength);
252 assertEquals("length after 2nd append", dstLength + srcLength * 2, dst.getLength());
255 dst.getPrimitiveArray().length >= dstLength + srcLength * 2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 554 int srcLength = srcList->length();
558 for (int i = 0; i < srcLength; i++) {
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 343 int32_t srcLength)
348 setTo(that, srcStart, srcLength);
484 int32_t srcLength = src.length();
485 setLength(srcLength);
492 uprv_memcpy(fUnion.fStackBuffer, src.fUnion.fStackBuffer, srcLength * U_SIZEOF_UCHAR);
516 if(allocate(srcLength)) {
517 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
574 int32_t srcLength) const
586 srcStart = srcLength = 0;
598 // get the srcLength if necessar
    [all...]
uts46.cpp 316 int32_t srcLength=src.length();
317 if(srcLength==0) {
323 UChar *destArray=dest.getBuffer(srcLength);
333 if(i==srcLength) {
368 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
380 if(i==labelStart && i<(srcLength-1)) {
412 int32_t srcLength=src.length();
413 if(srcArray==NULL && srcLength!=0) {
419 if(srcLength==0) {
428 if(srcLength<=256) { // length of stackArray[
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 322 int32_t srcLength=src.length();
323 if(srcLength==0) {
329 UChar *destArray=dest.getBuffer(srcLength);
339 if(i==srcLength) {
374 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
417 int32_t srcLength=src.length();
418 if(srcArray==NULL && srcLength!=0) {
424 if(srcLength==0) {
433 if(srcLength<=256) { // length of stackArray[]
437 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20
    [all...]
unistr.cpp 341 int32_t srcLength)
346 setTo(that, srcStart, srcLength);
482 int32_t srcLength = src.length();
483 setLength(srcLength);
490 uprv_memcpy(fUnion.fStackBuffer, src.fUnion.fStackBuffer, srcLength * U_SIZEOF_UCHAR);
514 if(allocate(srcLength)) {
515 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
579 int32_t srcLength) const
603 // get the srcLength if necessary
604 if(srcLength < 0)
    [all...]
  /external/chromium_org/third_party/icu/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...]
  /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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1074 milliseconds