HomeSort by relevance Sort by last modified time
    Searched refs:fLength (Results 26 - 50 of 54) sorted by null

12 3

  /external/icu4c/common/
rbbidata.h 67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
rbbirb.cpp 182 data->fLength = totalSize;
  /external/icu4c/tools/gennorm2/
n2builder.cpp 502 BuilderReorderingBuffer() : fLength(0), fLastStarterIndex(-1), fDidReorder(FALSE) {}
504 fLength=0;
508 int32_t length() const { return fLength; }
509 UBool isEmpty() const { return fLength==0; }
515 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) {
517 fLastStarterIndex=fLength;
519 fArray[fLength++]=(c<<8)|cc;
523 int32_t i=fLength-1;
529 for(int32_t j=fLength; i<j; --j)
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 71 udata_write32(mem, res->u.fString.fLength);
72 udata_writeUString(mem, res->u.fString.fChars, res->u.fString.fLength + 1);
81 udata_write32(mem, res->u.fString.fLength);
82 udata_writeUString(mem, res->u.fString.fChars, res->u.fString.fLength + 1);
157 uint32_t dataStart = usedOffset + sizeof(res->u.fBinaryValue.fLength);
165 udata_write32(mem, res->u.fBinaryValue.fLength);
166 if (res->u.fBinaryValue.fLength > 0) {
167 udata_writeBlock(mem, res->u.fBinaryValue.fData, res->u.fBinaryValue.fLength);
540 res->u.fString.fLength = len;
573 res->u.fString.fLength = len
    [all...]
wrtjava.c 310 str_write_java(res->u.fString.fChars,res->u.fString.fLength,TRUE,status);
314 UChar* buf = (UChar*) uprv_malloc(sizeof(UChar)*res->u.fString.fLength);
315 uprv_memcpy(buf,res->u.fString.fChars,res->u.fString.fLength);
449 int32_t srcLen=res->u.fBinaryValue.fLength;
read.c 149 if (!lastStringWasQuoted && token->fLength > 0) {
210 if (token->fLength > 0) {
parse.c 314 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
455 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
528 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
546 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
548 elem = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
579 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
611 result = alias_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
685 int32_t length = member->u.fString.fLength;
735 coll = ucol_openRules(member->u.fString.fChars, member->u.fString.fLength,
789 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
400 fLength += n;
403 int32_t length() { return fLength; }
406 int32_t fLength;
rbbiapts.cpp     [all...]
  /external/icu4c/test/intltest/
strtest.cpp 394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
400 fLength += n;
403 int32_t length() { return fLength; }
406 int32_t fLength;
rbbiapts.cpp     [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 312 str_write_java(res->u.fString.fChars,res->u.fString.fLength,TRUE,status);
316 UChar* buf = (UChar*) uprv_malloc(sizeof(UChar)*res->u.fString.fLength);
317 uprv_memcpy(buf,res->u.fString.fChars,res->u.fString.fLength);
453 int32_t srcLen=res->u.fBinaryValue.fLength;
reslist.h 128 int32_t fLength;
159 uint32_t fLength;
read.c 149 if (!lastStringWasQuoted && token->fLength > 0) {
210 if (token->fLength > 0) {
parse.c 314 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
455 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
528 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
546 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
548 elem = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
579 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
611 result = alias_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
685 int32_t length = member->u.fString.fLength;
727 coll = ucol_openRules(member->u.fString.fChars, member->u.fString.fLength,
792 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_impl.h 337 int32_t fLength; // Total lenght in bytes of this spoof data,
uspoof_impl.cpp 506 if (length < fRawData->fLength) {
659 fRawData->fLength = fMemLimit;
866 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
876 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
955 ds->swapArray32(ds, &spoofDH->fLength, sizeof(SpoofDataHeader)-8, &outputDH->fLength, status);
uspoof.cpp 68 *pActualLength = sd->fRawData->fLength;
817 int32_t dataSize = This->fSpoofData->fRawData->fLength;
  /external/icu4c/i18n/
uspoof_impl.h 337 int32_t fLength; // Total lenght in bytes of this spoof data,
uspoof_impl.cpp 506 if (length < fRawData->fLength) {
659 fRawData->fLength = fMemLimit;
866 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader))
876 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength);
955 ds->swapArray32(ds, &spoofDH->fLength, sizeof(SpoofDataHeader)-8, &outputDH->fLength, status);
uspoof.cpp 68 *pActualLength = sd->fRawData->fLength;
818 int32_t dataSize = This->fSpoofData->fRawData->fLength;
  /external/skia/src/core/
SkTSearch.cpp 93 fLength = len;
  /external/chromium/third_party/icu/source/common/
rbbirb.cpp 182 data->fLength = totalSize;
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 567 milliseconds

12 3