HomeSort by relevance Sort by last modified time
    Searched defs:ID_DELIM (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
cpdtrans.cpp 24 static const UChar ID_DELIM = 0x003B; /*;*/
224 newID.append(ID_DELIM);
236 * with ID_DELIM delimiting them. Equivalent to the perlish expression
237 * join(ID_DELIM, map($_.getID(), transliterators).
244 id.append(ID_DELIM);
405 rulesSource.append(COLON_COLON, 2).append(getFilter()->toPattern(pat, escapeUnprintable)).append(ID_DELIM);
423 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
432 _smartAppend(rulesSource, ID_DELIM);
tridpars.cpp 30 static const UChar ID_DELIM = 0x003B; // ;
248 * ID_DELIM character. May be NULL.
305 canonID->append(pattern).append(ID_DELIM);
312 canonID->insert(pattern.length(), ID_DELIM);
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
411 canonID.append(ID_DELIM);
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
translit.cpp 56 static const UChar ID_DELIM = 0x003B; /*;*/
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 175 milliseconds