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

  /external/icu/icu4c/source/i18n/unicode/
coleitr.h 126 * NULLORDER indicates that an error has occured while processing
129 NULLORDER = (int32_t)0xffffffff
177 * @return the next character's ordering. otherwise returns NULLORDER if an
186 * @return the previous element's ordering. otherwise returns NULLORDER if an
315 * predefined collation rules. If the source string is empty, NULLORDER will
335 * predefined collation rules. If the source string is empty, NULLORDER will
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 75 * while (primaryOrder != iterator.NULLORDER) {
78 * order != iterator.NULLORDER) {
137 public final static int NULLORDER = 0xffffffff;
204 * collator. If the source string is empty, NULLORDER will be
227 * the collator. If the source string is empty, NULLORDER will be
242 * the collator. If the source string is empty, NULLORDER will be
308 * @return the next collation element or NULLORDER if the end of the
334 return NULLORDER;
362 * @return the previous collation element, or NULLORDER when the start of
393 return NULLORDER;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationElementIterator.java 74 * while (primaryOrder != iterator.NULLORDER) {
77 * order != iterator.NULLORDER) {
138 public final static int NULLORDER = 0xffffffff;
209 * collator. If the source string is empty, NULLORDER will be
233 * the collator. If the source string is empty, NULLORDER will be
249 * the collator. If the source string is empty, NULLORDER will be
317 * @return the next collation element or NULLORDER if the end of the
344 return NULLORDER;
372 * @return the previous collation element, or NULLORDER when the start of
404 return NULLORDER;
    [all...]

Completed in 603 milliseconds