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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 158 m_key_ = key;
178 m_key_ = key.releaseBytes();
179 assert m_key_[m_length_] == 0; local
228 System.arraycopy(m_key_, 0, result, 0, length);
255 int l = m_key_[i]&0xff;
256 int r = target.m_key_[i]&0xff;
315 if (m_key_[i] != other.m_key_[i]) {
318 if (m_key_[i] == 0) {
339 if (m_key_ == null)
575 private byte m_key_[]; field in class:CollationKey
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 162 m_key_ = key;
182 m_key_ = key.releaseBytes();
183 assert m_key_[m_length_] == 0; local
234 System.arraycopy(m_key_, 0, result, 0, length);
262 int l = m_key_[i]&0xff;
263 int r = target.m_key_[i]&0xff;
324 if (m_key_[i] != other.m_key_[i]) {
327 if (m_key_[i] == 0) {
349 if (m_key_ == null)
587 private byte m_key_[]; field in class:CollationKey
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 83 milliseconds