HomeSort by relevance Sort by last modified time
    Searched refs:failPos (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
uspoof.cpp 206 int32_t failPos = 0x7fffffff; // TODO: do we have a #define for max int32?
215 scriptCount = This->scriptScan(text, length, failPos, *status);
230 if (i < failPos) {
231 failPos = i;
277 failPos = i;
278 // TODO: Bug 8655: failPos is the position in the NFD buffer, but what we want
280 if (failPos > length) {
281 failPos = length;
326 if (position != NULL && failPos != 0x7fffffff) {
327 *position = failPos;
    [all...]
  /external/icu4c/common/
uidna.cpp 224 int32_t failPos = -1;
287 failPos = j;
303 // failPos is always set the index of failure
304 uprv_syntaxError(b1,failPos, b1Len,parseError);
422 int32_t failPos =0;*/
435 failPos = srcLength;
448 failPos = j;
558 // failPos is always set the index of failure
559 uprv_syntaxError(src,failPos, srcLength,parseError);
  /external/icu4c/test/intltest/
idnaref.cpp 448 int32_t failPos =0;
464 failPos = srcLength;
477 failPos = j;
587 // failPos is always set the index of failure
588 uprv_syntaxError(src,failPos, srcLength,parseError);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 401 milliseconds