/external/icu4c/test/cintltst/ |
custrtst.c | 277 findPtr = u_strchr32(dataTable[i][j], 0x005F); 279 log_err("u_strchr32 can't find '_' in the string\n"); 287 findPtr = u_strchr32(dataTable[i][j], 0); 289 log_err("u_strchr32 can't find NULL in the string\n"); 321 * test that u_strchr32() 332 if(u_strchr32(s, 0xd841)!=(s+3) || u_strchr32(s, 0xdc02)!=(s+5)) { 333 log_err("error: u_strchr32(surrogate) finds a partial supplementary code point\n"); 725 first!=u_strchr32(s, nul) || 757 first!=u_strchr32(s+1, a) | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | 212 * @see u_strchr32 238 u_strchr32(const UChar *s, UChar32 c); 833 * @see u_strchr32 [all...] |
urename.h | 269 #define u_strchr32 u_strchr32_3_2 macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | 212 * @see u_strchr32 238 u_strchr32(const UChar *s, UChar32 c); 833 * @see u_strchr32 [all...] |
urename.h | 269 #define u_strchr32 u_strchr32_3_2 macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | 212 * @see u_strchr32 238 u_strchr32(const UChar *s, UChar32 c); 833 * @see u_strchr32 [all...] |
urename.h | 269 #define u_strchr32 u_strchr32_3_2 macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | 212 * @see u_strchr32 238 u_strchr32(const UChar *s, UChar32 c); 833 * @see u_strchr32 [all...] |
urename.h | 269 #define u_strchr32 u_strchr32_3_2 macro [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 218 * @see u_strchr32 244 u_strchr32(const UChar *s, UChar32 c); 839 * @see u_strchr32 [all...] |
urename.h | 379 #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) macro [all...] |
/external/icu4c/common/ |
ustring.c | 216 u_strchr32(const UChar *s, UChar32 c) { function [all...] |