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

  /external/icu/icu4c/source/i18n/
collationiterator.cpp 79 // Accounts for one more input code point read beyond the end of the marks buffer.
86 // Returns the number of code points read beyond the skipped marks
90 int32_t beyond = pos - length; local
91 if(beyond > 0) {
92 if(beyond >= n) {
97 // Back out all beyond-oldBuffer code points and re-enter the buffer.
98 pos = oldBuffer.moveIndex32(length, beyond - n);
99 return beyond;
137 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
495 // Number of code points read beyond the original code point
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 106 // Accounts for one more input code point read beyond the end of the marks buffer.
113 // Returns the number of code points read beyond the skipped marks
117 int beyond = pos - length; local
118 if(beyond > 0) {
119 if(beyond >= n) {
124 // Back out all beyond-oldBuffer code points and re-enter the buffer.
125 pos = oldBuffer.offsetByCodePoints(length, beyond - n);
126 return beyond;
166 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
713 // Number of code points read beyond the original code point
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 252 // fLength = u_strlen(buff); but do not look beyond buffCapacity
414 int32_t beyond = beyondCount; local
416 beyond += finalLengthCounts[i];
418 printf(">59, %9d\n", beyond);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 104 // Accounts for one more input code point read beyond the end of the marks buffer.
111 // Returns the number of code points read beyond the skipped marks
115 int beyond = pos - length; local
116 if(beyond > 0) {
117 if(beyond >= n) {
122 // Back out all beyond-oldBuffer code points and re-enter the buffer.
123 pos = oldBuffer.offsetByCodePoints(length, beyond - n);
124 return beyond;
164 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
711 // Number of code points read beyond the original code point
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.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 605 milliseconds