Home
last modified time | relevance | path

Searched refs:tmpLength (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Duloc.c544 int32_t tmpLength = 0; in getShortestSubtagLength() local
551 tmpLength = 0; in getShortestSubtagLength()
554 tmpLength++; in getShortestSubtagLength()
556 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
557 length = tmpLength; in getShortestSubtagLength()
/external/webrtc/src/modules/interface/
Dmodule_common_types.h585 WebRtc_UWord32 tmpLength = _bufferLength; in Swap() local
591 newLength = tmpLength; in Swap()