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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 59 private static final char CLOSE_REV = ')';
200 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
203 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
218 OPEN_REV + specsToID(specsB, FORWARD).canonID + CLOSE_REV;
225 OPEN_REV + specsToID(specsA, FORWARD).canonID + CLOSE_REV;
297 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
308 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
313 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
  /external/icu/icu4c/source/i18n/
tridpars.cpp 38 static const UChar CLOSE_REV = 0x0029; // )
135 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
138 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
162 .append(b->canonID).append(CLOSE_REV);
178 .append(a->canonID).append(CLOSE_REV);
296 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
308 pattern.append(CLOSE_REV);
314 pattern.append(CLOSE_REV);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 58 private static final char CLOSE_REV = ')';
199 if (!Utility.parseChar(id, pos, CLOSE_REV)) {
202 if (specsB == null || !Utility.parseChar(id, pos, CLOSE_REV)) {
217 OPEN_REV + specsToID(specsB, FORWARD).canonID + CLOSE_REV;
224 OPEN_REV + specsToID(specsA, FORWARD).canonID + CLOSE_REV;
296 if (withParens[0] == 1 && !Utility.parseChar(id, pos, CLOSE_REV)) {
307 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
312 pattern = String.valueOf(OPEN_REV) + pattern + CLOSE_REV;
  /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 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 143 milliseconds