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

  /external/chromium_org/third_party/icu/source/common/
unisetspan.h 138 int32_t staticLengths[32];
unisetspan.cpp 277 if(allocSize<=(int32_t)sizeof(staticLengths)) {
278 utf8Lengths=staticLengths;
408 if(allocSize<=(int32_t)sizeof(staticLengths)) {
409 utf8Lengths=staticLengths;
427 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) {
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.h 138 int32_t staticLengths[32];
unisetspan.cpp 277 if(allocSize<=(int32_t)sizeof(staticLengths)) {
278 utf8Lengths=staticLengths;
408 if(allocSize<=(int32_t)sizeof(staticLengths)) {
409 utf8Lengths=staticLengths;
427 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) {
    [all...]

Completed in 116 milliseconds