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

  /external/icu/icu4c/source/i18n/
regexcmp.cpp 563 // 1 START_LA dataLoc Saves SP, Input Pos
580 int32_t dataLoc = allocateData(2);
581 appendOp(URX_LA_START, dataLoc);
584 appendOp(URX_LA_END, dataLoc);
601 // 1. START_LA dataloc
612 int32_t dataLoc = allocateData(2);
613 appendOp(URX_LA_START, dataLoc);
633 // 0 URX_LB_START dataLoc
634 // 1 URX_LB_CONT dataLoc
640 // 7 URX_LB_END dataLoc # Check match len, restore input le
    [all...]
rematch.cpp     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 106 dataLoc = (startByte, endByte)
107 glyphDict[objectId] = dataLoc
109 dataLoc = glyphDict[objectId]
110 dataLocations.append(dataLoc)

Completed in 575 milliseconds