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

  /external/icu4c/common/
ucnv_bld.c 642 while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
656 if(c==UCNV_OPTION_SEP_CHAR) {
668 while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
697 while(((c = *inName++) != 0) && (c != UCNV_OPTION_SEP_CHAR)) {
    [all...]
  /external/icu4c/common/unicode/
ucnv.h 237 #define UCNV_OPTION_SEP_CHAR ','
240 * String version of UCNV_OPTION_SEP_CHAR.
331 * <code>UCNV_OPTION_SEP_CHAR</code> between the name and the first option and
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 194 #define UCNV_OPTION_SEP_CHAR ','
197 * String version of UCNV_OPTION_SEP_CHAR.
282 * <code>UCNV_OPTION_SEP_CHAR</code> between the name and the first option and
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 194 #define UCNV_OPTION_SEP_CHAR ','
197 * String version of UCNV_OPTION_SEP_CHAR.
282 * <code>UCNV_OPTION_SEP_CHAR</code> between the name and the first option and
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 194 #define UCNV_OPTION_SEP_CHAR ','
197 * String version of UCNV_OPTION_SEP_CHAR.
282 * <code>UCNV_OPTION_SEP_CHAR</code> between the name and the first option and
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 677 if (uprv_strchr(alias, UCNV_OPTION_SEP_CHAR) != 0)
892 if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter), UCNV_OPTION_SEP_CHAR) != NULL) {
    [all...]

Completed in 496 milliseconds