HomeSort by relevance Sort by last modified time
    Searched refs:staticLengths (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/common/
unisetspan.h 138 int32_t staticLengths[32];
unisetspan.cpp 275 if(allocSize<=(int32_t)sizeof(staticLengths)) {
276 utf8Lengths=staticLengths;
406 if(allocSize<=(int32_t)sizeof(staticLengths)) {
407 utf8Lengths=staticLengths;
425 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) {
    [all...]
  /external/icu4c/common/
unisetspan.h 138 int32_t staticLengths[32];
unisetspan.cpp 275 if(allocSize<=(int32_t)sizeof(staticLengths)) {
276 utf8Lengths=staticLengths;
406 if(allocSize<=(int32_t)sizeof(staticLengths)) {
407 utf8Lengths=staticLengths;
425 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) {
    [all...]

Completed in 26 milliseconds