HomeSort by relevance Sort by last modified time
    Searched defs:m_length_ (Results 1 - 10 of 10) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTokenizer.java 146 m_length_ = str.length();
157 if (m_length_ == 0) {
236 m_length_ = str.length();
240 if (m_length_ == 0) {
322 if (tokenlimit == m_length_) {
495 if (p == m_length_) {
556 private int m_length_; local
606 } while (result < m_length_);
614 } while (result < m_length_);
616 if (result < m_length_) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTokenizer.java 146 m_length_ = str.length();
157 if (m_length_ == 0) {
238 m_length_ = str.length();
242 if (m_length_ == 0) {
328 if (tokenlimit == m_length_) {
506 if (p == m_length_) {
567 private int m_length_; local
617 } while (result < m_length_);
625 } while (result < m_length_);
627 if (result < m_length_) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 156 m_length_ = length;
173 m_length_ = key.size - 1;
175 assert m_key_[m_length_] == 0;
549 if ((remainingLength = m_length_ - index) > 0) {
553 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
582 private int m_length_; field in class:CollationKey
596 if (m_length_ >= 0) {
597 return m_length_;
606 m_length_ = length;
607 return m_length_;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 161 m_length_ = length;
178 m_length_ = key.size - 1;
180 assert m_key_[m_length_] == 0;
562 if ((remainingLength = m_length_ - index) > 0) {
566 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
595 private int m_length_; field in class:CollationKey
609 if (m_length_ >= 0) {
610 return m_length_;
619 m_length_ = length;
620 return m_length_;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2888 milliseconds