Searched refs:bmpLength (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp330 * and add the bmpLength between it and the array.
333 * - all BMP: (length=bmpLength) BMP, .., BMP
334 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
353 fillSet->length=fillSet->bmpLength=0;
362 fillSet->length=fillSet->bmpLength=0;
365 fillSet->bmpLength=*src++;
369 fillSet->length=fillSet->bmpLength=0;
372 fillSet->bmpLength=length;
387 fillSet->bmpLength=fillSet->length=2;
391 fillSet->bmpLength
483 int32_t bmpLength, length; local
[all...]
H A Duniset.cpp1470 int32_t bmpLength, length, destLength;
1497 bmpLength=length;
1500 bmpLength=0;
1504 for (bmpLength=0; bmpLength<length && this->list[bmpLength]<=0xffff; ++bmpLength) {}
1505 length=bmpLength+2*(length-bmpLength);
1519 * 1 bmpLength uni
[all...]
/external/icu4c/common/
H A Duset.cpp325 * and add the bmpLength between it and the array.
328 * - all BMP: (length=bmpLength) BMP, .., BMP
329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
348 fillSet->length=fillSet->bmpLength=0;
357 fillSet->length=fillSet->bmpLength=0;
360 fillSet->bmpLength=*src++;
364 fillSet->length=fillSet->bmpLength=0;
367 fillSet->bmpLength=length;
382 fillSet->bmpLength=fillSet->length=2;
386 fillSet->bmpLength
478 int32_t bmpLength, length; local
[all...]
H A Duniset.cpp1472 int32_t bmpLength, length, destLength;
1499 bmpLength=length;
1502 bmpLength=0;
1506 for (bmpLength=0; bmpLength<length && this->list[bmpLength]<=0xffff; ++bmpLength) {}
1507 length=bmpLength+2*(length-bmpLength);
1521 * 1 bmpLength uni
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h225 int32_t bmpLength; member in struct:USerializedSet
1016 * bmpLength = n; present if m!=0
1038 * (n+2*m)|0x8000. The second, 'bmpLength', has value n.
/external/icu4c/common/unicode/
H A Duset.h229 int32_t bmpLength; member in struct:USerializedSet
1020 * bmpLength = n; present if m!=0
1042 * (n+2*m)|0x8000. The second, 'bmpLength', has value n.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 224 milliseconds