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

  /external/icu4c/i18n/
uspoof_wsconf.cpp 185 UChar32 endCodePoint = startCodePoint;
187 endCodePoint = SpoofImpl::ScanHex(
224 for (cp=startCodePoint; cp<=endCodePoint; cp++) {
  /external/icu4c/tools/genuca/
genuca.cpp 440 char *endCodePoint = NULL;
582 endCodePoint = strchr(startCodePoint, ';');
584 if(endCodePoint == 0) {
589 *(endCodePoint) = 0;
633 startCodePoint = endCodePoint+1;
644 endCodePoint = strchr(startCodePoint, ']');
645 if(endCodePoint == NULL || endCodePoint >= commentStart) {
687 startCodePoint = endCodePoint+1;
    [all...]

Completed in 73 milliseconds