Searched refs:import_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp2223 UChar* import_end = u_strchr(setStart, 0x005D); local
2224 int32_t optionEndOffset = (int32_t)(import_end + 1 - rules);
2226 while(uprv_isRuleWhiteSpace(*(import_end-1))) {
2227 --import_end;
2230 int32_t optionLength = (int32_t)(import_end - setStart);
/external/icu4c/i18n/
H A Ducol_tok.cpp2217 UChar* import_end = u_strchr(setStart, 0x005D); local
2218 int32_t optionEndOffset = (int32_t)(import_end + 1 - rules);
2220 while(PatternProps::isWhiteSpace(*(import_end-1))) {
2221 --import_end;
2224 int32_t optionLength = (int32_t)(import_end - setStart);

Completed in 66 milliseconds