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

  /external/chromium_org/third_party/icu/source/common/
uloc.c 544 int32_t tmpLength = 0;
551 tmpLength = 0;
554 tmpLength++;
556 if (tmpLength != 0 && tmpLength < length) {
557 length = tmpLength;
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 529 int32_t tmpLength = 0;
536 tmpLength = 0;
539 tmpLength++;
541 if (tmpLength != 0 && tmpLength < length) {
542 length = tmpLength;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 587 uint32_t tmpLength = _bufferLength;
593 newLength = tmpLength;
  /external/webrtc/src/modules/interface/
module_common_types.h 623 WebRtc_UWord32 tmpLength = _bufferLength;
629 newLength = tmpLength;
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3447 milliseconds