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

  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 176 int32_t labelStart, int32_t labelLength,
181 int32_t labelStart, int32_t labelLength,
185 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
188 isLabelOkContextJ(const UChar *label, int32_t labelLength) const;
551 int32_t labelLength=labelLimit-labelStart;
552 int32_t newLength=processLabel(dest, labelStart, labelLength,
560 destLength+=newLength-labelLength;
582 // processLabel() sets UIDNA_ERROR_EMPTY_LABEL when labelLength==0.
666 // If &label==&dest then the label was modified in-place and labelLength
668 // If &label!=&dest then labelLength==label.length()
    [all...]
  /external/icu4c/common/
uts46.cpp 179 int32_t labelStart, int32_t labelLength,
184 int32_t labelStart, int32_t labelLength,
188 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
191 isLabelOkContextJ(const UChar *label, int32_t labelLength) const;
194 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
557 int32_t labelLength=labelLimit-labelStart;
558 int32_t newLength=processLabel(dest, labelStart, labelLength,
566 destLength+=newLength-labelLength;
588 // processLabel() sets UIDNA_ERROR_EMPTY_LABEL when labelLength==0.
672 // If &label==&dest then the label was modified in-place and labelLength
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 379 int labelLength;
383 labelLength = formatFloat(mLabelBuffer, mXStopsBuffer.stops[i], mXStopsBuffer.decimals);
384 labelOffset = mLabelBuffer.length - labelLength;
386 mLabelBuffer, labelOffset, labelLength,
396 labelLength = formatFloat(mLabelBuffer, mYStopsBuffer.stops[i], mYStopsBuffer.decimals);
397 labelOffset = mLabelBuffer.length - labelLength;
399 mLabelBuffer, labelOffset, labelLength,
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2079 milliseconds