Searched refs:parseChar (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dtridpars.cpp128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
133 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
262 withParens = ICU_Utility::parseChar(id, pos, OPEN_REV) ? 1 : 0;
264 if (!ICU_Utility::parseChar(id, pos, OPEN_REV)) {
291 if (withParens == 1 && !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
369 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
396 if (!ICU_Utility::parseChar(id, pos, ID_DELIM)) {
422 ICU_Utility::parseChar(id, pos, ID_DELIM);
H A Drbt_pars.cpp551 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
981 if (p != pos && ICU_Utility::parseChar(rule, p, END_OF_RULE)) {
996 if (ICU_Utility::parseChar(rule, p, END_OF_RULE)
/external/icu4c/common/
H A Dutil.h125 static UBool parseChar(const UnicodeString& id, int32_t& pos, UChar ch);
H A Dutil.cpp203 UBool ICU_Utility::parseChar(const UnicodeString& id, int32_t& pos, UChar ch) { function in class:ICU_Utility

Completed in 1150 milliseconds