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

  /external/chromium_org/third_party/tlslite/tlslite/utils/
asn1parser.py 37 firstLength = p.get(1)
38 if firstLength<=127:
39 return firstLength
41 lengthLength = firstLength & 0x7F
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeUtilities.h 42 PLATFORM_EXPORT bool checkOnlyKanaLettersInStrings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
43 PLATFORM_EXPORT bool checkKanaStringsEqual(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
UnicodeUtilities.cpp 347 bool checkOnlyKanaLettersInStrings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength)
350 const UChar* aEnd = firstData + firstLength;
381 bool checkKanaStringsEqual(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength)
384 const UChar* aEnd = firstData + firstLength;
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 181 int32_t firstLength=first.length();
185 if(buffer.init(firstLength+second.length(), errorCode)) {
192 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
776 UChar *first, int32_t firstLength, int32_t firstCapacity,
784 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
785 (firstCapacity<0 || firstLength<-1)) ||
791 UnicodeString firstString(first, firstLength, firstCapacity);
792 firstLength=firstString.length(); // In case it was -1.
802 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
809 // This does not restore first[] array contents between firstLength and firstCapacity
    [all...]
ucnv_ext.h 352 int32_t firstLength,
ucnv_ext.cpp 266 * cnv->mode==0 is equivalent to firstLength==1.
277 int32_t firstLength,
288 (const char *)cnv->toUBytes, firstLength,
294 *src+=match-firstLength;
310 cnv->preToUFirstLength=(int8_t)firstLength;
311 for(j=0; j<firstLength; ++j) {
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 181 int32_t firstLength=first.length();
185 if(buffer.init(firstLength+second.length(), errorCode)) {
192 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle);
776 UChar *first, int32_t firstLength, int32_t firstCapacity,
784 (first==NULL ? (firstCapacity!=0 || firstLength!=0) :
785 (firstCapacity<0 || firstLength<-1)) ||
791 UnicodeString firstString(first, firstLength, firstCapacity);
792 firstLength=firstString.length(); // In case it was -1.
802 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
809 // This does not restore first[] array contents between firstLength and firstCapacity
    [all...]
ucnv_ext.h 352 int32_t firstLength,
ucnv_ext.cpp 266 * cnv->mode==0 is equivalent to firstLength==1.
277 int32_t firstLength,
288 (const char *)cnv->toUBytes, firstLength,
294 *src+=match-firstLength;
310 cnv->preToUFirstLength=(int8_t)firstLength;
311 for(j=0; j<firstLength; ++j) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unorm2.h 292 * @param firstLength length of the first string, or -1 if NUL-terminated
305 UChar *first, int32_t firstLength, int32_t firstCapacity,
315 * @param firstLength length of the first string, or -1 if NUL-terminated
328 UChar *first, int32_t firstLength, int32_t firstCapacity,
  /external/icu/icu4c/source/common/unicode/
unorm2.h 292 * @param firstLength length of the first string, or -1 if NUL-terminated
305 UChar *first, int32_t firstLength, int32_t firstCapacity,
315 * @param firstLength length of the first string, or -1 if NUL-terminated
328 UChar *first, int32_t firstLength, int32_t firstCapacity,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 203 Length firstLength;
207 firstLength = pair->first()->convertToLength<AnyConversion>(cssToLengthConversionData());
210 firstLength = primitiveValue->convertToLength<AnyConversion>(cssToLengthConversionData());
214 b.setWidth(firstLength);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp     [all...]

Completed in 412 milliseconds