Searched refs:undefinedVariableName (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TransliteratorParser.java | 112 private String undefinedVariableName; field in TransliteratorParser 1152 undefinedVariableName = null; in parseRule() 1200 if (undefinedVariableName == null) { in parseRule() 1214 variableNames.put(undefinedVariableName, value); in parseRule() 1222 if (undefinedVariableName != null) { in parseRule() 1223 syntaxError("Undefined variable $" + undefinedVariableName, in parseRule() 1549 if (undefinedVariableName == null) { in appendVariableDef() 1550 undefinedVariableName = name; in appendVariableDef()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 111 private String undefinedVariableName; field in TransliteratorParser 1151 undefinedVariableName = null; in parseRule() 1199 if (undefinedVariableName == null) { in parseRule() 1213 variableNames.put(undefinedVariableName, value); in parseRule() 1221 if (undefinedVariableName != null) { in parseRule() 1222 syntaxError("Undefined variable $" + undefinedVariableName, in parseRule() 1548 if (undefinedVariableName == null) { in appendVariableDef() 1549 undefinedVariableName = name; in appendVariableDef()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbt_pars.cpp | 1284 undefinedVariableName.remove(); in parseRule() 1337 if (undefinedVariableName.length() == 0) { in parseRule() 1355 variableNames.put(undefinedVariableName, value, status); in parseRule() 1362 if (undefinedVariableName.length() != 0) { in parseRule() 1621 if (undefinedVariableName.length() == 0) { in appendVariableDef() 1622 undefinedVariableName = name; in appendVariableDef()
|
D | rbt_pars.h | 126 UnicodeString undefinedVariableName; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 1302 undefinedVariableName.remove(); in parseRule() 1355 if (undefinedVariableName.length() == 0) { in parseRule() 1373 variableNames.put(undefinedVariableName, value, status); in parseRule() 1380 if (undefinedVariableName.length() != 0) { in parseRule() 1647 if (undefinedVariableName.length() == 0) { in appendVariableDef() 1648 undefinedVariableName = name; in appendVariableDef()
|
D | rbt_pars.h | 126 UnicodeString undefinedVariableName; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbt_pars.cpp | 1302 undefinedVariableName.remove(); in parseRule() 1355 if (undefinedVariableName.length() == 0) { in parseRule() 1373 variableNames.put(undefinedVariableName, value, status); in parseRule() 1380 if (undefinedVariableName.length() != 0) { in parseRule() 1647 if (undefinedVariableName.length() == 0) { in appendVariableDef() 1648 undefinedVariableName = name; in appendVariableDef()
|
D | rbt_pars.h | 126 UnicodeString undefinedVariableName; variable
|