HomeSort by relevance Sort by last modified time
    Searched refs:u_strncmpCodePointOrder (Results 1 - 16 of 16) sorted by null

  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ustring.h 580 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 352 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_4_2
    [all...]
  /external/icu4c/common/unicode/
ustring.h 580 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
    [all...]
urename.h 386 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c 438 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
439 log_err("error: u_strncmpCodePointOrder() fails for string %d and the following one\n", i);
443 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) {
444 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 438 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
439 log_err("error: u_strncmpCodePointOrder() fails for string %d and the following one\n", i);
443 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) {
444 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);
    [all...]
  /external/chromium/third_party/icu/source/common/
ustring.c 958 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) {
    [all...]
  /external/icu4c/common/
ustring.c 958 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) {
    [all...]

Completed in 1946 milliseconds