Searched refs:u_unescapeAt (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h972 * @see u_unescapeAt
983 * Callback function for u_unescapeAt() that returns a character of
985 * pointer will be whatever is passed into u_unescapeAt().
987 * @param offset pointer to the offset that will be passed to u_unescapeAt().
988 * @param context an opaque pointer passed directly into u_unescapeAt()
991 * @see u_unescapeAt
1026 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
H A Durename.h298 #define u_unescapeAt u_unescapeAt_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h972 * @see u_unescapeAt
983 * Callback function for u_unescapeAt() that returns a character of
985 * pointer will be whatever is passed into u_unescapeAt().
987 * @param offset pointer to the offset that will be passed to u_unescapeAt().
988 * @param context an opaque pointer passed directly into u_unescapeAt()
991 * @see u_unescapeAt
1026 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
H A Durename.h298 #define u_unescapeAt u_unescapeAt_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h972 * @see u_unescapeAt
983 * Callback function for u_unescapeAt() that returns a character of
985 * pointer will be whatever is passed into u_unescapeAt().
987 * @param offset pointer to the offset that will be passed to u_unescapeAt().
988 * @param context an opaque pointer passed directly into u_unescapeAt()
991 * @see u_unescapeAt
1026 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
H A Durename.h298 #define u_unescapeAt u_unescapeAt_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h972 * @see u_unescapeAt
983 * Callback function for u_unescapeAt() that returns a character of
985 * pointer will be whatever is passed into u_unescapeAt().
987 * @param offset pointer to the offset that will be passed to u_unescapeAt().
988 * @param context an opaque pointer passed directly into u_unescapeAt()
991 * @see u_unescapeAt
1026 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
H A Durename.h298 #define u_unescapeAt u_unescapeAt_3_2 macro
/external/icu4c/common/
H A Dustring.c1203 u_unescapeAt(UNESCAPE_CHAR_AT charAt, function
1287 c = (UChar) u_unescapeAt(charAt, &ahead, length, context);
1337 /* u_unescapeAt() callback to return a UChar from a char* */
1381 c32 = (UChar32)u_unescapeAt(_charPtr_charAt, &lenParsed, (int32_t)uprv_strlen(src), (void*)src);
H A Dunistr.cpp89 // u_unescapeAt() callback to get a UChar from a UnicodeString
563 return u_unescapeAt(UnicodeString_charAt, &offset, length(), (void*)this);
/external/icu4c/common/unicode/
H A Dustring.h996 * @see u_unescapeAt
1007 * Callback function for u_unescapeAt() that returns a character of
1009 * pointer will be whatever is passed into u_unescapeAt().
1011 * @param offset pointer to the offset that will be passed to u_unescapeAt().
1012 * @param context an opaque pointer passed directly into u_unescapeAt()
1015 * @see u_unescapeAt
1050 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
H A Durename.h408 #define u_unescapeAt U_ICU_ENTRY_POINT_RENAME(u_unescapeAt) macro
/external/icu4c/tools/toolutil/
H A Ducbuf.c365 /* 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/i18n/
H A Duregex.cpp1439 u_unescapeAt(uregex_ucstr_unescape_charAt,
H A Dregexcmp.cpp3773 c.fChar = u_unescapeAt(uregex_ucstr_unescape_charAt, &endIndex, (int32_t)fPatternLength, (void *)fRXPat->fPattern->chunkContents);
3785 c.fChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context);
H A Drematch.cpp365 UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context);
/external/icu4c/test/cintltst/
H A Dnucnvtst.c3493 c = u_unescapeAt(_charAt,&srcIndex,srcLen,(void*)src); /* advances i*/

Completed in 180 milliseconds