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

  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h 229 int32_t bmpLength;
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 229 int32_t bmpLength;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uset.cpp 325 * 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=1
    [all...]
  /external/icu/icu4c/source/common/
uset.cpp 325 * 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=1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 634 milliseconds