Searched refs:ucnv_isAmbiguous (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/unicode/
H A Ducnv.h1857 * @see ucnv_isAmbiguous
1872 ucnv_isAmbiguous(const UConverter *cnv);
H A Durename.h658 #define ucnv_isAmbiguous U_ICU_ENTRY_POINT_RENAME(ucnv_isAmbiguous) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h1715 * @see ucnv_isAmbiguous
1730 ucnv_isAmbiguous(const UConverter *cnv);
H A Durename.h518 #define ucnv_isAmbiguous ucnv_isAmbiguous_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h1715 * @see ucnv_isAmbiguous
1730 ucnv_isAmbiguous(const UConverter *cnv);
H A Durename.h518 #define ucnv_isAmbiguous ucnv_isAmbiguous_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h1715 * @see ucnv_isAmbiguous
1730 ucnv_isAmbiguous(const UConverter *cnv);
H A Durename.h518 #define ucnv_isAmbiguous ucnv_isAmbiguous_3_2 macro
/external/icu4c/common/
H A Ducnv.c2682 ucnv_isAmbiguous(const UConverter *cnv) { function
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h518 #define ucnv_isAmbiguous ucnv_isAmbiguous_3_2 macro
/external/icu4c/test/cintltst/
H A Dnucnvtst.c1497 isAmbiguous=ucnv_isAmbiguous(cnv);
1499 /* check that outUnicode[1]!=0x5c is exactly the same as ucnv_isAmbiguous() */
1501 log_err("error: converter \"%s\" needs a backslash fix: %d but ucnv_isAmbiguous()==%d\n",
1587 if (!ucnv_isAmbiguous(sjis_cnv))

Completed in 120 milliseconds