Searched refs:itemEnd (Results 1 - 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java187 int itemStart, itemEnd;
191 itemEnd = 0;
193 while (itemEnd < endPos)
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
217 ch = catedStr.charAt(itemEnd);
229 else if ((itemEnd + 1) < endPos)
231 ch = catedStr.charAt(itemEnd
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc.c2276 const char *itemEnd; local
2295 itemEnd=uprv_strchr(s,',');
2297 if(!itemEnd) {
2298 itemEnd = httpAcceptLanguage+l; /* end of string */
2300 if(paramEnd && paramEnd<itemEnd) {
2319 paramEnd = itemEnd;
2341 s = itemEnd;
/external/icu/icu4c/source/common/
H A Duloc.cpp2289 const char *itemEnd; local
2308 itemEnd=uprv_strchr(s,',');
2310 if(!itemEnd) {
2311 itemEnd = httpAcceptLanguage+l; /* end of string */
2313 if(paramEnd && paramEnd<itemEnd) {
2332 paramEnd = itemEnd;
2354 s = itemEnd;

Completed in 355 milliseconds