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

  /external/icu4c/i18n/unicode/
coleitr.h 127 * NULLORDER indicates that an error has occured while processing
130 NULLORDER = (int32_t)0xffffffff
178 * @return the next character's ordering. otherwise returns NULLORDER if an
187 * @return the previous element's ordering. otherwise returns NULLORDER if an
301 * predefined collation rules. If the source string is empty, NULLORDER will
314 * predefined collation rules. If the source string is empty, NULLORDER will
  /dalvik/libcore/text/src/main/java/java/text/
CollationElementIterator.java 57 public static final int NULLORDER = -1;
111 * @return the next collation element or {@code NULLORDER} if the end
121 * @return the previous collation element, or {@code NULLORDER} when
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
CollationElementIterator.java 29 * while (ce != CollationElementIterator.NULLORDER) {
33 * while (ce != CollationElementIterator.NULLORDER) {
48 public static final int NULLORDER = 0xFFFFFFFF;
65 * @return next collation elements ordering, or NULLORDER if the end of the
77 * @return previous collation element ordering, or NULLORDER if the end of
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 27 milliseconds