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

  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h     [all...]
urename.h 298 #define u_unescapeAt u_unescapeAt_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h     [all...]
urename.h 298 #define u_unescapeAt u_unescapeAt_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h     [all...]
urename.h 298 #define u_unescapeAt u_unescapeAt_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h     [all...]
urename.h 298 #define u_unescapeAt u_unescapeAt_3_2
    [all...]
  /external/chromium/third_party/icu/source/common/
ustring.c     [all...]
unistr.cpp 89 // u_unescapeAt() callback to get a UChar from a UnicodeString
562 return u_unescapeAt(UnicodeString_charAt, &offset, length(), (void*)this);
    [all...]
  /external/icu4c/common/
ustring.c     [all...]
unistr.cpp 89 // u_unescapeAt() callback to get a UChar from a UnicodeString
563 return u_unescapeAt(UnicodeString_charAt, &offset, length(), (void*)this);
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ustring.h     [all...]
urename.h 371 #define u_unescapeAt u_unescapeAt_4_2
    [all...]
  /external/icu4c/common/unicode/
ustring.h     [all...]
urename.h 405 #define u_unescapeAt U_ICU_ENTRY_POINT_RENAME(u_unescapeAt)
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
ucbuf.c 365 /* u_unescapeAt() callback to return a UChar*/
413 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf);
415 /* check if u_unescapeAt unescaped and converted
  /external/icu4c/tools/toolutil/
ucbuf.c 365 /* u_unescapeAt() callback to return a UChar*/
413 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf);
415 /* check if u_unescapeAt unescaped and converted
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 844 // Call-back function for u_unescapeAt(), used when we encounter
956 u_unescapeAt(unescape_charAt,
    [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]
regexcmp.cpp     [all...]
rematch.cpp 351 UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 510 milliseconds