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

  /external/icu4c/test/intltest/
ucaconf.cpp 94 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
tsmthred.cpp 1014 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
    [all...]
apicoll.cpp     [all...]
srchtest.cpp 875 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE,
    [all...]
ssearch.cpp 223 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
225 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
561 // Get the alternate_handling flag. Default is UCOL_NON_IGNORABLE.
563 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE;
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 172 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 172 FIELD_NAME_STR( LEN_UCOL, UCOL_NON_IGNORABLE ),
  /external/icu4c/i18n/unicode/
ucol.h 123 UCOL_NON_IGNORABLE = 21,
188 * Acceptable values are UCOL_NON_IGNORABLE (default)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 131 UCOL_NON_IGNORABLE = 21,
182 * Acceptable values are UCOL_NON_IGNORABLE (default)
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 131 UCOL_NON_IGNORABLE = 21,
182 * Acceptable values are UCOL_NON_IGNORABLE (default)
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 81 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
157 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
    [all...]
usrchtst.c 750 UCOL_NON_IGNORABLE, &status);
    [all...]
callcoll.c 173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
cmsccoll.c 194 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
289 UCOL_NON_IGNORABLE,
323 "UCOL_NON_IGNORABLE",
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 106 {UCOL_NON_IGNORABLE, "UCOL_NON_IGNORABLE"},
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 108 { 'N', UCOL_NON_IGNORABLE },
ucol.cpp     [all...]
ucol_tok.cpp 334 {suboption_00, 13, UCOL_NON_IGNORABLE},
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 895 opts->alternateHandling = UCOL_NON_IGNORABLE; /* attribute for handling variable elements*/
    [all...]

Completed in 1350 milliseconds