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

  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 28 static const UChar TARGET_SEP = 45; // '-'
283 id.append(TARGET_SEP).append(target);
tridpars.cpp 31 static const UChar TARGET_SEP = 0x002D; // -
554 int32_t sep = id.indexOf(TARGET_SEP);
601 id.append(TARGET_SEP).append(target);
737 if ((c == TARGET_SEP && target.length() == 0) ||
764 case TARGET_SEP:
820 buf.append(specs->source).append(TARGET_SEP);
823 basicPrefix.append(TARGET_SEP);
827 buf.append(specs->target).append(TARGET_SEP).append(specs->source);
871 buf.append(ANY, 3).append(TARGET_SEP);
876 basicID.append(TARGET_SEP).append(*inverseTarget)
    [all...]
translit.cpp 55 static const UChar TARGET_SEP = 0x002D; /*-*/
726 * transliterator at the first TARGET_SEP. If there is no TARGET_SEP, then the
755 ID.append(TARGET_SEP).append(target).append(variant);
    [all...]
  /external/icu/icu4c/source/i18n/
anytrans.cpp 30 static const UChar TARGET_SEP = 45; // '-'
289 id.append(TARGET_SEP).append(target);
tridpars.cpp 31 static const UChar TARGET_SEP = 0x002D; // -
554 int32_t sep = id.indexOf(TARGET_SEP);
601 id.append(TARGET_SEP).append(target);
737 if ((c == TARGET_SEP && target.length() == 0) ||
764 case TARGET_SEP:
820 buf.append(specs->source).append(TARGET_SEP);
823 basicPrefix.append(TARGET_SEP);
827 buf.append(specs->target).append(TARGET_SEP).append(specs->source);
871 buf.append(ANY, 3).append(TARGET_SEP);
876 basicID.append(TARGET_SEP).append(*inverseTarget)
    [all...]
translit.cpp 55 static const UChar TARGET_SEP = 0x002D; /*-*/
726 * transliterator at the first TARGET_SEP. If there is no TARGET_SEP, then the
755 ID.append(TARGET_SEP).append(target).append(variant);
    [all...]
  /prebuilts/tools/common/m2/repository/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 126 milliseconds